body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
	background-color: #000;
}

body {
	background-image: url(/pics/left.gif);
	background-repeat: no-repeat;
	background-position: -270px bottom;
	position: absolute;
	width: 100%;
	background-color: #FEC20E;
}

#page {
	margin: 0 0 0 0px;
	padding: 0 0;
	background-image: url(/pics/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}

#head {
	height: 120px;
	width: 747px;
	margin: 0 0 0 0px;
	padding: 0 0;
	background-image: url(/pics/headbg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#head .logo {
	padding: 25px 25px 0px 15px;
	text-align: right;
}

#head .logo img {
	border: none;
}

#head h2 {
	color: #FEC20E;
	font-size: 15px;
	margin: 0;
	padding: 0px 25px 0 20px;
	text-align: right;
}

/* Navigation */
#nav {
	width: 230px;
	/*margin: 0 0 0 0;
	padding: 20px 0px 50px 0px;*/
	float: left;
}

.n1 {
	background-image: url(/pics/navbg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 20px 0px 50px 0px;
	float: left;
}

#nav ul {
	margin: 0px 0 20px 30px;
	padding: 0 0;
	width: 200px;
}

#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	float: left;
	clear: both;
}

.goog {
	text-align: center;
	margin: 0px 0 10px 0;
}

/* content - 2 columns */
#content {
	width: 680px;
	margin: 0px 0 0 0px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	float: left;
    min-height:790px;
}

/* Left column */
#content .left {
	width: 330px;
	float: left;
}

/* Right column */
#content .right {
	width: 330px;
	float: right;
}

#content h1 {
	margin: 0;
	padding: 0 0;
	font-size: 22px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
}

#content h3 {
	color: #2FB1BF;
	font-size: 15px;
	margin: 5px 0 0 0;
	padding: 0 0;
}

#content h4 {
	text-align: center;
}

#content a {
	color: #0A5760;
}

.contact {
	margin: 20px auto 200px auto; 
	text-align: center;
	width: 500px;
}

.contact form {
	border: 1px dashed #000;
	text-align: left;
	padding: 10px;
}

.contact div {
	margin: 0 0 10px 0;
}

.contact label {
	display: block;
	font-weight: bold;
}

.contact input {
	border: 1px dashed #000;
	padding: 3px 3px;
}

.contact textarea {
	border: 1px dashed #000;
	padding: 3px 3px;
}

.button {
	background-color: #0F7985;
	padding: 5px 3px;
	border: 1px dashed #fff !important;
	*border: 1px dashed #0F7985 !important;
	color: #fff;
	font-weight: bold;
}

/* Footer */
#footer {
	width: 720px;
	height: 60px;
	float: left;
	clear: both;
	background-image: url(/pics/ftbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0 0 0 230px;
}

#footer ul {
	margin: 0px 30px 0 420px;
	padding: 0 0 0 0;
}

#footer ul li {
	list-style: none;
	float: left;
	line-height: 55px;
	margin: 0 0px 0 7px;
}

#footer ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 7px 0 0px;
}

#head:after, #page:after, #nav:after, #footer:after, #content:after, .left:after, .right:after, .clear:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}


.seealso
{
    background:#2FB1BF;
    padding:5px;
    font-weight:bold;
    color:white;
    clear:both;
}

.seealso a
{
    color:white !important;
}
