body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
}

div#header {
	background: #a046da url(/images/home_right.gif) top right no-repeat;
}

div#header h1 {
	margin: 0;
	height: 75px;
	width: 420px;
	overflow: hidden;
}

div#searchbar {
	position: absolute;
	border: 1px solid #000000;
	top: 5px;
	right: 10px;
	padding: 10px;
	background: url(/images/searchbar.png);
	height: 45px;
	overflow: hidden;
}

div#header form {
	float: right;
	margin-top: 5px;
}

div#header div {
	height: 20px;
	background: #d1a4ef;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#spacer {
	height: 15px;
	border-bottom: 1px solid black;
}

div#menu {
	float: left;
	width: 220px;
	font-size: 90%;
}

div#menu ul {
	list-style: none;
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

div#menu li {
	display: inline;
}

div#menu li a {
	display: block;
	padding: 2px 4px;
	border-left: 5px solid;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #000000;
	margin-bottom: 1px;
}

div#menu li a {
	border-color: #a046da;
}

div#menu li a:hover {
	color: #a046da;;;
}

div#content {
	margin-left: 220px;
	padding: 1em 20px 20px 20px;
	border-left: 1px dotted #cccccc;
	min-height: 450px;
}

* html div#content {
	height: 450px;
}

div#footer {
	clear: both;
	border-top: 1px solid #000000;
	background: #e4e4e4;
	font-size: 75%;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:active {
	color: #0000ff;
}

a:hover {
	color: #ff0000;
}