* html #header {
	clear:both;
	height:100px;
}

* html #clearfix {
	height: 100%;
}

body {
	background: #ffffff url(img/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: #777777;
}

a:link { text-decoration: none; color: #3f3e3e;}
a:visited { text-decoration: none; color: #000}
a:active { text-decoration: none; color: #3e3d3d}
a:hover { text-decoration: none; color: #3e3d3d}
a img {border:0;}
a img {padding: 0px;}
h1, h2, h3, h4, h5, h6, strong {color: #4C4D4E;}
p {margin:0;}
form {margin: 0;}

#main { 
   width: 850px;
   position: relative;
   height:100%;
   margin: 0 auto 0 auto;
   padding: 0;
   background-image: url(img/content.jpg) ;
   background-repeat: repeat-y;
}

#header {
	width: 850px;
	height:147px;
	background-image: url(img/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#pageheader {
	margin:1px 1px 0 400px;
	padding:42px;
	color: #ccc;
}

	#pageheader strong {
	font-size: 16px;
	color: #ccc;
}

#nav {
	height:45px; 
	display:block;
	clear:both; 
	background: transparent url(img/menue-bg1.png) repeat-x;
}

#navContainer {
	float:left;
	height: 45px;
	border: 0;
	padding:0;
	margin:  0px 0px 0px -25px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative; 
}

#nav ul li {
	float: left; 
	color: #5E5F5F; 
	text-align: center; 
	font-weight: normal; 
}

#nav ul li a {
	display: block; 
	background:transparent; 
	padding: 17px 20px 11px 25px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;  
}

#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	background:transparent; 
	text-decoration: underline;
}

#nav a.menu-parent {
	background: transparent; 
	color: #d1d1d1;
}

#breadcrumbs {
	height:200px;
	background:#FFFFFF;
	clear:both;
}

#content { 
    width: 828px;
	float: left;
	min-height: 380px;
    display:inline;
    border-top: 0px solid #C0BFBF;
	background: #ffffff url(img/content-bg.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px; 
    padding:11px;
}

#contentbox{
	margin-bottom: 0px;
	color: #fff;
	height: 94px;
	background: transparent url(img/trans.png) repeat-x;
}
#contentbox h1 {
	margin:10px 0 6px 0;
	font-size: 22px;
	color: #fff;
}

#contentbox h2 {
	margin:10px 0 4px 0;
	font-size: 18px;
	color: #fff;
}

#footer{
	background:#02072a url(img/footer.jpg) repeat-x; 
	position:relative;
	height: 50px;
	text-align: center;
	margin:0 auto; 
	border-bottom: 0px solid #000; 
	padding:1px 0 0; 		
	clear:both;
}

.info{
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	color: #777777;
}




.stealth {visibility:hidden; display:none;} 



