body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

H1 {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 32px;
 color: #ff9c0b;	
}

H2 {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 24px;
 color: #ff9c0b;
}

H3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 color: #000000;
 background: url(../images/h3-bg.png) no-repeat bottom left;
 line-height: 18px;
 font-weight: normal;
 padding: 15px 5px 5px 15px;
}

div#content H2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 28px;
 color: #000000;
 background: url(../images/h2-bg.png) no-repeat bottom left;
 line-height: 25px;
 font-weight: normal;
 padding: 15px 5px 5px 15px;
}

H4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #000000;
 background: url(../images/h4-bg.png) no-repeat bottom left;
 line-height: 15px;
 font-weight: normal;
 padding: 15px 5px 5px 15px;
}

H5 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #000000;
 background: url(../images/h4-bg.png) no-repeat bottom left;
 line-height: 15px;
 font-weight: normal;
 padding: 15px 5px 5px 15px;
} 

p {
 color: #050505;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-align: left;
 padding: 5px 5px 5px 5px;
 line-height: 17px;
}

a {
	color: #5a0070;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #ff9c0b;
	text-decoration: underline;
}

div a.readon {
	color: #5a0070;
	text-decoration: underline;
	font-size: 13px;
	text-align: right;
	display: block;
	width: 
}

div a.readon:hover {
	color: #ff9c0b;
}

ul {
	color: #050505;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: square;
	line-height: 17px;
}

ol, ol li{ 
	color: #050505;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 0 15px;
}

div#content ul {
	list-style-position: outside;
	padding-left: 35px;
	}
	
div#news ul li {
	margin: 5px;
	list-style: none;
}

div#news {
	height: 0px;
}
.block-user a {
	color:#FF9C0B;
	}
