@charset "UTF-8";
/* CSS Document */

/* -------- GLOBAL STYLES --------*/

h1, h2, h3, ul, li, img {
	margin: 0;
	border: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p{
margin-top: 0em;
  margin-bottom: 10px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #cccc99;
	color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

/* -------- MAIN CONTAINER STYLES --------*/

#content
{
	width: 600px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


 #container {
	position: relative;
	width: 600px; 
	background: #cccc99;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 




/* -------- IMAGE CONTAINER STYLES --------*/

 #imagecontainer {
	display:inline;
	float: left;
	width: 144px;
	background: #cccc99;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 



/* -------- HEADER STYLES --------*/

 #header {
	background: #cccc99;  
	position: static;
} 

/* -------- CONTENT STYLES --------*/

 #textcontainer {
	width: 456px;
	background: #cccc99;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: right;
	display:inline;

	
}  #mainContent {
	float: left;
	margin-top: 50px;
	margin-right: 75px;
	margin-bottom: 0px;
	width: 450px;
	margin-left: 75px;
}


#mainContent p {
	font-size: 0.75em;
	line-height: 2;
}


/* -------- FOOTER STYLES --------*/

#footer p {
	font-size: 0.7em;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	clear:both;
}


 /* -------- VARIOUS CLASSES --------*/


.spacer { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.rolloverbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #CCCC99;
	height: 24px;
	width: 60px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 4px;
}

.staticbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #676635;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 24px;
	width: 60px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin: 4px;
}

a.rolloverbutton:hover {
	background-color: #666633;
}
.textheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #595931;
}
.textregular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.6;
	font-weight: normal;
	color: #53532C;
}

