body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../_MEDIA/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-image: url(../_MEDIA/backgrounds/bg_vert.gif);
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* html #wrapmaster {
	height:100%;
	
	}

#wrap {
	width: 879px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	}


#wrapcenter	{
	padding: 0px;
	width: 800px;
	height: 100%;
	float: left;
	}
	

html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 40px;
	height: 352px;
	float: left;
	background-image:  url(../_MEDIA/backgrounds/bg_left.jpg);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 39px;
	height: 352px;
	float: right;
	background-image: url(../_MEDIA/backgrounds/bg_right.jpg);
	background-repeat: no-repeat;
	}
	
/*  BASIC TEXT FORMATING */
p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: left;
	color: #990000;
	margin-top:12px;
	}

h2 {
	color: #990000;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#3E3123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Occidental;
	text-align: center;
	width: 90%;
	}

a {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	}

ul {
	list-style-position: outside;
	}
	
ol {
	list-style-position: inside;
	}
	
li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	color: #333333;
	}
	
li ul li {
	margin-top: 8px;
}

/*  Top Nav   */

#topnav {
	background-image: url(../_MEDIA/backgrounds/bg_topnav.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 26px;
	margin: 0px;
	background-position: top;
	}
	
#topnav a {
	color: #000000;
	}
	
#topnav a:hover {
	color: #FFFFFF;
	}
	
#topnav_inner {
	font-weight: bold;
	color: #000000;
	padding: 5px;
	font-size: 85%;
	}
	
#topnav_inner img {
	padding: 0px 5px 0px 5px;
	}

/*  Btm Nav   */

#btmnav {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	}

/*  Quote Box   */	

#quotebox {
	width: 170px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 5px 0px 10px;
	font-style: italic;
	font-weight: bold;
	color: #657101;
	}
	
#quotebox_inside {
	padding: 0px 5px 0px 12px;
	background-image: url(../_MEDIA/images/quotebox_bg.jpg);
	background-repeat: repeat-y;
	}
	
#quotebox_top {
	background-image: url(../_MEDIA/images/quotebox_top.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 16px;
	}
	
#quotebox_btm {
	background-image: url(../_MEDIA/images/quotebox_btm.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 16px;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .border, #mapContainer, .procedures {
	background-color: #ffffff;
	border: solid #3A88C4 1px;
	margin-bottom: 5px;
	padding: 2px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px 5px 8px 5px;
	}
	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}


/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	min-height: 650px;
	text-align: center;
	padding: 0px 0px 10px 0px;
	background-image: url(../_MEDIA/backgrounds/bg_content.jpg);
	background-repeat: repeat-y;
	}

/*------------- content main ----------------- */

#content_main{
	width: 510px;
	text-align: left;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
	left: 0px;
	top: 15px;
	z-index: 100;
	position: relative;
	}
	
#content_header{
	width: 800px;
	margin: 0px;
	background-image: url(../_MEDIA/backgrounds/bg_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	}



/*------------- content side ----------------- */


#content_side{
	float: left;
	width:222px;
	height: 400px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: inherit;
	position: relative;
	right: 0px;
	top: 30px;
	z-index: 99;
	}
	
#content_side_spiel {
	padding: 0px 0px 0px 10px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side h2{

    }

#content_side p {
    }
	
#content_side ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	position: relative;
	}
#content_side li {
	position: relative;
	width: 222px;
	margin: 0px;
	display: block;
	padding: 0px;
	height: 33px;
	list-style: none;
	list-style-image: none;
}
	
#content_side li a {
	padding: 0px 0px 0px 42px;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	}
	
#content_side li a:hover {
	text-decoration: underline;
	}
	
.padding {
	padding-top: 40px;
}
	
#content_side a {
	border-bottom: 0px;
	background: none;
	}

#content_side .text_left {
	text-align: left
	}
	
/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 800px;
	padding: 0px;
	position: relative;
}

#footer{
	text-align: center;
	width: 800px;
	height: 70px;
	background-image: url(../_MEDIA/backgrounds/btmbanner.jpg);
	margin: 0px auto 0px auto;
	position: relative;
	vertical-align: bottom;
}

#footer_inner {
	padding: 53px 0px 0px 0px;
	font-size: 80%;
	color: #000000;
	}

#footer p{
	color: #333333;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	position: relative;
}

#footer a {
	color: #000000;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	border-bottom: none;
}


#footer a:hover {
}

/*------------- misc styles ----------------- */
.float_left{
	float: left;
	margin-right: 10px;
}

.float_right{
	float: right;
	margin-left: 10px;
}

.column_right {
	float: right;
	width: 48%;
	position: relative;
	}
.column_left {
	float: left;
	width: 48%;
	position: relative;
		}

.people_imgs {
	padding: 5px 0px 0px 5px;
	}
