body, html, div, blockquote, label, li, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #FFF;
  }

body{
  font-size: 88%;
  line-height: 1;
  height: 100%;
  }
 
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  padding: 0;
  margin: 0 ;
  }
 
ul, ol{
  list-style-image: none;
  list-style-type: none;
  }
 
img{
  border: 0;
  padding: 0;
  margin: 0;
  }
  
#page {
	text-align: center;
	}

#wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 704px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	
	}

#header {
	
	}

#logo {
	width: 105px;
	height: 97px;
	background: url('img/logo.jpg') no-repeat;
}

#topnav {
	display: block;
	text-align: right;
	}

#topnav a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial;
	padding-right: 15px;
	line-height: 15px;
	}

#navigation {
	text-align: left;
	font-family: arial;
	display: block;
	height: 46px;
	width: 702px;
	background: url('img/menubar.jpg') no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	}
	
#navigation a {
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	padding-right: 30px;
	}

#banner {
	display: block;
	}
	
#bannerimage {
	float: left;
	clear: left;
	width: 500px;
	border-left: #c8c8c8 1px solid;
	margin-left: -1px;
}

#bannernews {
	float: right;
	display: block;
	overflow: hidden;
	border-right: #c8c8c8 1px solid;
	height: 218px;
	width: 190px;
	margin-right: -1px;
	padding: 0px 5px;
}


.contentwrap {
	border-left: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
}
	
.boxtop {
	clear: both;
	display: block;
	height: 12px;
	width: 704px;
	background: url('img/boxtop.jpg') no-repeat;
	border-bottom: 1px #c8c8c8 solid;
}

.boxbottom {
	display: block;
	clear: both;
	width: 704px;
	height: 29px;
	background: url('img/boxbottom.jpg') no-repeat;
	border-top: 1px #c8c8c8 solid;
}

.clear {
	clear: left;
	overflow: auto;
}

.newstitle {
	display: block;
	padding: 5px 0px;;
	color: red;
	font-weight: bold;
}

.newscontent {
	display: block;
	padding-bottom: 5px;
	padding-right: 5px;
	border-bottom: 1px #c8c8c8 solid;
	text-align: justify;
}

#sidebar {
	font-family: Verdana;
	float: left;
	display: block;
	overflow: hidden;
	width: 160px;
	padding: 10px 20px;
}

#sidebar li {
	padding-left: 10px;
}

#content {
	text-align: justify;
	float: right;
	font-family: Verdana;
	display: block;
	width: 477px;
	border-left: #c8c8c8 1px solid;
	padding: 10px;
	background: none;
}

#contentcontainer {
	float: left;
	display: block;
	overflow: hidden;
	width: 702px;
	border-left: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
	}