body{
	background-color : #F0F0F0;
	padding : 0;
	margin : 0px 0px 10px 0px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 0.8em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.main{
	margin : 10px;
	padding : 10px;
	background-color : #FFFFFF;
	color : #000000;
	border : 1px solid #e0e0e0;
}

#top{
	background-color: #4E5A5E;
	height : 80px;
	color : #FFFFFF;
	background-image : url(i/logo.gif);
	background-repeat : no-repeat;
}

#content{
	margin : 0;
	padding : 0;
	color: #000000;
	margin-left:230px;
	text-align : center;
	margin-right:40px;
	min-height:500px;
}

*html #content{
	height : 1%;
}

#menu{
	text-align : left;
	float:left;
	width: 230px;
	margin-left:-230px;
	position:relative;
}

#ads{
	float:right;
	padding-left:20px;
}

#rightrec{
	margin:10px;
	margin-top:30px;
	text-align : center;
}

#footer{
	padding : 20px;
	background: #F0F0F0;
	clear: both;
	color: #000000;
	text-align : right;
}

#banner{
	border-top : 1px solid #e0e0e0;
	text-align : center;
	margin: 20px 0px 20px 0px;
	padding : 20px 0px 0px 0px;
}

#content p{
	margin: 10px 0px 10px 0px;
	text-align : justify;
}

#content h1{
	font-size:20px;
	margin : 20px 0px 10px 0px;
	color:#4E5A5E;
	text-align : left;	
}

#content h2{
	font-size:14px;
	margin : 20px 0px 10px 0px;
	color:#4E5A5E;
	text-align : left;	
}

 #content ul{
	margin : 0px 0px 0px 20px;
	padding : 0;
	text-align : left;
}

 #content li{
	list-style-position : inside;
	list-style-type : disc;
	margin : 0;
	padding : 0;
	text-align : left;
}

#menu h1{
	font-size:14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	padding : 0;
	color : black;
	display: block;
	margin : 20px 0px 0px 10px;
}

#menu a{
	color : black;
	text-decoration : none;
	font-size:10px;
	margin-left:10px
}

#menu a:hover{
	text-decoration : underline;
}

#menu a:visited{
	color : gray;
}

.topic{
	border-top : 1px solid #e0e0e0;
	border-bottom : 1px solid black;
	margin : 20px 30px 4px 10px;
	font-size:10px;
	padding : 2px;
	background-color: #8E9A9E;

	color:white;
	font-weight : bold;
	text-align : center;	
}

.comment{
	background-color : #F7F7F7;
	text-align:left;
	margin : 16px 0px 16px 0px;
	padding : 10px;
}

.comment span{
	display:block;
	margin: 10px 0px 10px 0px;
}

.comment cite{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1px solid #8E9A9E;
	border-left : 3px solid #8E9A9E;
	background-color : #efefef;	
	display: block;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	font-style : normal;
}

.comment dfn{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
}

.comment code{
	color : #8E9A9E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:right;
	cursor : pointer;
}

.comment a{
	font-size:0.8em;
	text-decoration : none;
	color : #000000;
}

a.anchor{
	position:absolute;
	margin-top:-1.5em;
}

:target
{
	border: 2px solid orange;
}


textarea{
	text-align:left;
}