body {
background:#202020;
font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#f90;
}

#container {
width:800px;
margin:0 auto;
background:#fff;
border:10px solid #EFEFEF;
}

#header {
padding:10px;
text-align:left;
background:url(images/header_15.jpg) left -190px no-repeat;
height:180px;
}

#header h1 {
	color:#F4F9FA;
}

#header h3 {
	color:#FF6600;
	font-style:italic;
}

#nav {
	height:32px;
	text-align:center;
	background:url(images/header_15.jpg) left bottom no-repeat;
	border-bottom:1px solid #CCCCCC;
}

#nav ul {
	padding:0 0 0 50px;
}

#nav li {
	list-style-type:none;
	display:inline;
}

#nav li a {
	color:#FFFFFF;
	display:inline-block;
	width:100px;
	padding:10px 0 16px 0;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-weight:bold;
}

#nav a:hover {
	color:#0E2E3B;
	background:url(images/tab_template15.png) no-repeat;
}

#nav #selected {
	color:#0D0206;
	background:url(images/tab_template15.png) left top no-repeat;
}

#content {
width:100%;
float:left;
padding:10px 0;
}

#main-content {
color:#333;
width:780px;
background:#FFF;
}

#main-content a {
color:#085d86;
text-decoration:underline;
}

#box-content1, #box-content2 {
width:370px;
height:160px;
border:1px solid #dadada;
}

#box-content1 a, #box-content2 a {
color:#085d86;
}

#box-content1 h3, #box-content2 h3 {
color:#f60;
padding:5px;
background-color:#CCCCCC;
margin-bottom:5px;
}

#box-content1 {
float:left;
}

#box-content2 {
float:right;
}

#box-content2 img {
height:60px;
}

.thumbnail img {
border:2px solid #ccc;
}

.thumbnail img:hover {
border:2px solid #085d86;
}

#footer {
	padding:10px;
	text-align:center;
	clear:both;
	background:#000000 url(images/header_15.jpg) left top no-repeat;
	height:50px;
	vertical-align:50%;
	margin:10px auto 0 auto;
}

#footer ul {
	text-align:center;
	clear:both;
	list-style-type:none;
	display:inline;
	width:100%;
	padding:10px 10px 0 0;
	margin:0 auto;
}

#footer  li  {
	display:inline;
	text-decoration:none;
	padding:20px 25px 0 25px;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#copyright p {
	text-align:right;
	color:#FF6600;
	margin:0 auto;
	overflow:auto;
	height:20px;
	background:#000000;
	padding:0 35px 10px 35px;
}