body {
	margin: 0;
	background: #f7f6f1 url(/images/header-bg2.jpg) no-repeat top center;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
}
a {
	color: #ea1f7a;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#navbar {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	background: url(/images/nav-bg.jpg) no-repeat top center;
}
.navsub {
	display: none;
	position: absolute;
	background: #f7f6f1 url(/images/line-h1.gif) no-repeat bottom;
	padding-bottom: 5px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 13px;
	color: #7b7b78;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
#content {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#twitterFeed {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(/images/twitter-bg.jpg) no-repeat top center;
	text-align: left;
}
#twitterFeed div {
	padding: 18px 0 0 70px;
}
.twitterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}
a.twitterText {
	color: #629fbb;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 32px;
	color: #333333;
}
.date {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
}
.bodytext {
	width: 920px;
	margin: 0 auto 40px auto;
	line-height: 20px;
	text-align: left;
	display: table;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
}
.field {
	border: 1px solid #a29c95;
	width: 125px;
}
.archive {
	color: #333333;
	text-transform: uppercase;
}

