body {
	background: #9f9f9f url(images/background.jpg);
	margin: 0 auto 0 auto;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909090;
	letter-spacing: 1px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: -15px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #d0d0d0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
b, strong {
	color: #fe659e;
	font-weight: normal;
	font-style: italic;
}
i, em {
	color: #8965fe;
}
a:link, a:visited {
	color: #3cdaf3;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #90fe65;
	text-decoration: none;
	font-style: italic;
}
a:link.navigation, a:visited.navigation {
	color: #404040;
	text-decoration: none;
	font-style: normal;
}
a:hover.navigation {
	color: #909090;
	text-decoration: none;
	font-style: normal;
}
input, button, select, option, checkbox, textarea {
	background: #eeeeee;
	border: 3px solid #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909090;
	letter-spacing: 1px;
}
input.submit {
	background: #eeeeee;
	border: 2px solid #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909090;
	letter-spacing: 1px;
}
blockquote {
	background: #f5f5f5;
	margin-left: 35px;
	padding: 15px;
	width: 515px;
	border-left: 6px solid #404040;
}
.border {
	border: 8px solid #e5e5e5;
}
#top {
	background: #202020;
	height: 30px;
	padding-top: 10px;
	border-bottom: 3px solid #101010;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #404040;
	text-align: center;
	letter-spacing: 1px;
	line-height: normal;
}
#header {
	background: #ffffff;
	width: 650px;
	height: 250px;
	border-bottom: 3px solid #101010;
	line-height: normal;
}
#navigation {
	background: #d0d0d0;
	height: 27px;
	padding-top: 10px;
	border-bottom: 3px solid #e5e5e5;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #d0d0d0;
	letter-spacing: 1px;
	text-align: center;
	line-height: normal;
}
#content {
	background: #ffffff;
	padding: 15px;
}
