@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #496370;
}
.cleaner {
	clear: both;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #F00;
	padding-left: 25px;
	margin: 0;
}
a:hover h2{
	text-decoration: underline;

}



#container {
	width: 1000px;
	margin: 0;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left 57px;
}
#content {
	width: 1000px;
	height: 800px;
	background-position: left top;
	position: relative;
}
div#search {
	position: absolute;
	left: 307px;
	top: 243px;
	width: 560px;
	height: 59px;
}
div#input {
	float: left;
	width: 490px;
	padding-top: 9px;
}
div#input .input {
	width: 480px;
	border: 1px solid #FFF;
	font-size: 26px;
	color: #000;
	height: 35px;
}
div#button {
	float: right;
	height: 59px;
	width: 59px;
}
#search .button {
	border: 0px solid #FFF;
	font-size: 36px;
	background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 59px;
	width: 59px;
	color: #FFF;
	background-color: #FFF;
}

#wrapper {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 302px;
	padding-bottom: 50px;
	padding-top: 30px;
}


div#menuside {
	float: left;
	width: 320px;
}
div#menuside h1{
	float: right;
}
#menu {
	float: right;
	width: 235px;
	margin: 0px;
	padding-top: 30px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 3px;
}
#menu li{
	background-image: url(../img/star.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	font-size: 11px;
	color: #168102;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 9px;

}
#menu li a:link, li a:visited{
	color: #168102;
	text-decoration: none;

}
#menu li a:hover {
	color: #F00;
	text-decoration: none;
}


div#contentside {
	float: right;
	width: 679px;
}
div#main {
	float: left;
	width: 65%;
	padding-left: 115px;

}
div#main p{
	padding-left: 25px;
	padding-bottom: 20px;


}
div#main a{
	text-decoration: none;
	color: #168102;
}
div#main a:hover{
	text-decoration: underline;
}

