@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#7D7978;
	}



#wrapper {
width:829px;
margin:0 auto;

}

#header {
	width:829px;
	height:178px;
	background: url(images/header.jpg);
	}
	
#menu {
	width:809px;
	height:31px;
	background:url(images/menu.jpg);
	padding-right:20px;
	padding-top:20px;
	}

#graphics {
	width:829px;
	height:245px;
	background:url(images/graphics.jpg);
	}

#content {
	width:829px;
	height:277px;
	background:url(images/content.jpg);
	}

#content_aboutus {
	width:789px;
	
	background:url(images/aboutbg.jpg) no-repeat;
	background-color:#000000;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
	}



#leftcontent {
	width:409px;
	height:150px;
	float:left;
	padding-left:20px;
	padding-top:100px;
	}	

#rightcontent {
	width:340px;
	height:150px;
	float:left;
	padding-left:30px;
	padding-top:100px;
	}	





#footer {
	width:829px;
	height:38px;
	background:url(images/footer.jpg);
	text-align:center;
	padding-top:15px;
	}
	

.contenttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:justify;
	}

.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:justify;
	}





ul
{
float:right;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
float:right;
text-decoration:none;
color: #999999;
margin-left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;

}
a:hover { color:#FF0000;}
li {display:inline}
