* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.clear {
	clear: both;
}

#container {
	background-image: url(../images/sitebg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1024px;
}
#hdr {
	background-image: url(../images/hdrbg.gif);
	background-repeat: no-repeat;
	height: 183px;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 130px;
	padding-left: 17px;
}
#mainNav {
	height: 170px;
	width: 641px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	float: left;
}
#mainNav ul {
	list-style-type: none;
	text-align: right;
	margin-top: 85px;
}
#mainNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8b8533;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 24px;
}
#mainNav ul li a:hover {
	text-decoration: underline;
}


#what {
	float: left;
	width: 210px;
}
#when {
	float: left;
	width: 220px;
}
#contact {
	float: left;
	width: 180px;
}


#mid {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#spotlights {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 466px;
	float: left;
	margin-top: 39px;
	margin-right: 30px;
}
#left a {
	color: #C79B33;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c79b33;
}
#left a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}
#port {
	margin-left: 3px;
	width: 457px;
	text-align: justify;
}

#port a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



h1 {
	margin-left: 20px;
	margin-bottom: 20px;
}
#left p {
	margin-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #221e1f;
	margin-bottom: 15px;
}
#left ul {
	background-color: #DDDDDD;
	width: 400px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
}
#left ul li {
	line-height: 16px;
	margin-left: 15px;
}




#right {
	float: left;
	width: 283px;
	margin-top: 70px;
}

#planning a {
	text-indent: -9999px;
	background-image: url(../images/startplanning.gif);
	background-repeat: no-repeat;
	height: 88px;
	width: 284px;
	display: block;
}
#planning a:hover {
	background-image: url(../images/startplanningover.gif);
}

#help a {
	text-indent: -9999px;
	background-image: url(../images/needhelp.gif);
	background-repeat: no-repeat;
	height: 88px;
	width: 284px;
	margin-top: 22px;
	display: block;	
}
#help a:hover {
	background-image: url(../images/needhelpover.gif);
}


#ftr {
	clear: both;
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#copyright {
	float: left;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
	line-height: 30px;
}
#mass {
	float: right;
	width: 390px;
	text-align: right;
	padding-bottom: 20px;
}
form {
	text-align: left;
	margin-left: 17px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 15px;
}
em {
	color: #FF0000;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	width: 175px;
	border: 1px solid #999999;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	padding: 3px;
	width: 400px;
	height: 250px;
}

input#button {
	background-color: #000000;
	padding: 0px;
	cursor: hand;
	width: 60px;
	margin-left: 346px;
	margin-top: -10px;
	color: #FCEE21;
	font-weight: bold;
}
