body {
	background-image: url('/images/bg.png');
	background-repeat: repeat;
	margin: 0;
	font-family: Verdana;
}
#page {
	width: 100%;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
}
#nav {
	text-align: right;
	margin-right: 25px;
}
#sidebar {
	float: left;
	width: 185px;
	margin-top: 2px;
	margin-left: 5px;
}
#sidebar img {
	display: block;
}
div.sideContent {
	background-image: url('/images/side_bg.png');
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	line-height: 180%;
	font-weight: bold;
	font-size: 60%;
}
div.sideContent a {
	color: #eee;
}
#content {
	margin: 2px 20px 0 200px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 0 10px 0 10px;
	font-size: 85%;
	min-height: 300px;
}
p {
	margin: 0;
	padding-bottom: 10px;
}
h1 {
	font-size: 140%;
	margin: 0;
	padding: 8px 0 12px 0;
}
#footer {
	clear: both;
	margin: 4px 20px 20px 200px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 60%;
}
