html, body
{
	margin: 0;
	background: #49788F url(../images/main_bg.jpg) top repeat-x;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

img
{
	border: none;
}

.clear
{
	clear: both;
}

.w150 {
	width: 180px;
	float: left;
}

#main
{
	width: 957px;
	margin: 0 auto 0 auto;
}

/*
* Header
*/
#header
{
	margin: 0;
	background: url(../images/header.jpg) no-repeat;
	width: 957px;
	height: 180px;
}
#header_tab
{
	position: relative;
	top: 130px;
	left: 760px;
}

/*
* Menu
*/
#pre_menu
{
	background: url(../images/gull.jpg) no-repeat;
	width: 230px;
	height: 203px;
}
#menu
{
	background: #49788F;
	width: 230px;
	height: 353px;
}
#google_translate		/* border: 1px inset #0080FF; */
{
	margin: 0 0 0 12px;
	padding: 5px 0;
	position: relative;
	top: 60px;
	height: 65px; 
	width: 218px;
	background: url(../images/select_language.jpg) no-repeat;
	text-align: center;
}

#google_translate select 
{
	font-size: 8pt; 
	width: 115px; 
	margin-left: 25px; 
	margin-top: 18px;
}

#counter
{
	margin: 0 25px 0 50px;
	padding: 5px;
	position: relative;
	top: 60px;
	/*border: 1px inset #0080FF;*/
	background: #49788F;
	text-align: center;
}
* html #counter
{
	/*top: 5px;*/
}

#counter a 
{
	color: white; 
	font-size: 10px;
}

#after_content{
	background: url(../images/right_edge.jpg) no-repeat;
	width: 4px;
	height: 222px;
	position: relative;
}

#content_left_edge, #content_right_edge
{
	margin: 0 auto 0 auto;
	width: 4px;
	height: auto;
	position: relative;
	z-index: -1;
}

/*
* Main content
*/
#content
{
	margin: 0 0 0 230px;
	padding: 0px 0;
	width: 723px;
/*	background: #FFFFFF url(../images/content_left_edge.jpg) left repeat-y; */

}
#content_2
{
	margin: 0 0 0 0px;
	background: #FFFFFF url(../images/content_right_edge_.jpg) right repeat-y;
	

}
#flash_banner
{
	margin: 0 auto 20px auto;
	background: url(../images/flash_banner.jpg) no-repeat;
	width: 677px;
	height: 309px;
}
#heading
{
	width: 677px;
	margin: 0 auto 90px auto;
}
#heading_pre, #heading_aft
{
	margin: 0;
	float: left;
	width: 11px;
	height: 47px;
}
#heading_pre
{
	background: url(../images/heading_pre.jpg) no-repeat;
}
#heading_aft
{
	background: url(../images/heading_aft.jpg) no-repeat;
}
#heading_text
{
	padding: 0 15px 0 15px;
	vertical-align: bottom;
	float: left;
	color: #FFFFFF;
	width: 625px;
	height: 47px;
	background: url(../images/heading_bg.jpg) repeat-x;
	font-size: 30px;
}

#content_text
{
	margin: 0 auto 0 auto;
	width: 677px;
	text-align: justify;
	min-height: 150px;
}
* html #content_text
{
	height: 150px;
}
#content_text p
{
	line-height: 1.7em;
}

input, textarea
{
	border: 1px solid #000000;
}
form .formrow
{
	width: 677px;
	height: 2.5em;
}
form .formleft
{
	float: left;
	width: 150px;
}
form .formright
{
	margin: 0 0 3px 0;
	float: left;
	width: 270px;
}
form .formerror
{
	color: #FF0000;
	visibility: hidden;
	float: left;
	width: 230px;
}

/*
* Footer
*/
#footer
{
	margin: 40px 0 0 0;
	padding: 10px 25px;
	width: 673px;
	background: #ABD7E1 url(../images/footer_top.jpg) top repeat-x;
	color: #49788F;
	font-weight: bold;
}
#footer_copyright
{
	padding: 10px 0 0 0;
	float: left;
}
#footer_logo
{
	float: right;
}
