body {
	margin:15px 0 0 0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	color:#333333;
}
#container {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	/*background:green;*/
}
#middle {
	position:relative;
	width:920px;
	float:left;
	margin-top:60px;
}
#main {
	position:relative;
	float:right;
	width:840px;
	/*background:red;*/
}
#right {
	position:relative;
	width:80px;
	float:right;
	margin-top:60px;
	/*background:purple;*/
}
#menu {
	height:30px;
	width:1000px;
	position:absolute;
	left:0;
	top:30px;
	text-align:left;
	/*background:blue;*/
}
#left {
	position:relative;
	float:left;
	width:80px;
	/*padding-top:100px;*/
	/*background:yellow;*/
}
#top {
	position:absolute;	
	top:0px;
	left:0px;
	height:50px;
	width:1000px;
	text-align:right;
	/*background:magenta;*/
}
#footer {
	position:relative;
	width:1000px;
	height:18px;
	/*background:gray;*/
}
.cleaner {
	clear:both;
	height:0;
}
img {
	border:none;
}

.warning {
	font-weight:700;
	color:red;
}
.highlight {
	font-weight:700;
	color:orange;
}
.praise {
	font-weight:700;
	color:#39d420;
}

h1,h2,h3 {
	font-size:16px;
	margin-top:0;
}
.question {
	color:orange;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
.answered {
	color:#39d420;
}
.current {
	color:#ece521;
}
.float-r {
	float:right;
}