* {
  margin: 0px;
  padding: 0px;
  border: none;
}
p {
	margin: 0;
	padding: 7px 0;
}
h1, h2, h3 {
	color: #0a5b93;
}
a {
	text-decoration: none;
	color: #003399;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  min-width: 700px;
  background: #ffffff;
  font-size: 12px;
  color: #666666;
}

#wrapper {
	width: 1052px;
	margin: 0 auto ;
}

#top {
	width: 1025px;
	margin: 0 auto;
	height: 121px;
}
.sidebar {
	width: 214px;
	float: left;
}

.content {
	float: left;
	width: 800px;
	background: #fff;
}
.content h3 {
	height: 37px;
	line-height: 37px;
	background: url(images/content_h3.jpg) repeat-x ;
	font-size: 20px;
	color: #fff;
	padding: 0 15px;
	border-bottom: 3px solid #d8d8d8;
}
.content h4 {
	font-size: 15px;
	text-transform: uppercase;
	background: #f1f1f1 url(images/content_h4.gif) repeat-x;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	font-weight: normal;
}
#main {
	background: url(images/main_bg.gif) no-repeat;
	padding: 0 14px;
}
#main .inner {
	background: url(images/main_inner.gif) repeat-y top right;
	height: 1%;
	overflow: hidden;
}
.latest-news {
}
.latest-news h3 {
	background: url(images/latest-news_h3.jpg) no-repeat;
	border-bottom: 0;
}
.latest-news2 {
}
.latest-news2 h3 {
	background: url(images/latest-news_h3.jpg) no-repeat;
	border-bottom: 0;
}
.ln-item {
	width: 200px;
	float: left;
}
.ln-text {
	padding: 5px;
}
.ln-text a, .ln-text a:visited {
	font-weight: bold;
}
.ln-comments {
	/*background: url(images/ln-comments.gif) no-repeat center right;*/
	margin-top: 10px;
}
.ln-text .ln-comments a {
	background: url(images/ln-comments_a.gif) no-repeat center left;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
	font-weight: normal;
}
.view-more {
	height: 26px;
	line-height: 26px;
	background: #efefef;
	padding: 0 10px;
	margin-top: 2px;
}
.view-more a.vm-link {
	color: #6c6b6b;
	padding-right: 10px;
	background: url(images/view-more.gif) no-repeat center right;
	float: right;
	font-weight: bold;
}
.view-more a.vm-link2 {
	color: #6c6b6b;
	padding-left: 10px;
	background: url(images/view-less.gif) no-repeat center left;
	float: left;
	font-weight: bold;
}
.clear {
	clear: both;
}
.content-text {
	padding: 10px;
	color: #6c6b6b;
	line-height: 18px;
	background: url(images/content_text.gif) repeat-x bottom;
}
.commentslist {
	background: #eeeeee url(images/comments-list.gif) repeat-x bottom left;
	height: 1%;
	overflow: hidden;
	padding: 5px 10px;
	padding-bottom: 30px;
}
.imagegallery {
	background: #eeeeee url(images/comments-list.gif) repeat-x bottom left;
	height: 1%;
	overflow: hidden;
	padding: 5px 10px;

