* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	height:100%;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#818285;
}

img {
	border:0;
}

#main {
	
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}

#banblue {
	height:26px;
	background-image:url(images/bandblue.gif);
	background-repeat:repeat-y;
}

#banner {
	height:140px;
}

.logo {
	float:left;
	margin:43px 0px 0px 30px;
}

#imgleft {
	width:405px;
	float:left;

}

#menu {
	width:565px;
	float:left;
	margin:89px 0px 0px 89px;
}

#menu a {
	float:left;
}

#menu img {
}

#content {
	padding-top:33px;

	
}

#contenu {
	float:left;
	width:545px;
	
}



#cont {
	float:left;
		
}
#footer {
	position:relative;
	height:250px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	
}

#foottop {
	height:216px;	
}

#footimages {
	width:1000px;
	margin:0 auto;
	padding-top:109px;	
}

#footfoot {
	margin:0 auto;
	width:1000px;
	height:34px;
	background:url(images/footfoot.jpg) 0 0 no-repeat;
}

.clear {
	clear:both;
}

.cvrow a {
	position: relative;
	display:block;
	float:left;
	margin-right:5px;
	
}

.cvrow .last {
	margin-right:0px;
}