@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_bg.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
#container {
	width:1002px !important;
	height:auto;
	text-align: center;
	align:center;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 175px;
	position:relative;
}
#logo {
	float: left;
	position:relative;
	left:25px;
	top: 17px;
}
#topnav {
	float: right;
	right:25px;
	top:0;
	position:relative;
}
#topnav li {
	float: left;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top:10px;
	padding-right:5px;
	list-style-type: none;
}

#mainnav {
	float: right;
	position:absolute;
	bottom:52px;
	right: 20px;
}
#mainnav li {
	float: left;
	height: 35px;
	width: 100px;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	line-height:35px;
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	vertical-align:middle;
	list-style-type: none;
}
#mainnav li a {
	float: left;
	height: 35px;
	width: 100px;
	color: #FFFFFF;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
#mainnav li a:hover {
	color: #ffff00;
	text-decoration: none;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
}
.blog{	float: left;
	height: 35px;
	width: 100px;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	line-height:35px;
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	vertical-align:middle;
	list-style-type: none;}
#navbg {
	position:absolute;
	width:100%;
	float:left;
	left:0;
	bottom:0;
	height: 52px;
	background-color: #666666;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
}
#mainsearch {
	float:left;
	left:20px;
	top:8px;
	position: relative;
}
input {
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #F5F5F5;
}
.button1 {
	background-image: url(../images/button1.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width:42px;
	height:21px;
}
#mainsubnav {
	top:15px;
	float:left;
	position:relative;
	left:120px;
	color: #FFFFFF;
}
#mainsubnav a {
	color: #FFFFFF;
}
#mainsubnav a:hover {
	color: #00CC00;
}
#subnavright {
	top:10px;
	float:right;
	position:relative;
	right:140px;
	color: #FFFFFF;
	background-image: url(../images/button2.gif);
	background-repeat: no-repeat;
	width:81px;
	height:22px;
	padding-top:2px;
}
#subnavright a {
	color:#000000;
}
#main {
	align:center;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:500px;
	margin-top:5px;
}
#leftmain {
	float:left;
	width:720px;
}
#leftmaintop{
	background-color:#fcfdf5;
	height: 295px;
	border: 1px solid #cdcec9;
}
#rightmain {
	float:right;
	width:240px;
	height:500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7c9c6;
	padding-left:5px;
}
#footer {
	clear:right;
	height:78px;
	width:90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	align:center;
}
