@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#8F9B83;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	margin:0;
	padding:0;
}

#ger
{
	text-align: right;
	width: 850px;
	margin: 0 auto;
	font-family:arial,sans-serif;
	font-size:11px;
}
#ger a
{
	color: white;
}
.twoColFixLt #container {
	background-image:url('images/back.jpg');
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 860px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 5px 15px 0px;
	position:relative;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#text{
	width: 210px;
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-style:italic;
	color:#D5D6C8;
	font-size:1.2em;
	
}




.twoColFixLt #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent #sub{
	margin-top: 5px;
	margin-left: 59px;
	margin-right: 50px;
	
} 
#rotator {
	background-image: url(images/rotate/rotator.php);
background-position: center 39%;
min-height:170px;
/*overflow:hidden;*/
width:850px;
border-bottom-style:solid;
border-bottom-width:1px;
}

#title {
position:relative;
}




#menu {
	color: #D5D6C8;
float:left;
overflow:hidden;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:1em;
line-height:1.1em;
font-weight:bold;
}





#menu ul {
border-bottom:0 solid #AE1C4B;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:207px;
}
#menu ul li {
position:relative;
}
#menu li ul {
display:none;
left:169px;
position:absolute;
top:0;
}
#menu ul li a {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#D5D6C8;
display:block;
padding:2px 2px 2px 20px;
text-decoration:none;
}

#menu ul li a:hover {
	background:#CF6042 none repeat scroll 0 0;
	color:white;
}



#contact
{
	font-weight:bold;
	width:170px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 20px 0 20px;
	font-size:12px;
	color: #D5D6C8;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#contact a
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #D5D6C8;
}


.twoColFixLt #container #mainContent h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #4B503A;
}
.twoColFixLt #container #mainContent h3 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #4B503A;
}
.twoColFixLt #container #mainContent #sub h2 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #4B503A;
}
.twoColFixLt #container #mainContent #sub p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #4B503A;
}

