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

/*Author Kyle D Chandler of Toledo.com*/

body {
	background-color: #2d2b26; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	color:#FFF; 
	line-height:16px; 
	margin:5px auto auto auto; 
	text-align:left;
}

/*Links*/
#content a{color:#999; text-decoration:none;} 
#content a:hover{color:#999; text-decoration:underline;}
a{color:#fff; text-decoration:none;}
a:hover{color:#fff; text-decoration:underline;}

/*Div Id's*/
#contanier{width:660px; margin:5px auto auto auto; overflow:hidden;}
#header{width:660px; height:119px; background:url(images/header.jpg) no-repeat #2d2b26;}
#content{width:574px; background:url(images/body.jpg) repeat #2d2b26; padding:43px; overflow:hidden;}
#footer{width:660px; height:65px; background:url(images/footer.jpg) no-repeat #2d2b26;}

/*Div Classes*/
.links{height:35px; float:right; color:#FFF; margin-right:30px;}
.home{width:515px; height:119px; float:left;}
.dblcolumn{width:250px; float:left;}
.spacer{width:50px; float:left;}
.clear{clear:both;}

/*Font*/
h1{font-size:16px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;}
p{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#FFF; line-height:18px; font-weight:lighter;} 