#wrap {
	margin:0 auto;
	width:800px;
	height:850px;
	padding: 5px;
	
}

/* Menu */

#menu {
	width: 770px;
	height: 50px;
	margin: 0 auto;
	border-right: 0px solid;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 190px;
	height: 30px;
	padding: 20px 0 0 0;
	border-left: none;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 160%;
	color: #000000;
}

#menu a:hover {
	color: #ccffff;
}

#menu .active a {
	color: #ccffff;
}

#head {
	margin: 0 auto;
	width:1000px;
	height:50px;
}

#content {
	width:800px;
	height:650px;
	padding-left: 2px;
	padding-right: 2px;

}

.header {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 60px;
	color: #000000;
	letter-spacing: 5px;
	font-weight: 600;
}

.subhead {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	letter-spacing: 3.5px;
	font-weight: 600;
}

.bodytext {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;


td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8px;
		background-color: #66CC66;
}


a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}


