/*
     Development by ProfiIT e.K
	 (c) Copyright 2009 Axel Sachmann. All Rights Reserved. 
	  
*/
* {
	padding : 0;
	margin  : 0;
	border  : 0;
}


body {
 	font-size: 75%;
	background-color: #758b70;
	
}

html>body {

	font : 80%/1.5 Verdana, "Trebuchet MS" , "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	color: #333333;
}

#outer_wrapper {
	width: 950px;
	margin:30px auto;
	background-color: #576e44;
}

#inner_wrapper { 
 	margin: 0 auto;
 	width: 900px;
	/*background-color: #576e44;*/
	background: #c9d6c5;
}


#header {
	color: #333;
	width: 900px;
	float: left;
	height: 190px;
	
    background-color: #576e44;

}
 
#header_links {
	float: right;
	padding-right:70px;
}

#navigation {
 	float: left;
 	width: 890px;
 	color: #ffffff;
 	padding: 10px 0px 10px 10px;
 	height:20px;
 	margin:  0px 0px 0px 0px;
 	background: #c9d6c5;
}
#content { 
 	
	margin:  0px 0px 0px 0px;
	padding: 0px 30px 10px 30px;
	height:100%;
	width: 550px;
	float: left;
 	background: #c9d6c5;
}
#rightcolumn { 
 	float: right;
	 color: #333;
	 margin: 0px 0px 0px 0px;
	 padding:0px 15px 0px 10px;
	 height: 100%;
	 width: 255px;
	 display: inline;
 	 background: #c9d6c5;
}
#footer { 
	
	width: 890px;
 	clear: both;
 	color: #ffffff;
 	background: #c9d6c5;
 	margin: 0px 0px 0px 0px;
 	padding: 5px 0px 15px 10px;
}

ul, ol {
	list-style-type: none;
	margin: 18px 0;
	line-height: 1.8em;
}

li {
	text-decoration: none;
	margin: 4px;
	padding-left: 1.3em;
	
}

.sidebar {
	
}

.sidebar h3 {
	
}


.sidebar a:link {
	color: #000000;
	text-decoration: none;
}

.sidebar a:visited {
	color: #000000;
	text-decoration: none;

}

.sidebar a:hover {
	padding:3px;
	color: #b0fdc5;
	font-size:12px;
	font-weight:normal;
	background-color:#666633;
	
}

.sidebar a:focus {
	outline: none;
	font-size:12px;
}

p {
	line-height: 1.5em;
	padding:5px;
}

img {
	padding:5px;
}

h1 {
	font : 1.8em/0.9em "Trebuchet MS" , "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height:1.2em;
	padding:5px;
	margin:2px;
}

h2 {
	font : 1.6em/1em "Trebuchet MS" , "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding:5px;
	margin:2px;
	line-height:1.2em;
}

h3 {
	font : 1.4em/1.13em "Trebuchet MS" , "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding:5px;
	}

h4 {
	font : 1.3em/1.29em "Trebuchet MS" , "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding:5px;
}

.quote {
   

   background:#c9d6c5 url('/images/ql.gif') no-repeat left top; 
   width:370px;
   margin-left: 20px;
   padding-top: 5px;
   padding-bottom: 10px;
   padding-left: 20px;
   padding-right:10px; 
   font-style:normal; 
   font-variant:normal; 
   font-weight:normal; 
   font-size:14px; 
   font-family:"Trebuchet MS"
}

.quote div {background: transparent url(/images/qr.gif) right bottom no-repeat;
 	padding-left:5px; 
	padding-right: 10px;
	padding-bottom: 10px;
	
}


/* Rounded Corner Stuff*/
/* Rounded Corners for Outer Header*/
.roundedcornr_top_214822 div {
   background: url(/images/roundedcornr_214822_tl.png) no-repeat top left;
}
.roundedcornr_top_214822 {
   background: url(/images/roundedcornr_214822_tr.png) no-repeat top right;
}
.roundedcornr_bottom_214822 div {
   background: url(/images/roundedcornr_214822_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_214822 {
   background: url(/images/roundedcornr_214822_br.png) no-repeat bottom right;
}

.roundedcornr_top_214822 div, .roundedcornr_top_214822, 
.roundedcornr_bottom_214822 div, .roundedcornr_bottom_214822 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}

/* Rounded Corner for Navigation and Footer */
.roundedcornr_box_259689 {
	
	background: #c9d6c5;
	
}

.roundedcornr_top_259689 div {
   background: url(/images/roundedcornr_259689_tl.png) no-repeat top left;
}
.roundedcornr_top_259689 {
   background: url(/images/roundedcornr_259689_tr.png) no-repeat top right;
}
.roundedcornr_bottom_259689 div {
   background: url(/images/roundedcornr_259689_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_259689 {
   background: url(/images/roundedcornr_259689_br.png) no-repeat bottom right;
}

.roundedcornr_top_259689 div, .roundedcornr_top_259689, 
.roundedcornr_bottom_259689 div, .roundedcornr_bottom_259689 {
   width: 100%;
   height: 41px;
   font-size: 1px;
}


