@charset "utf-8";
/* CSS Document */

body {
margin-top:0;
background:url(img/bg.gif);
color:#CCC;
font-size:16px;
font-family:Verdana, Geneva, sans-serif;

}

a {
	
	text-decoration:none;
	font-weight: bold;
	color:#FCF;
}

a:hover {
	color:#9CF;	
}

.main {
	margin: 0 auto;
	width:1000px;
	background: url(img/verticalbg.gif);
}

.header {
	background:url(img/logo.jpg) no-repeat;
	width:1000px;
	height:140px;
}

.left {
	float:left;
	width:250px;
	text-align: center;
}

.right {
	float:right;
	width:250px;
	text-align: center;
	color:#FF3;
}

.entry {
	width:478px;
	margin:0 auto;
	background:#37424C;
}

.mainentry {
	width:980px;
	margin:0 auto;
	background:#37424C;
}

.menu {
	background: url(img/menu.gif) repeat-x;
	float:left;
    width:100%;
	height:33px;
	font-size:16px;
}

.menu ul {
   margin:0;
   padding:8px 10px 0 5px;
   list-style:none;
}

.menu li {
	display:inline;
	margin:0;
    padding:0;
}

.menu li a {
	float:left;
    padding:0 30px 4px 50px;
	text-decoration: none;
	font-weight: bold;
	color:#FCF;
	
}

.menu li a:hover {
	color:#9CF;
}

.footer {
	
	width:980px;
	margin: 0 auto;
	
}
