body {
	background:#e8e7e7;
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#container {
	margin:0 auto;
	width:790px;
}

#header {
	width:780px;
	height:176px;
}

#top-left_ {
	float:left;
}

a.top_nav_block {
	display:block;
	float:left;
	width:78px;
	height:30px;
	padding:8px 0px 0px 0px;
	text-decoration:none;
	color:#666666;
	text-align:center;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a.top_nav_block:hover {
	color:#000000;
}

#top-mid-left_ {
	float:left;
	width:208px;
	height:76px;
	padding:100px 0px 0px 0px;
	text-align:center;
}

#top-mid-right_ {
	float:left;
	width:197px;
	height:176px;
}

#top-right_ {
	float:left;
	width:193px;
	height:176px;
}

#content {
	width:780px;
	background-image:url(../images/interface/mid_tile.jpg);
}

#nav {
	float:left;
	width:132px;
	height:475px;
	background-image:url(../images/interface/nav_tile.jpg);
}

.nav_style {
	padding:15px 15px 15px 35px;
	text-align:left;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.nav_style ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav_style li {
	display: block;
	padding: 1px 0px 1px 0px;
	width: 130px;
}

.nav_style li strong {
	display: block;
	padding: 10px 0px 2px 0px;
	width: 130px;
}

.nav_style a {
	color:#666666;
	text-decoration: none;
}

.nav_style a:hover {
	color:#000000;
}

#content_container {
	background:url(../images/interface/content_bg.jpg) no-repeat;
	padding:20px 50px 20px 30px;
	width:500px;
}

#footer {
	clear:both;
	width:780px;
	height:21px;
	background-image:url(../images/interface/footer.jpg);
}

