/* CSS Document */

#header {
background-image:url(img/header2.jpg);
height:111px;
width:100%;
}
#footer{
background: repeat-x url(img/bottom2.jpg);
height:131px;
width:800px;

}
#right {
    width:188px;
    float:left;
    background: repeat-x url(img/right2.jpg);
	padding-top:150px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	margin-bottom:131px;
}
#content_complete {
	width:795px;
	min-height:150px;
	float:left;
	padding-top:65px;
	padding-left:5px;
	padding-bottom:10px;
	margin-bottom:131px;
	background: url(img/content_complete2.jpg);
	background-repeat:no-repeat;
}