<!--
/*
      Created by MLCreation
	  
	  E-Mail:
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #FFF;
}
#wrapper {
	width: 922px;
	border: 2px double #000;
	background-color: #E0E0E0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#container {
	overflow: auto;
	width: 100%;
}
#header {
	width: 922px;
	padding: 0px;
	height: 130px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #E0E0E0;
}
#navigation {
	color: #333;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}
#content {
	height: 510px;
	width: 922px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	background-color: #FFF;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat;
	font-size: 14px;
	overflow: hidden;
}
p {
	position:relative;
	width:620px;
	text-align:left;
	padding-left: 296px;
	}
p img {
	position:absolute;
	left: 7px;
	text-align: left;
	top: 7px;
	}
}
#footer {
	width: 922px;
	clear: both;
	color: #333;
	padding: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	height: 58px;
	background-color: #FFF;
}
#clear {
	clear: both;
}
-->