body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
background:#10314e url(images/checker-bg.png) repeat-x;
}

h1, h2, h3, h4 {
color:#777;
}

p.more {
padding-top:0.5em;
text-align:right;
font-size:0.8em;
}

#container {
margin:0 auto;
}

#header {
width:960px;
margin:0 auto;
padding:10px 0;
text-align:left;
height:80px;
}

#header h1 {
	color:#F4F9FA;
}

#header h3 {
	color:#999;
	font-style:italic;
}

#nav {
	height:32px;
	background:url(images/nav-bg.png);
}

#nav ul {
	width:960px;
	margin:0 auto;	
}

#nav li {
	list-style-type:none;
	display:inline;
}

#nav li a {
	display:inline-block;
	font-size:1.1em;
	color:#ccc;
	font-weight:bold;
	padding:5px 20px;
	float:left
}

#nav a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/trans-white-20.png);
}

#nav #selected {
	color:#fff;
	background:url(images/trans-white-20.png);
	border:1px solid #2c618e;
	height:20px;
}

#content {
width:940px;
margin:10px auto 0 auto;
overflow:auto;
padding:10px;
background:#fff url(images/content-bg.png) repeat-x;
}

#main-content {
color:#333;
width:918px;
margin:0 auto 10px auto;
padding:10px;
border:1px solid #ddd;
}

#main-content a {
color:#085d86;
text-decoration:underline;
}

#main-content a:hover {
color:#fa6;
}

#box-content1, #box-content2 {
height:160px;
border:1px solid #ddd;
background:#fff url(images/widget-bg.png) repeat-x;
}

#box-content1 a, #box-content2 a {
color:#085d86;
text-decoration:underline;
}

#box-content1 a:hover, #box-content2 a:hover {
color:#fa6;
}

#box-content1 h3, #box-content2 h3 {
color:#fff;
padding:3px 0 5px 0;
margin-bottom:10px;
}

#box-content1 {
float:left;
width:435px;
}

#box-content2 {
float:right;
width:435px;
}

#box-content2 img {
height:70px;
}

.thumbnail img {
border:2px solid #ccc;
}

.thumbnail img:hover {
border:2px solid #085d86;
}

#footer {
	width:940px;
	padding:10px;
	text-align:center;
	clear:both;
	height:50px;
	margin:0 auto;
	background:#fff;
}

#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:underline;
	color:#3b85c3;
}

#footer a:hover {
	color:#fa6;
	text-decoration:underline;
}

#copyright {
	width:960px;
	margin:0 auto;
	height:100px;
	padding:0;
	background:#fff url(images/copyright-bg.png);
	}

#copyright p {
	text-align:center;
}

#copyright a {
	color:#3b85c3;
	text-decoration:underline;
}

#copyright a:hover {
	color:#fa6;
}