* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
}
#wrapper { 
	width: 1005px;
	margin: 0 auto;
	text-align:left;
	
}
#faux {
	margin-left: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 1005px;
	min-height:500px;
	background-color:#6592cd;
	background-image: url(images/bg1.jpg);
 	background-repeat:y-repeat;
	 
}
#header {
	position:relative;
	margin-top: 10px;
	color: #333;
	width: 1005px;
	height: 209px;
	background-color: #6592cd;
	background-repeat: repeat-x;
}
#text{
	position:relative;
	margin-left:60px;
	padding-top: 30px;

}
#top{
	text-align  : right;
	 display: inline;
	 position: absolute;
	 top:5px;
	 right:270px;
	 font-size: 1.2em;
z-index:200;

}#head{
	text-align  : right;
	 display: inline;
	 position: absolute;
	 top:0px;
	 right:0px;
}
#top ul { 
 text-align  : right;
 display: inline;
}
#top li{
  list-style-type:none;
  display: inline;
  padding-left:5px;
}
#top a, a:link, a:visited, a:active{
	text-decoration:none;
	color: #26255E;
	font-weight: normal;
	background:none;
}
#top a:hover{
	text-decoration:none;
	color:#000;
	font-weight: bolder;
	background:none;
}

#leftcolumn { 
 display: inline;
 color: #fff;
 margin: 0px ;
 padding-right: 0px;
 width: 247px;
 float: right;
 background-color: #004d9f;
 overflow:hidden;
 min-height:500px;
 height:500px;
 font-size: 1.2em;
}

#leftcolumn a {
  font-weight      : bold;
  width            : 200px;
  text-align       : left;
  text-decoration  : none;
  letter-spacing   : 2px;
  text-indent      : 5px;
  padding          : 5px;
  display          : block;
  margin-top       : 2px;
  margin-left      : 20px;
}

#leftcolumn a.menu_default:link, a.menu_default:visited {
  background-color : #26255E;
  color            : #fff;
}
#leftcolumn a.menu_default:hover {
  background-color : #fff;
  color            : #26255E;
}


#leftcolumn a.menu_current:link, a.menu_current:visited {
  background-color : #26255E;
  color            : #FFD11A;
}
#leftcolumn a.menu_current:hover{
  background-color : #FFD11A;
  color            : #26255E;
}

#leftcolumn li{
	list-style: none;
	float: left;
	width: 100%;
	height:40px;
}


#rightcolumn { 
 float: left;
 color: #333;
 width: 758px;
 display: inline;
 position: relative;
 background-color:#6592cd;
	background-image: url(images/bg.jpg);
 	background-repeat:no-repeat;
       background-position: left bottom;
 min-height:550px;

// height:550px;

}
#rightcolumn ul{
	padding-left: 25px;
	list-style-image:url('list_style.jpg');
}
#rightcolumn li{
	padding-left: 5px;
	padding-top: 5px;

}
#rightcolumn td,p{
	padding: 5px;
}
#footer { 
 width: 1005px;
 clear: both;
 color: #fff;
 background-color: #000;
 margin-left: 0px;
 position:relative;
 height:3px;
}

#foot{
position:absolute;
bottom:5px;
right:10px;
font-size:10px;
color: #fff;
text-align: right;
}
#bildfoo{
position:absolute;
 background: #fff;
  bottom:25px;
  right:20px;
  border:2px solid #FFFFFF;
}  

.clear { clear: both; background: none; }

