html,body { height:100%}

body{ 
margin:0;
padding:0;
background:url(img/bgbody.gif) left top;
}

h1{
	display:block;
	border-bottom:1px solid #888;
	width:450px;
	margin:0;
	padding:0;
	color:#ddd;
	font-size:34px;
	margin-left:-50px;
	padding-left:50px;
	margin-bottom:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}
	
h2{
	display:block;
	border-bottom:1px solid #888;
	width:250px;
	margin:0;
	padding:0;
	color:#ddd;
	font-size:18px;
	margin-left:-50px;
	padding-left:50px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}
	
p{
	color:#777;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}
	
p.disclaim{
	color:#333;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	}

#main{
	width:900px;
	height:500px;
	position:absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-450px;
	background:#fff;
	}
	
#top{
	width:650px;
	padding:25px;
	padding-left:225px;
	border-bottom:1px solid #888;
	}
	
#top a{
	float:left;
	display:block;
	width:auto;
	margin-left:20px;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial sans-serif;
	line-height:25px;
	text-decoration:none;
	color:#999;
	}
	
#top a:hover,#top a.act{
	text-decoration:underline;
	}
	
#menu{
	float:left;
	width:198px;
	height:370px;
	padding-top:30px;
	border-right:1px solid #888;
	}
	
#menu a{
	float:left;
	display:block;
	padding-left:25px;
	width:100px;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial sans-serif;
	text-decoration:none;
	line-height:32px;
	color:#999;
	}
	
#menu a:hover,#menu a.act{
	font-size:22px;
	}
	
#content1,
#content2,
#content3,
#content4,
#content5,
#content6,
#content7{
	float:left;
	width:600px;
	height:360px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:20px;
	padding-top:20px;
	}
	
#content1{background:url(img/bg1.jpg) left top no-repeat;}
#content2{background:url(img/bg2.jpg) left top no-repeat;}
#content3{background:url(img/bg3.jpg) left top no-repeat;}
#content4{background:url(img/bg4.jpg) left top no-repeat;padding:0;}
#content5{background:url(img/bg5.jpg) left top no-repeat;}
#content6{background:url(img/bg6.jpg) left top no-repeat;}
#content7{background:url(img/bg7.jpg) left top no-repeat;}

#newsbox{
	float:left;
	width:350px;
	margin-bottom:30px;
	}
	
#newsbox h1{
	text-decoration:none;
	width:350px;
	font-size:13px;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
	}
	
#newsbox p{
	margin:0;
	padding:0;
	font-size:11px;
	color:#000;
	font-weight:normal;
	}
	
#footer{
	float:left;
	width:875px;
	padding-right:25px;
	height:33px;
	border-top:1px solid #888;
	text-align:right;
	font-size:11px;
	color:#888;
	line-height:23px;
	}
	
#footer a{
	text-decoration:none;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #888;
	line-height:23px;
	color:#888;
	}
	
.entry1{
		float:left;
        color:#777;
		font-size:13px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
        text-align:left;
        width:100px;
        margin-bottom:10px;
        }

.entry2{
        float:left;
        font-size:14px;
        color:#777;
        text-align:left;
        width:420px;
        margin-bottom:10px;
        }

.entry2 input,
.entry2 textarea{
        color:#000;
        border:1px solid #999;
        width:250px;
        }
		
.entry2 .buttonnormal{
        border:0;
        background:#fff;
        color:#777;
        width:80px;
        }
