/* layouts */
#container {
	width  : 801px;
	margin : 0 auto;	
}

#wrapper {
	float:left;
	width:100%;
}

/* #lorem_ipsum, #sed_facilis, #morbi_eget_nulla, #cars_cursus, #aliquam_erat_volutpat */
.content {
	margin:0 140px;
	width: 501px;
}
#sidebar_left {
	float:left;
	margin-left:-801px;
}

#sidebar_left_menu {
	width:140px;
	background-image: url(./images/menubody.gif);
}


#sidebar_right_menu {
	width:160px;
	background-image: url(./images/rightmenubody.gif);
}

#sidebar_right {
	float:left;
	width:160px;
	margin-left:-160px;
}
#footer {
	clear  : left;
	width  : 100%;
}

/* colors and others */
#container {
	background:#cad6e6;
}
#header {
	
	width  : 801px;
	height : 167px;	
}

#navimenu {  
  background-color:#663300;	
}

.content {
	background:#cad6e6;
}
#footer {
	background: url(images/bg_menu_0.gif);
	color:#000000;	
    height : 22px;
}



p, h1, h2, h3, h5 {
	margin:0;
	padding:10px;
}

#header h1, #footer h5 {
	text-align:center;	
}

#sidebar_left ul {
	list-style:none;
}
/* fix #container div element growing up problem for FF */
.clearfix {
	clear:both;
}


body
{
  background-color : #000000;
}