body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	/*background:url(images/page_bg.gif) repeat;*/
	background:url(images/bg.jpg) repeat fixed;
	}

#wrapper {
	position:relative;
	margin: 0 auto;
	width:775px;
	background:url(images/content_bg.gif) repeat;
	border:#000000 solid 2px;
	}

#masthead {
	position:relative;
	height:250px;
	}


#buttons {
	float:right; 
	color:#FFFFFF;
	font-variant:small-caps;
	font-family:Helvetica, Arial, sans-serif;
	width:455px;
	height:150px;
	}
	
#buttons, #buttons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
	margin-top:5px;
	padding-bottom:10px;
	}

* html #buttons {padding-bottom:0px;}
* html #buttons ul {padding-bottom:0px;}

#buttons a {
	display: block;
	width: 140px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding: 2px;
	}
#buttons img {border:none;}
#buttons a:link {color:#FFFFFF;}
#buttons a:visited {color:#FFFFFF}
#buttons a:hover {color:#009933;}

#buttons li { /* all list items */
	float: left;
	width: 140px;
	padding:3px 3px 0px 3px;
	}
	
#navbar {
	clear:both;
	color:#FFFFFF;
	font-variant:small-caps;
	font-family:Helvetica, Arial, sans-serif;
	height:27px;
	background:url(images/navbar_bg.gif) repeat;
	}

#navbar a:link, #navbar a:visited {color:#FFFFFF; text-decoration:none;}
#navbar a:hover {color:#FFFFFF; text-decoration:underline;}

#navbar p {float:right; padding-right:20px;margin-top:6px;}
	
#content {
	position:relative;
	background:url(images/index_bg.jpg) no-repeat;
	height:579px;
	}

#content h1 {
	float:right;
	margin-right:0px;
	width:300px;
	font-variant:small-caps;
	font-family:Helvetica, Arial, sans-serif;
	font-size:110%;
	padding-top:25px;
	color:#CCCC66;
	}
	
#content .copy {
	float:right;
	margin-right:25px;
	width:300px;
	color:#FFFFFF;
	padding-top:0px;
	}

#footer {
	position:relative;
	clear:both;
	color:#666666;
	font-size:85%;
	text-align:center;
	padding-top:25px;
	padding-bottom:1px;
	}

#footer a:link, #footer a:visited {color:#666666; text-decoration:none;}
#footer a:hover {color:#666666; text-decoration:underline;}

/*********main classes**********/
.sign {float:left; margin:10px 10px 10px 30px;}
.contact_info {
	clear:both;
	position:relative;
	padding-left:10px;
	padding-bottom:10px;
	color:#003300;
	height:20px;
	}
