* {	margin: 0;	padding: 0; }

body { margin:0; padding:0; background:#3F3F3F; font-family:Arial; font-size:12px; color:#666666;}
div.wrapp { width:980px; margin:0 auto 0 auto; height:100%;}
div.top_wrapp { width:100%; background:#FFF url(../img/bg02.gif) repeat-x; }
a.read_more { background:url(../img/rarrow.gif) no-repeat center left; padding:0 0 0 15px; text-decoration:underline; color:#666666;}
a.read_more:hover {text-decoration:none;}

p { padding:8px 0;}

#top { width:980px; height:80px;}
#top a.logo {  float:left; display:block; text-decoration:none; width:220px; height:80px; background:url(../img/logo.gif) no-repeat center center;}
#top a.login {  float: right; display:block; text-decoration:none; width:230px; height:80px; background:url(../img/login_btn.gif) no-repeat bottom right;}


#header { height:225px;}
#header #banner{ height:206px; width:980px;}
#menu { width:980px; height:16px; background:#000; line-height:16px;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#menu li {
	display: inline;
}

#menu a {
	padding:0 7px 0 7px;
	display: block;
	float: left;
	height: 16px;
	font-size:10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

#menu a:hover, #menu a.selected { color: #00AEEA; } 



#page { width:980px; border-left:1px solid #D2D2D2; border-right:1px solid #D2D2D2; }


#content {
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	width: 940px;
	padding-top: 10px;
}


div.welcome { padding:10px 10px 0 0; }
div.services { padding:6px 6px 6px 10px; text-align:left; }
div.news {padding:10px; }

div h3 { font-size:17px; }


/* Footer */

#footer {
	width:100%;
	color:#fff;
	height: 80px;
	padding: 25px 0;
	background: #3F3F3F url(../img/bg_footer.gif) repeat-x top left;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #00AEEA;
}




/* News */
div#newsBlock { margin:0 0 10px 0;}
div#newsBlock h1 { color:#00AEEA; font-size:11px;}
div#newsBlock h2 { font-size:11px; font-weight:normal; font-style:italic;}




#login { float:right; width:230px; background:url(../img/login_bg.gif) #00AEEA; height:208px;}
#login form input.textbox { width:120px; border:1px solid #fff;} 
#login form input.button { width:60px; background:#01AEF0; color:#fff; border:1px solid #fff;} 
#login form b { color:#fff;} 
#login #welcome { padding:10px; color:#fff; } 



