img {
	border: none;
}

* {
margin: 0;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #efeae4;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
}

#top {
	width: 734px;
	background-image: url(../images/shadowTop.gif);
	background-position: top center;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}

p {
	text-indent: 5px;
}
/* hide from mac \*/
* html #top {margin-bottom: -3px;}
/* end hide */ 

a, a:link, a:visited {
	color: #8da764;
}

a:hover {
	color: #023D4E;
}

#content {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	background-image: url(../images/shadowHead.gif);
	background-repeat: repeat-y;
	background-position: top center;
	
}

#header{
	 width: 700px;
	 background-color: #ffffff;
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
}

#feature {
	
	background-color: #ffffff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*End Bottom Content*/


#footer {
	width: 700px;
	background-color: #ffffff;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding-bottom: 5px;	
}
#bottom {
	width: 734px;
	height: 16px;
	background-image: url(../images/shadowFoot.gif);
	background-position: bottom center;
	margin-left: auto;
	margin-right: auto;
}

/* hide from mac \*/
* html #bottom {margin-top: -3px;}
/* end hide */ 

#logo {
	padding-top: 10px;
	padding-left: 5px;
	width: 275px;
	float:left 
}

.submit {
	color: #fff;
	padding: 0px;
	border: 2px solid;
	border-color: #7bf #07c #07c #7bf;
	background-color: #09f;
	font-family: Georgia, serif;
	font-size: 14px;
	display: block;
	height: 25px;
	width: 175px;
	
}
.submit:hover {
	color: #333333;
	padding: 0px;
	border: 2px solid;
	border-color: #b3d976 #535f40 #535f40 #b3d976;
	background-color: #8da764;
	font-family: Georgia, serif;
	font-size: 14px;
	display: block;
	height: 25px;
	width: 175px;
}

li {
	text-indent: 10px;
	list-style-type: none;
}


