* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 944px;
	font: normal normal 14px/18px Myriad, Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
	color: #000;
	background-color: #fff;
}

.small {
	font: normal normal 12px/16px Myriad, Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font: normal bold 18px/24px Myriad, Arial, Verdana, Helvetica, sans-serif;
	color: #ed1b24;
}

p {
	margin: 18px 0;
}

hr {
	width: 500px;
	height: 1px;
	margin: 4px 0;
	border: 0;
	border-bottom: 1px solid #666;
}

#menu {
	position: relative;
	margin: 0 auto;
	width: 916px;
	height: 20px;
	background-color: #ed1b24;
	padding: 4px;
	text-align: center;
	color: #ddd;
}

#menu a:link, #menu a:visited {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}

#menu a:hover {
	color: #252525;
	border-bottom: 1px dotted #252525;
	text-decoration: none;
}

#menu a:active {
	color: #ffc;
	border-bottom: 1px dotted #ffc;
	text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 864px;
	height: 708px;
	background: #fff url('../images/background.gif') no-repeat;
	padding: 30px;
	margin-bottom: 20px;
}

#content {
	width: 500px;
	height: 436px;
	border: 2px solid #ed1b24;
	background-color: #fff;
	padding: 10px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a:hover {
	color: #ed1b24;
	border-bottom: 1px dotted #ed1b24;
	text-decoration: none;
}

a:active {
	color: #060;
	border-bottom: 1px dotted #060;
	text-decoration: none;
}
