/*
Author: Saintseester
Copyright: 2012
*/



html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	font: 100% Georgia, "Times New Roman", Times, Serif; 
	height: 100%;
}

#contentwrap {
	width: 789px;
	padding-left: 5px;
	margin: auto;
	background: #ffffff;
	
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	padding-bottom: 20px;
}


/***************************/
/*	Headers            */
/***************************/

#header {
	text-align: left;
    background-color: #ffffff;
      background-image: url(siteimages/mainheader10.jpg);	
      background-repeat: no-repeat;
      height: 250px;
	  width: 800px;
      margin: auto;
}

/************************************************/
/*	Other HTML Markups */
/************************************************/


a, a:link {
	color: #blue;
	text-decoration: none;
}

a:hover {
	color: #green
	text-decoration: none;
	color: #003333;
	text-decoration: underline;
}


#todaysdate {
    color:#333333;
	font-style: italic;
	font-size: 70%;
	text-align: center;
}
/************************************************/
/*	Footer			*/
/************************************************/


#footer {
	width: 800px;
	height: 60px;
	text-align: center;
	margin-top: 20px;
	color: #FFCC00;
	font-size: 80%;
	padding-left: 0px;
	margin: auto;
	background: #000000;
}
