@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	background:url(images/backgroundheader.png) top repeat-x #072b07;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#container{
	width:1024px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#holder{
	background:url(images/header_logo.png) bottom right no-repeat;
	width:340px;
	height:110px;
}

#subbody{
	background:url(images/backgroundfooter.png) bottom repeat-x;
}

#leftmenu{
	width:209px;
	float:left;
	margin-top:10px;
}

#rightcontent{
	width:209px;
	float:left;
	position:relative;
}

#clubmark{
	width:128px;
	height:128px;
	background:url(images/clubmark.png) no-repeat;
	position:absolute;
	margin-left:675px;
	margin-top:10px;
	z-index:2;
}


#maintextarea{
	
	width:770px;
	margin-top:20px;
	border-left:12px solid #000000;
	z-index:1;
}

#maintextleft{
	padding:5px;
}

#headerlinks{
	margin-left:330px;
	margin-top:60px;
}

#maintextright{
	width:180px;
	height:150px;
	background:url(images/main_header.png) no-repeat top #d3d1d1;
}

#link2{
	
	text-decoration:none;
	color:#cccccc;
	margin-left:5px;
	font-size:18px;
	padding-left:12px;

	display:inline;
}

#link2:hover{
	text-decoration:none;
	color:#2c14c1;
	margin-left:5px;
	font-size:18px;
	padding-left:12px;

	
}

#link{
	text-decoration:none;
	color:#333333;
	display:block;
	margin-left:5px;
	font-size:18px;
	padding-left:12px;
	border-left:4px solid #333333;
	
}

#link:hover{
	text-decoration:none;
	color:#2c14c1;
	display:block;
	margin-left:5px;
	font-size:18px;
	padding-left:12px;
	border-left:4px solid #2c14c1;
	
}

#bottommain{
	margin-top:130px;
	height:50px;
	background:#d3d1d1;
}

#menubar{
	margin-left:auto;
	margin-right:auto;
	width:183px;
	
}

#menucontent{
background:url(images/menumain.png) repeat-y;
padding:6px;
}

#menuheader{
	background:url(images/menubarleft.png) no-repeat top;
	height:16px;
}

#menufooter{
	background:url(images/menubarleftbottom.png) no-repeat bottom;
	height:16px;
}

#header{
	height:208px;
	background:url(images/header_bg.png) repeat-x;
}

#headerimage{
	background:url(images/header.jpg) bottom no-repeat;
	height:204px;
}

#logo{
	height:85px;
	
	background:url(images/logo.gif) bottom left no-repeat;
}

#maincontent{
	background:url(images/grassbg.jpg);
}

#footerspace{
	height:71px;
	background:url(images/footer_bg.png) bottom repeat-x;
}