* {margin: 0; padding: 0;}



body {
	font: 70% Georgia, "Times New Roman", Times, serif	
}

#container {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	height: 800px;
	width: 900px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
	height: 27px;
	margin-left: 130px;
	margin-right: 20px;
	width: 90px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 70px;
}

#right {
	margin-left: 320px;
	margin-top: 70px;
	margin-right: 10px;
}

#footer {
	clear: both;
	margin-left: 320px;
	margin-right: 50px;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	border: 1px dotted #EBE2B7;
	background-color: #E9F3F3;
}




/text/

p {margin-bottom: 15px;
   margin-top: 15px;
}



h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #F1F5F9;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}


}

blockquote {
	background-color: #E9F3F3;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url('images/');
	background-repeat: no-repeat;
	
}


}



.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #000000; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/ LINKS/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	
	color: #000000;
}

#navcontainer a
{
	display: block;
	padding-top: 5px;
	padding-left: 37px;
	width: 130px;
	background-color: #DCE3ED;
	border-bottom: 1px dotted #eee;
	background-image: url('images/buttons.png');
	background-repeat: repeat-x;
	height: 20px
}


#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url('images/buttons.png') 0 -45px;
	color: #B8C9B9
}
