/* layouts */
body { 
  background:#EAEAEB;
}
#container {
	width:800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 50px;
}

#wrapper {
	float:left;
	width:100%;
}


/* #lorem_ipsum, #sed_facilis, #morbi_eget_nulla, #cars_cursus, #aliquam_erat_volutpat */
.content {
	margin:0 150px;	
}

.content h1 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	word-spacing: normal;
	letter-spacing: normal;
		
}

#sidebar_left {
	float:left;
	width:150px;
	margin-left:-820px;
}
#sidebar_right {
	float:left;
	width:150px;
	margin-left:-150px;
}
#footer {
	clear:left;
	width:100%;
	font-size: 80%;
	
	color:#000000;
}

#footer a:link, #footer a:visited{
	text-decoration:none;
	color: #000000;  
}
#footer a:hover{
	color: #666666;
	font-weight: bold;
}

/* colors and others */

#header {
	background:#EAEAEB;
	background-image: url(j1.jpg);
	background-repeat: repeat-x;
	height: 303px;
}

#header .flash {
	margin-left: 140px;
}



#container {
	background:#EAEAEB;
}


#sidebar_left {
	background-color: #EAEAEB;
	
	
}
#sidebar_right {
	
}

p, 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;
	list-style:none;
	
}
