@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003366;
	background-color: #A7D2BE;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#container {
	width: 801px;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	overflow:auto;
}

p {
	margin:0 0 1em 0;
}

a {
	color:#974B00;
}

h1 {
	font-size:1.4em;
	margin:1em 0;
	font-weight:bold;
}

h3 {
	font-size:1.1em;
	margin:1em 0;
	font-weight:bold;
	font-style:italic;
}

h4 {
	font-size:1.1em;
	margin:0.8em 0;
	font-weight:bold;
}

img {
	border:0;
}

#menu {
	width:180px;
	float:left;
	font-size:0.9em;
}

#menu ul {
	margin:10px;
	padding:0;
	list-style-type:none;
}

#menu li {
	margin:10px 0;
}

#text {
	float:right;
	width:600px;
	padding:10px;
}

#text img.rightimg {
	float:right;
	padding-left:10px;
}

#text div.leftSpecs {
	float:left;
	width:280px;
}

#text div.leftSpecs table {
	border-top:1px solid black;
	
}

#text div.leftSpecs table td, #text div.leftSpecs table th {
	vertical-align:top;
	border-bottom:1px solid black;
	padding:2px;
}

#text div.leftSpecs table th {
	text-align:left;
	font-weight:bold;
}

#text div.right-features {
	float:right;
	width:300px;
}

#text div.main-features {
	clear:both;
	padding-top:10px;
}

table.contact {
	width:300px;
}

table.contact td {
	padding:8px;
}

table.contact input {
	width:200px;
}

table.contact label {
	font-weight:bold;
}

table.contact textarea {
	width:220px;
}

table.contact #submit {
	width:auto;
}
