body {
	margin: 0px;
	padding: 0px;
	background: #333333;
	text-align: left;
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

A { color: #ff9000; text-decoration: none; }
A:link { color: #ff9000; text-decoration: none; }
A:visited { color: #ff9000; text-decoration: none; }
A:active { color: #ff9000; text-decoration: underline; }
A:hover { color: #ff9000; text-decoration: underline; }

div#pagehead {
	width: 900px;
	background: #ffffff url(images/topbar.png) top right no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#pagehead h1 {
	width: 200px;
	height: 100px;
	background: #333333 url(images/logo.png) top left no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div#pagehead h1 span {
	display: none;
	padding: 0px;
	margin: 0px;
}

div#pagemain {
	width: 900px;
	background: #ffffff url(images/mainbar.png) top left repeat-y;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#pagefoot {
	width: 900px;
	height: 40px;
	background: #ffffff url(images/botbar.png) top left no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	color: #999999;
	text-align: center;
}

div#content {
	width: 770px;
	margin: 0px 0px 0px 70px;
	border: 0px;
}

div.item {
	border: 0px;
	margin: 0px 0px 0px 125px;
	padding: 0px 0px 10px 0px;
}

div.item img.leftimg {
	float: left;
	border: 0px;
	margin: 4px;
	padding: 0px;
}

div.item img.rightimg {
	float: right;
	border: 0px;
	margin: 4px;
	padding: 0px;
}

div.item h2 {
	border: 0px;
	margin: 0px;
	padding: 1px;
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #ff9000;
}

div.clearfix {
	clear: left;
	height: 1px;
}

div#menu {
	float: left;
	width: 110px;
}

div#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#menu ul li {
	background: #dddddd;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	margin: 2px;
	text-align: center;
	font-size: medium;
}

div#menu ul li:hover {
	background: #ff9000;
}

div#menu ul li a {
	color: #000000;
	text-decoration: none;
}

p#copyright {
	text-align: center;
	color: #222222;
	font-size: x-small;
}
