/* CSS Document */

#header {
	width:			882px;
	height:			115px;
	float:			left;
	background-color:	#7E7EBC;
}

#attention {
	float:			left;
	height:			59px;
	width:			600px;
	background-image:	url(../images/header_foto.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
	background-color:	#D5D5EB;
}

#mainLeft {
	float:			left;
	height:			475px;
	width:			223px;
	padding:		10px;
	background-image:	url(../images/bg_main_left.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#mainRight {
	float:			left;
	height:			495px;
	width:			39px;
	background-image:	url(../images/bg_main_right.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
}

#contentMid {
	background-image:	url(../images/bg_content.jpg);
	background-color:	#696A9E;
}

#contentBottom {
	float:			left;
	width:			600px;
	height:			150px;
	background-image:	url(../images/bg_footer.jpg);
	background-position:	top left;
	background-repeat:	no-repeat;
	text-align:		right;
}


