﻿
body {
	margin: 0 0 0 0;
	font-family: tahoma;
	background-color: #d2cece;
}

#container {
	border-left: solid 1px black;
	border-right: solid 1px black;
	margin: 0 auto;
	width: 800px;
}

#header {
	/*background: #072450 url(../images/header.jpg) no-repeat;*/
	width:630px;
	height:322px;
}

#header_content {
	height: 200px;
	color: #ffffff;
}

#nav {
	width: 170px;
	background: url(../images/sidebar_body.jpg) repeat-y;
}

#nav_content {
	margin: 0 10px 0 0px;
	color: #ffffff;
}
#nav_content ul {
	/*list-style-type:none;*/
	list-style-image: url(../images/bullet.gif);
}
#nav_content li {
	margin: 8px 0 0 0;
}
#nav_content li a {
	font-weight: bold;
	font-size: 16px;
	color:#a1a9b7;
	text-decoration: none;
}
#nav_content li a:hover {
	color:#a1a9b7;
	text-decoration: underline;
}

#body {
	background: #072450;
}

#body_content {
	font-size: 14px;
	color: #ffffff;
	margin: 0 10px 0 10px
}

#body_image {
	/*float: right;*/
	margin: 10px;
	left: 20px;
	top: 30px;
}

#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	width: 800px;
}
#footer a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;	
}