/*
	File: template.css 
	Date: April 26, 2007
	Created by: Kelley Marketing, LLC
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

body {
	margin: 0px auto 6px auto;
	text-align: center;
	background-color:#b5b5b5;
	background-image:url(../siteImages/bkgrd-repeat.jpg);
	background-repeat:repeat-x;
}

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

#header{
	height: 68px;
	margin: 0px auto 0px auto;
	width: 760px;
}

#logo {
	width:376px;
	height:68px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	float:left;
}

#nav {
	width:384px;
	height:68px;
	float:left;
	margin:0px;
	padding:0px;
}


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

#bottomHeader {
	width:760px;
	height:28px;
}

#content{

	min-height:381px;
	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%;
	margin: 20px 0px 0px 55px;
	width:650px;
}

#footer {
	
	clear:both;
	height: 23px;
	margin: 0px auto 0px auto;  
	width: 760px;
	background-image:url(../siteImages/footer.jpg);
	background-repeat:no-repeat;
}

#footerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	line-height:1.3em;
	margin-top:0px;
	background-image:none;
	background-color:#b5b5b5;

}

#footerContent a:link {
	color:#333333;
	text-decoration:underline;
}

#footerContent a:visited {
	color:#333333;
	text-decoration:underline;
}

#footerContent a:active {
	color:#333333;
	text-decoration:underline;
}

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