
html {
padding : 0;
background : #000 url("images/bg.jpg") repeat-x;
font-family : Trebuchet MS;
color : #381f1c;
font-size : 12px;
}
body {

text-align : center;
width : 688px;
margin : 0 auto;
margin-top: 10px;
}
a {
color : #381f1c;
}

#container {
width : 688px;


background:url(images/bgcontent.gif) ;
overflow : hidden;
}

#header {
width : 688px;
height : 370px;
background : url(images/header.jpg) no-repeat;
overflow : hidden;
}

#header h1 span {
display : none;
}

/* Menu */
#menu {

font-family:Verdana;
width:688px;
color:#fff;
font-size:11px;
text-transform:uppercase;
text-align: left;

}

#menu ul {
list-style:none;
margin-top: 345px;
text-align: left;
}

#menu li {
	float:left;
	padding:0 8px 2px;
	background:url(images/menu_item.png) right center no-repeat;
	}


#menu a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

#menu a:hover {
text-decoration: none;
}

#content { 

background:url(images/bgcontent.gif) ;
overflow : hidden;
}

#content h1 {
font-size:11px;
text-transform:uppercase;
	
}
#text {
padding:10px 25px 10px;
text-align: justify; 
font-size:11px;
width: 620px;
}

#image {
float: right;
background: #e0e0e0;
width: 253px;
overflow : hidden;
} 

#pl { 
float: left;
width: 350px;
background: #e0e0e0 url("images/pl.jpg") repeat-x ;
font-size:11px;
padding:0 3px 17px;
} 

#pl h1 { 
font-size:11px;
padding-top:7px;
text-transform:uppercase;
color: #fff;
}

#footer {
height: 10px;
background :  url("images/footer.jpg") ;
padding:0 0px 5px;
overflow : hidden;

}

