body {
		padding: 0px;
		margin-bottom: 20px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		text-align: center;
		margin:10px 0px 10px 0px;
		background:#FFDFBF;		
	}
blockquote {
	font-family: monospace;
}
	.container {
		margin-left : auto;
		margin-right : auto;
		width:750px;
		background:white;
		border-left:1px solid #FF8000;
		border-right:1px solid #FF8000;
		border-bottom:1px solid #FF8000;
	}

	#leftside {
		margin-right:25%;
		margin-top:12px;
		padding-left:10px;
		padding-right:5px;
		text-align:left;
		background: White;
		padding-bottom: 40px;
	}

	#rightside {
		float:right;
		width:25%;
		border-left:1px solid #FF8000;
		position:relative;
		padding-left:0px;
		text-align:left;
		background: White;
		font-size: 10px;
	}

	#header {	
	color: White;
	font-size:20px;
	font-weight:normal;
	background:#FF8000;
	text-transform:uppercase;
	letter-spacing: .2em;
	width : 750px;
	text-align:left;
	}

		#bar {
	color: Black;
	font-size: 14px;
	font-weight:normal;
	border-bottom: 1px solid #FF8000;
	background:#FF8000;
	text-transform:uppercase;
	letter-spacing: .2em;
	width : 750px;
	text-align:left;
	background-color: Silver;
	font-weight: bold;
	}

	.nav	{
		background-color:#999;
	}

#footer {
			border-top:1px solid #FF8000;
			font-size: 10px;
			padding: 2px;
			background: Silver;
}

.sidebar {
	padding: 10px;
	}

	.title {
	font-size: 14px;
	font-weight: bold;
	margin-left: -4px;
	color: Black;
	margin-top: 16px;
}

.sidetitle {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FF8000;
	margin-bottom: 8px;
	margin-top: 16px;
}

.side {
	line-height: 14px;
}

.extended {
	
}

.posted {
	font-size: 10px;
	border-top: 1px solid #FF8000;
	margin-top: 6px;
	color: Gray;
}

.comments-head {
	margin-top: 12px;
	font-weight: bolder;
	font-size: 14px;
}


ul { 
	padding: 0px 0px 15px 15px;
	margin: 0px 12px 0px 30px;
	list-style-image: url(/images/listbullet.gif);
	list-style-type: disc;
}

