body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #fff;
	color: #334455;
	} 
body, div, p {
	font: normal 12px Tahoma,Arial,Serif;
	color: #334455;
}
img {
	border: 0;
}
.none {
	display: none;
}

#box_holder {
	display: block;
	width: 760px;
	height: 600px;
	margin: 0 auto 0 auto; 
}

#top_lang {
	width: 760px; height: 30px;
	margin: 0; padding:0;
	background: url('../i/bgrn_top.gif') top center;
}

#top_lang div {
	width: 172px; height: 19px;
	margin: 0; padding: 3px 0 0 550px;
	background: url('../i/bgrn_lang.gif') no-repeat top right;
	font: normal 10px Tahoma,Arial,Serif;
	color: #C0C0C0;
	text-align: center;
}

#top_lang div a {
	font: bold 10px Tahoma,Arial,Serif;
	color: #1c72f4;
	text-align: center;
	text-decoration: none;
}

#top_lang div a:hover { text-decoration: underline; }

#top_logo {
	width: 760px; height: 200px;
	margin: 0; padding:0;
	background-color: #fafaff;
}

#header_separator {
	width: 760px; height: 4px;
	margin: 0; padding: 0;
	background: url('../i/header_separator.gif') repeat top left;
}

#menu {
	width: 760px; height: 40px;
	margin: 0; padding: 0;
	background: url('../i/bgrn_menu.gif') repeat top left;
}

#menu ul {
	display: block;
	clear: both;
	margin: 0; padding: 0;
	width: auto; height: 40px;
	list-style-type: none;
}

#menu ul li {
	height: 40px;
	float: left;
	margin: 0;
	background: url('../i/menu_sep.gif') no-repeat top left;
}

#menu ul li:first-child {
	background: none;
}

#menu ul li:hover {
	background: url('../i/bgrn_menu_mo.gif') repeat top left;
}

#menu ul a {
	float: left;
	padding: 8px 13px 9px 15px;
	font: normal 18px Tahoma,Arial,Serif;
	color: #0f4d9f;
	text-decoration: none;
}

#menu ul a:active{
	padding: 13px 13px 5px 15px;
}

#menu ul a.active {
	color: #863;
}

#content {
	width: 760px; min-height: 400px;
	padding:0 0 10px 0; margin:0;
	font: normal 12px Tahoma,Arial,Serif;
	word-spacing: 2px;
	text-align: justify;
}

#content a { color: #1c72f4; }
#content a:hover { text-decoration: none; }

#content, h1,h2,h3{
	color: #345;
}

h1 {
	height: 40px;
	font: normal 24px Tahoma,Arial,Serif;
	margin: 20px 0 8px 8px;
	background: url('../i/bgrn_h1.gif') no-repeat top left;
	padding: 10px 0 0 0;
}
h2 {font: normal 18px Tahoma,Arial,Serif;}
h3 {font: bold 14px Tahoma,Arial,Serif;}
h2, h3 {margin-left:8px;}

#footer {
	width: 760px; height: 32px;
	margin: 0; padding: 22px 0 0 5px;;
	background: url('../i/bgrn_footer.gif') no-repeat top left;
}

#footer, #footer a {
	color: #1c72f4;
	font: bold 9px Tahoma,Arial,Serif;
	text-decoration: none;
}

#left_menu {
	float: right;
	padding: 0; margin: 10px 5px 0 20px;
	width: 220px; height: auto;
}
