/*
	File: template.css 
	Date: january 01, 2007
	Created by: greg kretovic
	Contents: 
		- DIV id rules
	
*/


/*  template */

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

body {
	margin: 5px auto 5px auto;
	text-align: center;
	background-color:#e4e4e4;
}

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

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

#topnav {
	width:767px;
	height:24px;
}

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

#leftnav {
	width:149px;
	float:left;
	height:100%;
}

#content{
	min-height:330px;
	width:618px;
	margin: -10px auto 0px auto;
	float:left;
}

#pageTitle{
	text-align:right;
	margin:-10px 35px 0px 0px;
	padding:2px;
}

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

#footer {
	clear:both;
	height: 17px;
	margin: 0px auto -1px auto;  
	width: 767px;
	background-image:url(../siteImages/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#footerText {
	font-size:60%;
	color:#666666;
	text-align:center;
	margin:0px;
	line-height:1.4em;
	padding:0px;
}

#footerText a:link {
	color:#666666;
}

#footerText a:visited {
	color:#666666;
}

#footerText a:active {
	color:#666666;
}

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

