/*
	File: template.css 
	Date: September 29, 2008
	Created by: Kelley Marketing, LLC
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#333300;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;	
}

body {
	margin: 6px auto 6px auto;
	text-align: center;
	background-color:#352d1d;
	background-image:url(../siteImages/bkgrd.gif);
	background-repeat:repeat;
}

#main {
	margin: 30px auto 0px auto;
	text-align: left;
	width: 760px;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
}

#nav {
	width:760px;
	height:22px;
	margin:0px auto 0px auto;
	padding:0px;
}

#header{
	height: 178px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image:url(../siteImages/header.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
}

#webTitle {
	font-size: 26px;
	text-align:right;
	color:#fff;
	padding: 75px 15px 4px 0px;
}

#subTitle {
	font-size: 14px;
	text-align:right;
	color:#fff;
	margin-right:15px;
}


#mainContent{
	width:760px;
	text-align:left;
	margin: 0px auto 0px auto;
	height:100%;
}

#content{
	min-height:386px;
	width:760px;
	margin: 0px auto 0px auto;
	float:left;
	background-image:url(../siteImages/content-area.jpg);
	background-repeat:no-repeat;
}

#innerContent{
	text-align:left;
	height:100%;
	width:700px;
	margin: 30px auto 0px auto;
}

#footer {
	clear:both;
	height: 14px;
	margin: 0px auto 0px auto;  
	width: 760px;
}

#footerContent {
	width:760px;
	margin:4px auto 0px auto;
	font-size:11px;
	line-height:130%;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#CCCCCC;
}

#footerContent a {
	color:#fff;
}

#footerContent a:link, #footerContent a:visited, #footerContent a:active {
	color:#fff;
}

#footerContent a:hover {
	color:#66CCFF;
	text-decoration:none;
}