* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	color: rgb(204, 204, 204);
}

body {
	background-color: rgb(0, 0, 0);
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 30px auto 30px auto;
	width: 971px;		
}

#frame_top {
	background-image: url(../images/top.gif);
	width: 971px;
	height: 23px;
}

#frame_bottom {
	background-image: url(../images/bottom.gif);
	width: 971px;
	height: 23px;
}

#frame {
	background-image: url(../images/back.gif);
	width: 971px;
}

#header {
	width: 915px;
	height: 50px;
}

#navigator {
	background-image: url(../images/navigator.gif);
	margin: 30px 28px 0px 28px;
	height: 35px;
	width: 915px;
}

#navigator ul {
	display: block;
	list-style: none;
	padding-top: 10px;
}

#navigator li {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
}

#content {
	float: left;
	margin: 20px 0px 0px 20px;
	width: 600px;
}

#panel {
	float: right;
	margin: 20px 20px 0px 0px;
	width: 300px;
}

#panel h1 {
	font-size: 22px;
}

#panel ul {
	list-style: none;
	margin: 10px 0px 20px 0px;
}

#panel li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 24px;
	background-position-y: 50%;
}

.post {
}

.post h1 {
	font-size: 22px;
}

.post p {
	margin-top: 10px;
}
