@charset "utf-8";
/* CSS Document */

body{
	text-decoration: none;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	background-color: #8D9A5F;
	text-align: center;
	}
	
#head {
	width: 870px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 148px;
	
}
#container {
	width: 870px;
	text-align: center;
	margin: 0px;	
}

#menu {
	width: 870px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.edges_left {
	background-image: url(../img/structure/structure_left.gif);
	background-repeat: repeat;
}
.edges_right {
	background-image: url(../img/structure/structure_right.gif);
	background-repeat: repeat;
}
#content {
	background-color: #FFFFFF;
	width: 838px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.spacey {
	height: 20px;
}
.spacex {
	width: 30px;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC9900;
	text-align: left;
	font-weight: bold;
	font-style: normal;
}
.picborder {
	border: 1px solid #999999;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}
#text {
	width: 540px;
}



#footer {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	height: 20px;
}




a:visited {
	text-decoration:none;
	}
	
a:hover {
	color:#CC9900;
	
	}
	
a {
	color:#009933;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.boxright {
	border: 1px solid #999999;
}

