
* { padding: 0; margin: 0;

 }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bodyBg.jpg);
 background-repeat:repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(images/bg.jpg);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding-left:10px;
 padding-right:10px;
 height: 131px;
 margin: 10px 0px 0px 0px;
 background-image:url(images/Header.jpg);
 background-repeat:no-repeat;
}
#leftcolumn { 
 display: inline;
 margin: 0px;
 padding: 0px;
 width: 175px;
 float: left;
}
#content {
	float: left;
	color: #333;
	width: 550px;
	display: inline;
	position: relative;
	background-image: url(images/titel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 13px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	padding: 0px;
	width: 150px;
	float: right;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:10px;
	text-align:center;
	color:#ffffff
}


#rightcolumn a {
color:#FFFFFF;
	
}


#footer {
	width: 902px;
	height:128px;
	clear: both;
	color: #ffffff;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align:right;
}


.clear { clear: both; background: none; }

h1 {
	color:#0066cc;
	font-size:18px;

}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#0066cc;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#0033FF;
}