body, html { 
	margin: 0;
  	border: 0;
  	padding: 0;
	min-height: 100%;
  	max-height: 100%;
  	font-family: arial, verdana, sans-serif; 
  	font-size: 12px;
  	background-color: #ffffff;
  	text-align: center;
}

#page_container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	margin: 0 auto;
	text-align: left;;
}

#header {
	height: 190px;
	background: url(./images/header.jpg) no-repeat;
	clear: both;
}

.top_navbar {
	height: 30px;
	background-color: #ffae10;
}

.navbar {
	margin-left: 55px;
	padding-top: 8px;
	width: 880px;
	height: 15px;
}

.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.navbar li {
	display: inline;
	border-right: 1px solid #ffffff;
}

.navbar li a {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
}

.navbar li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navbar li.last {
	border-right: 0;
}

.navbar ul li ul li {
	border-bottom: 1px solid #ffffff;
	width: 100%;
	float: none;
	background-color: #ffae10;
	position: relative;
}

.navbar ul li ul {
	display: none;
	clear: both;
}

.navbar ul li:hover ul {
	margin-left: 0px;
	display: block;
	text-align: left;
	position: absolute;
}

#inner_wrap {
	margin-top: 11px;
	min-height: 655px;
	background: url(./images/main_bg.jpg) repeat-y;
}

.left_column {
	margin-left: 10px;
	width: 260px;
	/*height: 655px;*/
	background-color: #ebf7fd;
	float: left;
}

.news1 {
	margin-top: 17px;
	margin-left: 10px;
	width: 240px;
	min-height: 113px;
}

.news1_title {
	width: 235px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #06a3b6;
}

.news1_date {
	width: 80px;
	margin-top: 20px;

	height: 15px;
	color: #8b8a8a;
	font-size: 10px;
}

.news1_text {
	width: 232px;
	min-height: 57px;
	font-size: 10px;
	color: #000000;
}

.news1_more {
	margin-left: 190px;
	width: 47px;
	height: 15px;
}

.news1_more a {
	font-size: 10px;
	font-weight: bold;
	color: #06a3b6;
}

.right_column {
	margin-left: 10px;
	width: 690px;
	min-height: 655px;
	background-color: #ebf7fd;
	float: left;
}

.right_title {
	padding-top: 17px;
	margin-left: 17px;
	width: 620px;
	height: 23px;
	font-size: 22px;
	font-weight: bold;
	color: #06a3b6;
}

.right_text {
	padding-top: 17px;
	margin-left: 17px;
	width: 650px;
	min-height: 413px;
	color: #000000;
}

.news_links a {
	color: #06A3B6;
	float: left;
}.right_text a {	color: #06A3B6;	/*float: left;*/}

.news_date {
	color: #8B8A8A;
}

.bottom_navbar {
	height: 41px;
}

.b_navbar {
	margin-left: 70px;
	padding-top: 10px;
	width: 950px;
	height: 15px;
}

.b_navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.b_navbar li {
	display: inline;
	border-right: 1px solid #8b8a8a;
}

.b_navbar li a {
	font-size: 11px;
	color: #8b8a8a;
	padding: 0px 14px 0px 15px;
	text-decoration: none;
}

.b_navbar li a:hover {
	color: #8b8a8a;
	text-decoration: underline;
}

.b_navbar li.last {
	border-right: 0;
}

#footer {
	height: 82px;
	background-color: #ffae10;
}

.copyright {
	padding-top: 35px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 11px;
	float: left;
}

.com2go_logo {
	padding-top: 25px;
	margin-right: 20px;
	float: right;
}

.com2go_logo img {
	border: 0;
}

.clear {
	clear: both;
}