#wrap {
min-width:760px;
max-width:960px;
}

#content {
float:left;
width:75%;
overflow:hidden;
}

#footer {
clear:both;
}

.inside {
padding:5px;
}

#sidebar,#sidebar-2 {
float:left;
width:20%;
overflow:hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight:bold;
	color: #b3935e;
}
h2 {
	font-size: 14px;
	font-weight:bold;
	color: #731010;
}
h3 {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

.contentheading {
    font-size: 24px;
	font-weight:bold;
	color: #b3935e;
	}
	
.blog_more{
font-size:11px;
color:#725a33;
list-style-image:url(../images/main/icon_arrow.jpg);
}

.blog_section{
    font-size: 11px;
	color: #b3935e;
	list-style-image:url(../images/main/icon_arrow.jpg);
	}
	
.other_news{
list-style-image:url(../images/main/icon_arrow.jpg);
}

ul li
{
background-color: transparent;
background-image: url(../images/bullet_new.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 18px 8px;
line-height: 180%;
}
