html,body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 260px;
	background-color: #DBE6EE;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body,td,tr {
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 13px;
	color: #353535;
}
#page {
	background-image: url(../images/bg_main.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 100%;
	width: 755px; 
	margin: 0px auto; 
	border-left: 14px solid #EAEAEA; 
	border-right: 14px solid #EAEAEA;
}
#main {
	float: left; 
	width: 504px; 
	margin-top: 14px;
	background-color: #FFFFFF;
}
#menu {
	float: left; 
	width: 249px;
	border-left: 1px solid #E6E6E6; 
	background-color: #F2F2F2;
}
#header {
	text-align: center;
}
#header object {
	display: block;
}
#header embed {
	display: block;
	margin-left: 12px;
}
#content {
	padding: 25px;
}
#menu_content {
	margin-left: 18px; 
	margin-right: 18px;
}
#navigation {
	margin-left: 12px;
}
.navigation_news a {
	width: 101px;
	height: 28px;
	float: left;
	background: url("../images/navigation_news.jpg") #FFFFFF 0 0 no-repeat;
}
.navigation_news a:hover { 
	background-position: 0 -28px;
}
.navigation_discus a {
	width: 94px;
	height: 28px;
	float: left;
	background: url("../images/navigation_discus.jpg") #FFFFFF 0 0 no-repeat;
}
.navigation_discus a:hover { 
	background-position: 0 -28px;
}
.navigation_tropical a {
	width: 101px;
	height: 28px;
	float: left;
	background: url("../images/navigation_tropical.jpg") #FFFFFF 0 0 no-repeat;
}
.navigation_tropical a:hover { 
	background-position: 0 -28px;
}

.navigation_links a {
	width: 84px;
	height: 28px;
	float: left;
	background: url("../images/navigation_links.jpg") #FFFFFF 0 0 no-repeat;
}
.navigation_links a:hover { 
	background-position: 0 -28px;
}

.navigation_contact a {
	width: 100px;
	height: 28px;
	float: left;
	background: url("../images/navigation_contact.jpg") #FFFFFF 0 0 no-repeat;
}
.navigation_contact a:hover { 
	background-position: 0 -28px;
}



a {text-decoration: none; color: #315C7D;}
a:hover {text-decoration: none; color: #A6B9C8;}


.logo {margin-top: 10px; margin-bottom: 10px;}

.line_break {margin-top: 5px; margin-bottom: 12px;}

.news_line_break {margin-top: 12px; margin-bottom: 12px;}

.menu_bg_top {margin-left: 51px;}

.arrow {margin-bottom: 1px; margin-right: 5px;}

#footer {	
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 74px;
}

.tropical {
	margin-left: 30px;
	margin-top: -6px;
	margin-bottom: 25px;
}






/* Internet Explorer (IE) 6 and below doesn't support min-height, so it needs to be hacked. */
* html #page {
	height: 100%
}









a.thumb img {
	border: 1px solid #353535;
	margin-right: 5px;
	margin-top: 5px;
}

a.thumb:visited img {
	border: 1px solid #353535;
}

a.thumb:hover img {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
}

.input_chosen_image {
	width: 150px;
	height: 15px;
	background-color: transparent;
	border: 0px;
	font-family: tahoma, arial;
	font-size: 11px;
	color: #353535;
}

h4 {
	font-family: tahoma, arial;
	font-size: 15px;	
}

.news_image {
	border: 0px solid #353535;
	margin-right: 8px;
	margin-bottom: 3px;
	float: left;
}

.news_date {
	color: #999999;
}

.news_header {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: -1px;
}