/**
  * HakaWorld - General Style
  * Author: Medeea WebWorks - http://www.medeeaweb.com
  */

body {
	margin:0px;
	padding:0px;
	color:#38A575;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #066a34;
}
#wrap {
	width:780px;
	margin:0px auto;
}
.header {
	height:163px;
}
.menu {
	height:30px;
	background:url(img/menu_bg.gif) repeat-x left top;
}
.menu_left {
	background-image:url(img/menu_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.menu_right {
	background-image:url(img/menu_right.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.left_column {
	width:477px;
	float:left;
	margin:20px 0px;
}
.right_column {
	margin-top:10px;
	width:303px;
	float:right;
	background:url(img/haka.png) no-repeat;
	height:407px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/haka.png", sizingMethod="image");
	#background-image:none;
}

.black_box {
	margin:0px;
	padding:0px;
}
	.black_box .top {
		height:5px;
		/*background-color:#002810;*/
		overflow:hidden;
	}
	.black_box .top2 {
		background-color:#002810;	
	}
	
	.black_box .top .left{
		float:left;
		width:5px;
		height:5px;
		background:url(img/balck_corner.png) left top;
		display:block;
	}
	.black_box .top .right{
		float:right;
		width:5px;
		height:5px;
		background:url(img/balck_corner.png) right top;
		display:block;
	}
	.black_box .bottom {
		height:5px;
		/*background-color:#002810;*/
		overflow:hidden;
	}
	.black_box .bottom2{
		background-color:#002810;	
	}
	
	.black_box .bottom .left{
		float:left;
		width:5px;
		height:5px;
		background:url(img/balck_corner.png) left bottom;
		display:block;
	}
	.black_box .bottom .right{
		float:right;
		width:5px;
		height:5px;
		background:url(img/balck_corner.png) right bottom;
		display:block;										
	}
	.black_box .content {
		background-color:#002810;
		margin:0px;
		padding:0px;
	}
.footer .links {
	text-align:center;
	padding:5px 0px;
	color:#717171;
}
.footer .links a {
	color:#717171;
	text-decoration:none;
}
.footer .links a:hover {
	color:#BC1D1E;
	text-decoration:none;
}
.error {
	color:#BC1D1E;
	text-align:center;
}
.txtform {
	width:250px;
	border:1px solid #CCCCCC;
	height:16px;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:353535;
}
.txtarea {
	width:270px;
	border:1px solid #CCCCCC;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:353535;
}

.LinkStyle2, .LinkStyle2:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.LinkStyle2:hover {
	text-decoration:underline;
}

.LinkStyle3, .LinkStyle3:hover {
	color:#38A575;
	text-decoration:none;
}
.LinkStyle3:hover {
	text-decoration:underline;
}
.hide {
	visibility:hidden;
	display:none;
}