/*MAIN LAYOUT*/
html {
	padding:0px;
	margin:0px;
	background: url("img/BG_body.jpg") #D9D9D9 repeat-x;
}

body {
	padding:0px;
	margin: auto;
	width: 990px;
	font-family: Arial,sans-serif;
}

/*DIV CONTAINER*/
div#body {
	display:block;
         float:left;
         width:100%;
	background: url("img/BG_container.jpg") repeat-y;
}

/*DIV HEADER*/
div#header {
	display:block;
         float:left;
         width:100%;
	height:170px;
	background: url("img/BG_header.jpg") no-repeat;
}/*DIV HEADER*/


/*DIV LEFTBAR*/
div#leftbar {
	display:block;
         float:left;
	width: 190px;
}/*DIV LEFTBAR*/


/*DIV CONTENT*/
div#content {
	display:block;
         float:left;
	width: 800px;
         padding: 10px 0px 10px 0px;
}/*DIV CONTENT*/


/*DIV CONTENT_BORDER*/
div#content_box {
	width: 740px;
	margin: 0px 30px 0px 30px;
}/*DIV CONTENT_BORDER*/


/*DIV FOOTER*/
div#footer {
	display:block;
         float:left;
         width:100%;
	height: 100px;
	background: url("img/BG_footer.jpg") #D9D9D9 no-repeat;
}/*DIV FOOTER*/