html {
	background: #0066b4 url(../images/bg_01.jpg) repeat-x top left;
}

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background: transparent url(../images/bg_03.jpg) no-repeat top center;
	color: #FFF;
	height: 800px;
}

.floatleft {float: left; margin-right: 20px;}
.floatright {float: right; margin-left: 20px;}
.centertext {text-align: center;}

p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 8px 0;
}

#menu {
	list-style: none;
	font-size: 12px;
	color: #FFF;
}

#menu li {
	list-style: none;
	display: inline;
	float: left;
}

#menu li a {
	display: block;
	padding: 20px 8px 8px 8px;
	margin: 0 10px 0 0;
	background-color: #FFF;
}

#menu a:link {color: #0066b4; text-decoration: underline;}
#menu a:visited {color: #0066b4; text-decoration: underline;}
#menu a:hover {color: #72d2f1; text-decoration: underline;}
#menu a:active {color: #0066b4; text-decoration: underline;}

a:link {color: #FFF; text-decoration: underline;}
a:visited {color: #FFF; text-decoration: underline;}
a:hover {color: #72d2f1; text-decoration: underline;}
a:active {color: #FFF; text-decoration: underline;}

#content {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#main {
	width: 620px;
	margin: 0 0 0 0;
	float: left;
	display: inline;
}

#main h1 {
	text-indent: -10000px;
	height: 10px;
}

#main h2 {
	font-size: 36px;
	line-height: 20px;
	font-weight: bold;
	margin: 80px 0 5px 0;
	width: 600px;
	height: 60px;
}

#main .header {
	margin: 10px 0 13px 0;
}

.sundries {
	margin-top: 20px;
	width: 300px;
	float: left;
}

.sundries p {
	font-size: 12px;
	line-height: 18px;
}

.sundries h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.col1 {
	margin-right: 20px;
}

.col2 {	
	margin-right: 0;
}

#contact {
	margin-top: 20px;
	width: 298px;
	float: right;
	background: #FFF;
	color: #0066b4;
	border: 1px #72d2f1 solid;
}

#contact h3 {
	margin: 10px 0 5px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

#contact p {
	padding: 0 20px;
}

input, textarea {
	height: 20px;
	width: 250px;
	color: #333;
	border: 1px solid #72d2f1;
	background: #c9f1fc;
	font-size: 12px;
	margin: 5px 10px 5px 0;
	padding: 3px;
}

textarea {
	height: 100px;
	color: #333;
	font-size: 12px;
}

.button {
	float: right;
	margin: -5px 0 20px 0;
	width: 80px;
	height: 30px;
	color: #FFF;
	background-color: #0066b4;
	border: 1px solid #72d2f1;
	font-size: 12px;
}