* {
    margin:0;
}

body {
        text-align:center;
		font: 14px Arial ; 
		background: url(bg.png);
}

#wrapper {
    margin:auto;
    width:800px;
}

#header {
    height:150px;
}

#footer {
    height:130px;
}

#body_left {
    float:left;
    width:150px;
	margin: 5px auto;
	line-height:25px;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {color: red;}

#body_main {
    float:left;
    width:650px;
	margin: 5px auto;
}
#tabs {width: 650px; line-height:25px; text-align:justify;}
#tabs ul li{
	float: left; 
	background: #c4bd27; 
	padding: 4px 10px; 
	margin-right: 3px; 
	list-style: none inside;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	cursor: pointer
}
#tabs ul li.active {background: url(background.png) repeat-x bottom; color: white; padding-bottom: 6px }
#tabs div{clear: both; background: #f8f5d7; border: 1px solid #0197e1; padding: 10px}
#tabs div.hide{display: none}

.vide {
    clear:both;
}
