html {
	font-family:Georgia, "Times New Roman", Times, serif
}
body {
	margin:0;
	background:#1D2E6D url(../img/bk.png) repeat-x top;
}
h1 {
	font-size:32px;
	font-weight:100;
	text-align:left;
	padding-left:40px;
	color:#000;
}
h2 {
	font-size: 20px;
	font-weight:200;
	text-align:left;
	padding-left:20px;
	color:#FBD759;
}
h3 {
	font-size:15px;
	font-weight:200;
	text-align:left;
	padding-left:5px;
	color:#FBEAA4;
}
h3 a {
	color:#FFEBA4;
}
p {
	padding:10px;
	color:#CCC;
}
a {
}
a:link {

}
a:hover {

}
a:visited {

}
#headerContainer {
	background:url(../img/header_bk.png) repeat-x top;
}
#header {	
	height:196px;
	width:980px;
}
#navbar {
	width:650px; /*637px*/
	height:43px;
	background:url(../img/header_right.jpg) no-repeat left;
	position:absolute;
	left:329px;
	top:153px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
}
#navbar ul {
	display:inline-block;
	list-style:none;
	position:relative;
	left:-20px;
}
#navbar ul li {
	float:left;
}
#navbar a {
	color:#333;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
}
#navbar a:hover {
	color:#E6EE48;
}
#side {
	width:220px;
	height:1000px;
	background: #FDE057 url(../img/side_bk.png) repeat-y left;
}
#main {
	width:725px;
	height:1000px;
	background:url(../img/content_bk.jpg) no-repeat top left;
	position:absolute;
	left:220px;
	top:196px;
}
#thumbnail_row {
	list-style:none;
	position:relative;
	padding-left:10px;
}
#thumbnail_row li {
	float:left;
	padding:8px;
}
#thumbnail_row img {
	border:#F4C533 solid 1px;
}
#footer {
	clear:left;
	height:250px;
	background:#000;
}
#footer img {
	float:left;
}
#footer_container {
	width:475px;
	float:left;
	padding-top:0px;
	overflow:hidden;
	text-align:center;
}
#footer_container h1 {
	font-size:8px;
	color:#000;
	left:0px;
	padding-left:0px;
	margin:0px;
	text-align:left;
}
#footer_container h2 {
	font-size:16px;
	text-align:center;
	
}
#footer_container p {
	font-size:15px;
	color:#999;
	line-height:25px;
}
#footer_container a {
	color:#98CDF8;
}
#footer_container a:hover {
	color:#FFD78C;
}
.blackborder {
	border:#000 solid 1px;
}
.number {
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:16px;
}