body{
	background:#ccc url('images/body_bg.png') repeat-x;
	font: 70%/1.6em 'Lucida Sans',Verdana,sans-serif;
	margin:0;
	color:#333;
}

a:link,a:visited,a:active {
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-transform:uppercase;
	color:#006600;
	text-decoration:none;
}

IMG { float: left }
    
P, IMG { margin: .5em }

#wrap{
	margin:0 auto;
	width:760px;
	height:auto;
}

#head{
	background: url('images/top_grn.png') no-repeat;
	height:130px;
}

#head ul.navbar li{
	float:left;
	list-style-type:square;
}
#head ul.navbar li a{
	padding: 0px 0 0 0;
	margin: 0 40px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

#main{
	background: url('images/main_bg_grn.png') center repeat-y;
	margin:0 auto;
	width:760px;
}

/* within main */
#splash{
		background: url('images/title.jpg') no-repeat;
		padding-top:126px;
		text-align:right;
		margin: 0 0px;
}
#splash h1.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

/* within main */

#content{
	margin: 0 0px 0px 0px;
	text-align:left;
	overflow:hidden;
}

#content h1{
	color:#C2AB4B;
	font-size:16px;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('images/content_h1.png') top left no-repeat;
	padding: 0px 0 0 15px;

}

#content h2{
	color:#C2AB4B;
	font-size:14px;
	margin:0 0 0 0;
	line-height:20px;
	padding: 0 0 0 0;

}

#content div.box1{
	width:240px;
	margin: 0 15px 20px 15px;
	float:left;
}

#content div.box2{
	width:140px;
	margin: 0 15px 20px 15px;
	float:left;
}

#content div.box3{
	width:700px;
	margin: 0 15px 20px 15px;
	float:left;
}

#content a:link,a:visited,a:active {
	font-weight:normal;
	text-transform:capitalize;
	color:#000000;
	text-decoration:none;
}

#content a:hover{
	font-weight:normal;
	text-transform:uppercase;
	color:#006600;
	text-decoration:none;
}

/* footer */
#footer{
	clear:both;
	background: url('images/bot_bg_grn.png') center no-repeat;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#999;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}

#footer a{
	color:#006600;
}

/* form */

input
{
	color: #006600;
	background-color: #C2AB4B;
	border: 1px solid #006600;
}

.submit
{
color: #C2AB4B;
background-color: #006600;
border: 2px outset #C2AB4B;
}