* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: White;	
}

table,tr,td {
	border: none;
}

a:link {
	color: #E24C03;
	text-decoration: none;
}

a:active {
	color: #EBFFD8;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: underline;
}

#body {
	margin-top: 10px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E7FFD8;
}

#logo {
	float: left;
	width: 130px;
	height: 65px;
	background: url(images/logo2.png) no-repeat;
	background-position: center;
	background-color: #6AC334;
	margin: 0px 5px 5px 0px;
	vertical-align: top;
}

#head {
	float: left;
	width: 130px;
	height: 65px;
	vertical-align: top;
	background: url(images/head_back.png) top right no-repeat;
	background-color: #6AC334;
	margin-bottom: 5px;
}

#banner {
	float: left;
	width: 510px;
	height: 65px;
	vertical-align: top;
	background: url(images/banner.png) no-repeat center;
	background-color: #00008F; /*#6AC334;*/
	margin: 0px 5px 5px 0px;
}

#menu {
	clear: both;
	float: left;
	width: 115px;
	background: url(images/menu_back_2.png) bottom right no-repeat;
	background-color: #ABDD7C;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	padding: 5px 5px 15px 10px;
}

#menu a {
	display: block;
	color: #394630;
	font-weight: bold;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px 13px;
	background: url(images/link.png) top right no-repeat;
	text-align: right;
	text-decoration: none;
}

#menu a:active {
	background-position: right -20px;
	color: #E24C03;
}

#menu a:hover {
	background-position: right -40px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;	
}

#lang_box {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#lang_box a {
	display: inline;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 2px;
	background-image: none;
}

#main {
	float: left;
	width: 625px;
	background: url(images/corner3_2.gif) top left no-repeat;
	background-color: #B6E29C;
	margin-bottom: 5px;
	vertical-align: top;
	padding: 15px 10px 10px 10px;
}

#foot {
	clear: both;
	float: left;
	width: 764px;
	background: url(images/ld_corner.gif) bottom left no-repeat;
	background-color: #6AC334;
	text-align: right;
	color: White;
	padding: 2px 5px 3px 11px;
}

#foot a {
	font-weight: bold;
	color: White;
	font-size: 12px;
}

#foot a:hover {
	color: #FFD700;
	text-decoration: none;
}

.full {
	width: 100%;
}


