body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
	background-color: black;
	background-image: url("/images/background.jpg");
	background-repeat: repeat-x;
	font-size: 11pt;
}

div#wrapper {
	margin: auto;
	width: 768px;
}

div#heading h1 span {
	display: block;
	height: 335px;
	visibility: hidden;
}

div#heading h1 {
	background-image: url("/images/top.jpg");
	background-repeat: no-repeat;
	height: 335px;
	padding: 0px;
	margin: 0px;
}

div#menu {
	padding: 0px 24px;
	width: 164px;
	float: left;
	background-color: Black;
	background-image: url("/images/bottom.jpg");
	background-repeat: no-repeat;
	height: 230px;
}

div#menu ul {
	width: 132px;
	padding: 8px 16px 6px 16px;
	margin: 8px 0px 0px 0px;
	border-bottom: 4px solid Black;
	background: url("/images/menublock.png") no-repeat;
	list-style: none;
}

a {
	text-decoration: none;
	color: #FF9966;
	border-bottom: 1px dotted #FF9966;
}

a:hover {
	color: white;
	border-bottom: 1px solid transparent;
}

div#body {
	width: 492px;
	padding: 0px 32px 0px 32px;
	float: right;
	background-color: Black;
	color: White;
	margin-bottom: 50px;
}

h1 {
	font-size: 20pt;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFDD77;
}

img {
	border: 1px solid white;
	padding: 4px;
	margin: 4px 8px;
}

blockquote {
	background-color: #1c1c1c;
	background-image: url("/images/blockquote.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 10px 0px;
	padding: 10px 20px;
	padding-left: 50px;
	border: 1px solid gray;
}
