body {
	background: url(images/back.jpg);
	font-family: verdana, arial, 'times new roman';
	font-size: 0.6em;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width: 773px;
	height:auto;
	border: #999999 medium ridge;
	background-color:#fff;
}


.header {
	width: 773px;
	height: 265px;
	padding: 0px;
	background:none;
	margin-left:auto;
	margin-right:auto;
}

.top-menu {
	background: #fff url(images/nav.jpg) repeat-x;
	color: inherit;
	width: 773px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
}

.top-menu a {
	color: white;
	text-transform: none;
	font-size: 1.5em;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px 4px 20px;
	border-right:#FFFFFF thin groove;
}

.top-menu a:hover {
	color: #A10002;
}


.content {
	text-align:left;
	width: 750px;
	padding: 10px;
	background-color:#fff;
}

.content2 {
	font-family: verdana, arial, 'times new roman';
	font-size: 1em;
}


.content a {
	color: #0000FF;
}

.content a:hover {
	color: #000;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	padding: 5px;
	color: #fff;
	text-align: center;
	background: url(images/footer.jpg) repeat-x;
	border-top: #A10002 medium double;
	border-left: #999999 medium ridge;
	border-right: #999999 medium ridge;
	border-bottom: #999999 medium ridge;
}

.footer a {
	color: #0000ff;
}

.footer a:hover {
	color: #fff;
}

.fix {
	clear: both;
}

.content h1 {
	font-family: verdana;
	text-transform: none;
	font-size: 2em;
	font-weight:bold;
	color: #A10002;
	border-bottom: 1.3px dashed #888888;
}

h2 {
	font-family: verdana;
	color: #A10002;
	text-transform: none;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0px;
	border-bottom: 1px dashed #000;
}

h3 {
	font-family: verdana;
	color: #A10002;
	text-transform: none;
	font-size: 1.2em;
	font-weight:bold;
	margin: 0px;
	border-bottom: 1px dashed #000;
}