body {
	margin: 0px;
	padding: 0px;
	background-color: White;
	text-align: center;
	background-image : url(img/bg_main.gif);
	}

A:LINK {
		text-decoration : none;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #CC9933;
	}
	A:VISITED {
		text-decoration : none;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #CCCC66;
	}
	A:ACTIVE {
		text-decoration : none;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #CCCC66;
	}
	A:HOVER {
		text-decoration : none;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #CCCC66;
	}

#container {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Black;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: White;
	background : url(img/bg_body.gif);
	text-align : center;
	/*background-position : center;*/
/*float: left;*/
}

#middle {
	text-align:left;
	width: 600px;
	overflow: hidden;
	margin-top : 0px;
/*float: left;*/
}
	

.sep {
	margin-bottom : 15px;
	border-bottom-color : #CCCC99;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

.content {
	padding: 0px 15px 0px 15px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 17px;
	color : Black;
	text-align : justify;
	}
	
.normal {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height : 17px;
		color : Black;
	}

#right {
	float: right;
	width: 180px;
	overflow: hidden;
	margin-top : 0px;
}


.sidebar {
	padding: 0px 15px 0px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 17px;
	color : Black;
	text-align : left;

	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

INPUT,  SELECT, OPTION		{ 
		border:1px solid #CCCC99;
		background-color : White;
	}
