body {
	margin:0px auto 0px auto;
	background:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:19px;
	color:#000000;
	}
	
#main {
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
	padding:40px 0px 0px 0px;
	}

#header {
	width:900px;
	height:200px;
	float:left;
	}

#holder {
	float:left;
	width:900px;
	padding:0px 0px 0px 0px;
	background-color:#E7F2FA;
	background-image:url(../images/holder_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}
	
#nav {
	float:left;
	width:220px;
	padding:0px 0px 0px 0px;
	}
	
#content {
	float:left;
	width:640px;
	padding:12px 20px 0px 20px;
	}
	
#news {
	float:left;
	width:388px;
	padding:0px 10px 0px 0px;
	margin-bottom:15px;
	border-right:1px dotted #666666;
	}
	
#links {
	float:right;
	width:200px;
	padding:0px 20px 0px 20px;
	}

#footer {
	width:866px;
	height:85px;
	float:left;
	padding:15px 17px 0px 17px;
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFFFFF;
	}
	
#footer a:link, #footer a:visited, {
	color:#FFFFFF;
	}
	
#footer a:hover {
	color:#FFF;
	background:none;
	text-decoration:underline;
	}	
	
h1{
	font-size: 18px;	
	color:#000099;
	font-weight:100;
	width:100%;
}

	
	.title{
	font-size:15px;
	}
	
	.quick {
	color: #024F7E;
	font-weight: bold;
}
	

a:link, a:visited {
color:#CC0000;
text-decoration:none;
}

a:hover {
color:#CC0000;
background-color:#FFFFFF;
text-decoration:none;
}

