body {
	background-color: black;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	margin: 0;
	font-family: Verdana;
}
#sidebar {
	float: left;
	width: 140px;
	margin-top: 75px;
	background-color: #fff;
	border: solid #303030;
	border-width: 6px 0 6px 6px;
	padding: 2px;
}
#page {
	border: 10px solid #303030;
	margin-left: 150px;
	background-color: #fff;
	width: 860px;
	height: 1%;
}
#container {
	border: 10px solid #fff;
}
#header {
	text-align: center;
}
	
#nav {
	background-image: url('images/nav/bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}
div.sideContent {
	background-color: white;
	padding: 0 10px 0 10px;
	line-height: 180%;
	font-weight: bold;
	font-size: 60%;
}
div.sideContent a {
	color: #000;
}
#content {
	margin: 0;
	font-size: 85%;
	height: 1%;
	overflow: auto;
	width: 840px;
}
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%;
}
img {
	border: 0;
}