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

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

#container {
width : 600px;

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

#header {
width : 600px;
height : 364px;
background : url("images/header.gif") no-repeat;
overflow : hidden;
}

#header h1 span {
display : none;
}

/* Menu */
#menu {

font-family:Verdana;
width:600px;
color:#19972e;
font-size:11px;
text-transform:uppercase;
text-align: center;
margin-left: -35px;
}

#menu ul {
list-style:none;
margin-top: 330px;
}

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


#menu a {
	color:#19972e;
	font-size:11px;
	font-weight:bold;
}

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

#content { 

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

#content h1 {
background:url(images/bgh1.jpg) center no-repeat ;
width: 567px;
height: 29px;
text-transform:uppercase;
color:#19972e;
padding:10px 12px 2px;
font-size:13px;
text-align: left; 
	
}
#text {
padding:0 12px 2px;
text-align: justify; 
}

#footer {
height: 10px;
background : url("images/footer.jpg") no-repeat;
overflow : hidden;
}
