/*This is where the image background is margin (top) font (text) and background-color: behind green image and

text align and color (text inside 760 box) */

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif; 
	text-align: center;
	color: #333333;
	background-image: url(green49.jpg);
}

a:link { color: #CC0033; }

a:visited { color: #CC6600; }
/*color of link over which mouse hovers on main area links*/
a:hover, a:active

{
	/*font-weight: bold;*/
	color: #CC0033;
	background-color:;
}
/*h2 is the main text header */
h2
{
	color: #CC0033;
	font: 180% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 
/*h3 is the 2nd text header used in several spots*/
h3
{
	color: #333333;
	font: 126% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

h4
{
	color: ;
	font: 85% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

h5
{
	color: #FF8040 ;
	font: 126% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}




/*This is where the color in the 760 behind the text is at, fff = white*/
#container
{
	margin: 1em auto;
	width: 760px;
	text-align: left;
	background-color: #ffffff;
	border: 1px none #ffffff;
}
/*This is where the image header is at*/
#header
{
	height: 100px;
	width: 100%;
	background-image: url(760-14.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #ffffff;
	position: relative;
	border: 1px none #ffffff;
	border-bottom: 1px solid #ffffff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #A8A800;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }
/*This is the line that splits the screen. the height is how tall*/
#menu
{
	float: right;
	height: 780px;
	width: 165px;
	border-left: 1px solid #A8A800;
	padding-left: 15px;
}
#menu2
{
	float: left;
	height: 400px;
	width: 760px;
	
}


/*this is the bottom of the text box, the contents margin: second number is the width of the main text area, third no is the bottom margin*/
#contents { margin: 0 200px 10px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #ffffff; }
.imagefloat { float: right; }
/*This is the color and alignment for the text copyright in the bottom footer*/
#footer
{
	clear: both;
	color: #333333;
	text-align: left;
	font-size: 90%;
}





