body{
font-family: Arial, Tahoma, sans-serif;
background: #fff;
color: #000;
}

p{
font-size: 0.8em;
}

h1{
font-size: 1.4em;
color: #323A44;
margin-top: 0;
}

h2{
font-size: 1.2em;
color: #323A44;
margin-bottom: 0;
margin-top: 1.2em;
}

img{
border: 0;
}

#wrapper{
width: 766px;
margin: 0 auto;
}

#header{
width: 766px;
height: 90px;
background: url(images/bg.png) no-repeat top center;
}

#headLeft{
float: left;
}

#headRight{
float: right;
}

#navContent{
float: left;
width: 200px;
margin-right: 0px;
padding: 1em 0 1em 0;
}

#navContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 4px solid #fff;
	}
	
#navContent ul li {
	position: relative;
	}
	

/* Styles for Menu Items */
#navContent ul li a {
	font-size: 0.8em;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #323A44; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 4px;
	}

#navContent ul li a:hover{
color: #fff;
background: #AD1015;
}

#navContent ul li .cur{
color: #fff;
background: #AD1015;
}

/* Holly Hack. IE Requirement \*/
* html #navContent ul li { float: left; height: 1%; }
* html #navContent ul li a { height: 1%; }

#mainContent{
width: 534px;
float: left;
padding: 1em;
}

#mainContent p{
font-size: 1em;
}

.mid{
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-size: 1.2em;
background: #B8ACC4;
}

#footer{
clear: both;
margin-top: 10px;
border-top: 1px solid #AD1015;
padding-top: 2px;
text-align: right;
color: #45484D;
font-size: 0.7em;
}

#footer a{
color: #45484D;
text-decoration: none;
}

#footLeft{
border: 0; margin: 0; padding: 0;
float: left;
}

#footRight{
padding-top: 20px;
float: right;
}

.left{
float: left;
margin-right: 1em;
}

.right{
float: right;
margin-left: 1em;
}

.clear{
clear: both;
height: 1em;
}

#contact-form{
margin: 1em 1em 1em 0;
float: left;
width: 500px;
font-family: Tahoma, Arial, sans-serif;
font-size: 0.8em;
}

#contact-form label{
float: left;
width: 20%;
}

#contact-form label2{
float: left;
width: 50%;
}

#contact-form div{
clear: left;
margin: 0.4em 0 0 0;
}

