html * {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	background-image: url(../images/bg_point.png);
}

#langs {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 410px;
	z-index: 4;
	font-size: 11px;
}

#langs a {
	color: #18400C;
	text-decoration: none;
}

#langs a:hover, #langs a:focus, #langs a:active {
	text-decoration: underline;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 907px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	
	
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -460px;
	z-index: 3;
	width: 920px;
	overflow: auto;
 	height: auto;
	padding-bottom: 30px;
}

#container a {
	color: #0f2807;
}

#container a:hover, #container a:focus, #container a:active {
	color: #18400c;
}

#container h2 {
	color: #0f2807;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

#container h2 a {
	color: #0f2807;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

#container h2 a:hover {
	text-decoration: underline;
}

#container h3 {
	color: #0f2807;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#left_column {
	width: 590px;
	padding: 10px;
	float: left;
}

#left_column p {
	padding-bottom: 10px;
	line-height: 130%;
}

#right_column {
	float: right;
	width: 270px;
	padding: 10px;
}

#left_bg {
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -460px;
	height: 700px;
	width: 610px;
	background-color: #fff;
	opacity: 0.22;
	filter: alpha(opacity=22);
	z-index: 2;
}

#right_bg {
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: 170px;
	height: 700px;
	width: 290px;
	background-color: #fff;
	opacity: 0.22;
	filter: alpha(opacity=22);
	z-index: 2;
}


#banner_box {
	padding-top: 100px;
	text-align: center;
}

#banner_box a{
	text-align: center;
}

#banner_box img{
	text-align: center;
	border: 1px solid;
	border-color: black;
}

#footer {
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
