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

BODY{
	background:#000000;
	text-align:left;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;}
	
.spacer{clear:both;}

H1{text-align:center; font-size:16px;}
	
#wrapper{width:800px; background:url(../images/header.jpg) top left no-repeat; margin:0 auto;}

#header{height:215px; text-align:right; padding-top:10px;}

#top{background:url(../images/main-top.jpg) top left no-repeat #FFFFFF;}

#left{width:300px; float:left; padding-top:150px; text-align:center;}
#main{width:495px; float:left;}

#menu{height:30px; margin-top:10px;}
#menu a{color:#FFFFFF; font-weight:bold; text-decoration:none; display:block; width:100%; height:100%; font-size:14px; padding-left:20px;}
#menu ul{margin:0px; padding:0px;}
#menu li{list-style:none; float:left; width:165px; height:21px; display:block; padding:4px 0px 0px 0px; background:url(../images/menu-0.gif);}
#menu li:hover{background:url(../images/menu-1.gif);}

#footer{background:url(../images/main-btm.jpg) top no-repeat; text-align:center; color:#FFFFFF; font-size:10px; padding:40px 0px 25px 0px;}
#footer a{text-decoration:none; color:#FFFFFF;}
#footer a:hover{text-decoration:underline;}

.halfBox{width:245px; float:left;}
