body {
	background-color: #d4cfbd;
	text-align: center;
	background-image: url(../templ_img/hg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
#container {
	/*text-align: left;*/
	text-align:center;
	width: 980px;
	/*background-image: url(../templ_img/bg_container.jpg);
	background-repeat: repeat-y;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 800px;
	padding-top: 1px;
}
#main {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#container #main #topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #main #topnav {
	text-align: right;
	margin-bottom: 10px;
}
#container #main #topnav a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #main #topnav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#container #main #titania {
	text-align: right;
	clear: both;
	padding-top: 10px;
}
