/*
	File: template.css 
	Date: December 10, 2007
	Created by: 7ninedesign.com
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#333366;
	font-family:"Trebuchet MS", Arial;
	text-align: left;
	
	
}

body {
	margin: 0px 0px 6px 0px;
	text-align: left;
	background-color:#cac996;
}

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

#header{
	height: 84px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image:url(../siteImages/header.jpg);
}

#nav {
	width:760px;
	height:16px;
	text-align:right;
	margin:0px;
	background-image:url(../siteImages/navbar.jpg);
	background-repeat:no-repeat;
}

#navText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	margin:0px;
	padding-right:14px;
}

#navText a:link{
	text-decoration:underline;
	color:#990000;
}

#navText a:visited{
	text-decoration:underline;
	color:#990000;
}

#navText a:active{
	text-decoration:underline;
	color:#CC0000;
}

#navText a:hover{
	text-decoration:none;
	color:#006666;
}

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

#content{

	min-height:366px;
	width:760px;
	margin: 0px auto 0px auto;
	float:left;
	background-image:url(../siteImages/content_area.jpg);
	background-repeat:no-repeat;
}

#pageTitle{
	color:#990000;
	font-size:11pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin:15px auto 0px auto;
	border-bottom:1px solid #990000;
	width:700px;
}

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

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

#footerText {
	
	text-align:left;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#996600;
	padding:0px 0px 0px 14px;
	background-color:#cac996;
	background-image:none;
	margin:0px auto 0px auto;
	width:760px;
}
#footerText a:link {
	color:#006633;
	text-decoration:underline;
}

#footerText a:active {
	color:#006633;
	text-decoration:underline;
}

#footerText a:visited {
	color:#006633;
	text-decoration:underline;
}

#footerText a:hover {
	color:#006666;
	text-decoration:none;
}

