@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;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 37px;
	background-image: url(../img/red_oval.gif);
	background-repeat: no-repeat;
	width: 163px;
	color: #FFF;
	padding-left: 10px;
	margin: 0;
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	padding-left: 25px;
	margin: 0;
	background-image: url(../img/loup.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a:hover h2{
	text-decoration: underline;

}



#container {
	width: 1000px;
	border-top-width: 46px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0 auto;
}
#content {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 500px;
	background-position: left top;
	position: relative;
}
div#search {
	position: absolute;
	left: 142px;
	top: 250px;
	width: 724px;
	height: 29px;
}
div#search .input {
	width: 670px;
	border: 1px solid #FFF;
	font-size: 16px;
	color: #496370;
	height: 25px;
}
#search .button {
	border: none;
	background-color: #FFF;
	font-size: 20px;
	text-decoration: underline;

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


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

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

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

}

div#contentside {
	float: right;
	width: 679px;
}
div#contentside h1{
	float: left;
	margin-left: 37px;
}
div#main {
	float: left;
	width: 90%;
	padding-top: 20px;
	padding-left: 15px;

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


}
div#main a{
	text-decoration: none;
	color: #000;



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



}

