/* CSS Document */

body {
	background-color: #000000;
	background: url('../images/background.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#links {
	background: #131313 url('../images/links.jpg') no-repeat top left;
	height: 23px;
	width: 725px;
	font-size: 9px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	color: #09002f;
	border-left: solid 1px #87b16d;
/*	border-right: solid 1px #87b16d; */
	text-transform: uppercase;
}

#container {
	background: #0c1d0a;
	width: 725px;
	min-height: 600px;
	margin: 0px auto;
/*	border-left: solid 1px #87b16d; */
/*	border-right: solid 2px #006633; */

}

#header {
	background-color:#339933;
	height: 90px;
	width: 723px;
	border-top: solid 1px #000;
	border-left: solid 1px #87b16d;
	border-right: solid 1px #87b16d;
}

#logo {
	background-color:#339933;
	height: 80px;
	width: 325px;
}

#headertxt {
	height: 80px;
	width: 725px;
}

#content {
	width: 722px;
	height: auto;
	margin: 1px;
	border-left: solid 1px #87b16d;
	border-right: solid 1px #87b16d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87b16d;
	overflow: hidden;
}

#leftbox {
	float: left;
	width: 400px;
	height: 450px;
	padding: 10px 10px 10px 10px;
	margin-left: 20px;
}

#picbox {
	float:left;
	height:380;
	width:260;
	padding: 0px 10px 0px 0px;
}

#rightbox {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
}

#box {
	float: left;
	width: 200px;
	padding: 20px 0px 20px 0px;
}

#box a {
	color: #87b16d;
	text-decoration: none;
}


h2 {	/*box*/
	font-size: 12px;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
}

h3 {	/*box on*/
	font-size: 12px;
	background: url('../images/menu.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
	color: #CCCC00;
}


h5 {	/*header*/
	font-size: 11px;
	background: url('../images/headers.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
}

#h2 a:hover {
	text-decoration: underline;
}

#footer {
	background: #131313 url('../images/links.jpg') no-repeat top left;
	height: 23px;
	width: 725px;
	font-size: 9px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	color: #09002f;
/*	border-left: solid 1px #87b16d; */
	border-right: solid 1px #09002f; 
}

#links a {
	color: #09002f;
	text-decoration: none;
}

#links a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

#footer a {
	color: #09002f;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

a:hover {
	color: #CCCC00;
	text-decoration: none;
}
