
@import url(menu.css); /* <-- Top navigation rollover menu. */

body { 
	background-color: #F8F2E6;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px
	}
	
div.container {
	position: relative;
	margin: 0px auto;
	width: 100%;
	border: 0px solid #ff0000;
	text-align: center;
	}
	
div.content_wrapper {
	position: relative;
	width: 808px;
	height: auto;
	background-color: #fff;
	margin: 0px auto;
	background-image: url(../images/edges_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	border: 0px solid #33cc66;
	}
	
div.content {
	position: relative;
	width: 800px;
	padding-top: 470px;
	margin-left: 4px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	border: 0px solid #ff0000;
	}
	
h1 {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #716951;	
	margin-left: 50px;
	}
	
div.content p {
	width: 530px;
	margin-left: 50px;
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 20px;
	border: 0px solid #33cc66;
	}
	
div.content a:link, a:visited, a:active {
	color: #668099;
	}
	
div.content a:hover {
	color: #000;
	}
	
div.hr {
	margin-left: 50px;
	margin-top: 40px;
	padding-bottom: 30px;
	width: 530px;
	border-top: 1px solid #D4D0C4;
	}
	
div.rcolumn {
	position: absolute;
	top: 485px;
	right: 35px;
	width: 150px;
	}	
	
div.gocontent {
	position: absolute;
	top: 435px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	border: 0px solid #ff0000;
	}
	
div.logo {
	position: absolute;
	top: 35px;
	width: 305px;
	height: 165px;
	margin-left: 42px;
	border: 0px solid #ff0000;
	}
	
div.logo span {
	visibility: hidden;
	}
	
a.logo:link, a.logo:hover, a.logo:visited, a.logo:active {
	display: block;
	width: 305px;
	height: 165px;
	}	
	
div.footer_wrapper {
	position: relative;
	width: 808px;
	height: auto;
	background-color: #000;
	margin: 0px auto;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	}
	
div.footer {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-right: 40px;
	border: 0px solid #ff0000;	
	}
	
div.footer p {
	text-align: right;
	color: #fff;
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 20px;
	}
	
span.address {
	color: #DCD6CA;
	}
	
div.arrow {
	float: left;
	margin-top: 20px;
	padding-left: 55px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #fff;
	border: 0px solid #ff0000;
	}
	
a#arrow:link, a#arrow:visited, a#arrow:active {
	color: #fff;
	text-decoration: none;
	}

a#arrow:hover {
	color: #fff;
	text-decoration: underline;
	}
	
div.webform {
	float: right;
	width: 520px;
	margin-top: 5px;
	font-family: Times New Roman;
	font-size: 14px;	
	border: 0px solid #ff0000;
	}

p#mail {
	width: 160px;
	border: 0px solid #ff0000;	
	}


	