

#wrapper {
	text-align: left;	
	margin: 0px auto; 
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:left;
	background-color: #2a2a2a;
	background-image: url(img/back_road.jpg);
	background-repeat: repeat;
	margin: 0px auto;
	width:919px;  /*needed to float over background*/
}

	/* *************** HEADER *************** */



#header  {
	width:919px;
	
	}
	
	img.header {
		padding:0px;
	margin-top:30px;
	border:none;}

#contentwrapper {background-color:#fff;
width:919px;
margin: 0px auto; }







h1{	
	font-size:1.5em;
	margin-bottom:-.1em;
	margin-left:45px;
	}
	
	h2 {
		font-size:1.1em;
		margin-bottom:-.9em;			
		margin-left:45px;
	}
	
	
	h3 {font-size:1em;
		margin-bottom:1.2em;			
		margin-left:45px;
		color:#666;
		font-style:italic;
		margin-top:-5px;
		margin-bottom:30px;
	}
	
	
	
	
	.red {
		color:#F00;
		font-weight:bold;
	}
	
	
	p {
		color:#000; /*font color*/
		margin-left:45px;
	}
		
		
		
		
#full {
margin-top:28px;
float: left;
width: 830px;
}



/* *************** LEFT  *************** */

#left {
margin-top:28px;
float: left;
width: 390px;
}

		 		
		
	img.facebook {
	margin-left:110px;
	margin-bottom:40px;}
	

/* *************** RICHT  *************** */
		
		
#rightcolumn{
	width: 444px;
	float:right;
	line-height:normal;
	margin-right:45px;
	color:#999;
	
	display:inline /*fixed ie6 double margin bug*/
	
}

img.right {
	width: 444px;
	margin: 80px 0px 20px 0px;}
	
	.right {
		color:#666;
		margin:0;}
	
	
		
/* *************** UL *************** */		
	
ul {margin-left:30px;
}

/* *************** FOOTER *************** */
	
#footer {
	background-color:#980e10;
	width:919px;
	padding:0px;
	border-bottom:8px solid #fff;
	height:22px;
	border-top:30px solid #FFF;

}

	
	
	p.footer{
		color:#fff;
		text-align:center;
		padding-top:3px;
		margin:0px;
		}
		
		.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	

/*NAVIGATION */

.menuholder{
background: black url(img/blockdefault.gif) center center repeat-x;
display:inline-block;
width:100%;
overflow:hidden;
}


.solidblockmenu{
padding:0;
float:left;
font: bold 14px Arial;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
margin:0;}

.solidblockmenu li{
display: inline;
padding-left:10px;

}


/* Position of button text */
.solidblockmenu li a{ 
float: left;
color: white;
padding: 9px 43px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

