* {
	margin: 0px;
  	padding: 0px;
}

body {
	background: url(assets/bg-top.png) repeat-x top;
}

div#page-wrap {
	padding-left: 30px;
}

div#hleft-container {
	width: 305px;
	height: 280px;
	background: url(assets/bg_left.png) no-repeat;
	padding: 5px 10px 5px 10px;
	float: left;
}

div#hleft {
	width: 285px;
	text-align: center;
	font-family: Verdana, sans-serif;
}

div#hleft p {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

div#hleft b {
	font-size: 14px;
	color: #008bcc;
	text-decoration: none;
}


div#middle {
	padding: 0px 0px 0px 315px;
	margin: 0 auto;
}

div#hright {
	float: right;
	background: red;
}

div#banner-container {
	margin: 0 auto;
	text-align: center;
	height: 297px;
}



div#content {
	
}

/* navigation css */
div#navigation {
	font-size: 20px;
	font-family: Verdana, sans-serif;
	color: white;
}

div#navigation a{
	padding: 10px;
	font-size: 20px;
	text-decoration: none;
	color: white;
}

div#navigation a:hover, a:active {
	color: #ffde00;
}



/* main content css */
		
div#news {
	font-family: Verdana, sans-serif;
	padding: 25px;
	border-bottom: 1px solid #e7e7e7;
}

div#news h1 {
	color: #008bcc;
	font-size: 24px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px dotted #008bcc;
}

div#news p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
	
div#news a {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px dotted #008bcc;
    padding-bottom: 2px;
  }
  
div#news a:hover, a:active {
    color: #008bcc;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px dotted #008bcc;
    padding-bottom: 2px;
  }
  
div#news div#date p {
		float: right;
		color: #c0c0c0;
		font-size: 10px;
		text-decoration: none;
	}


