/* CSS Document */

#header {
background-image:url(img/header2.jpg);
height:111px;
width:100%;
}
#footer{
background: repeat-x url(img/bottom2.jpg);
height:150px;
width:800px;
text-align: center;
}
#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:150px;
	padding-top:200px;
}
#content_complete {
	width:795px;
	min-height:160px;
	float:left;
	padding-top:65px;
	padding-left:5px;
	padding-bottom:10px;
	margin-bottom:150px;
	background: url(img/content_complete2.jpg);
	background-repeat:no-repeat;
}
