@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-image:url(../images/backdrop.jpg);
	min-width:1024px;
}

#wrapper{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#top-nav {
	padding-top:4px;
	padding-bottom:4px;
	height:2.25em;
	background-color: #dfb899; /*#aa7f5f;*/
	margin:0px;
}

#content-wrapper {
	clear:both;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fefdeb;
	font-family:Tahoma, Geneva, sans-serif;
	color:#df5f0a;
	text-align:left;
}
#content-wrapper img{
	padding:20px;
	float:right;
}

#left-content-wrapper{
	width:50%;
	float:left;
}
#left-content{
	padding:5px;
}

#left-content img{
	float:left;
}

#right-content-wrapper{
	width:50%;
	float: right;
}

#right-content{
	width:100%;
	text-align:left;
	padding:5px;
}
.content_header {
	font-size: 16px;
	font-weight: bold;
}

.content_header_centered {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.content_sub_header {
	font-size: 14px;
	font-weight: bold;
}

li {
	font-size: 12px;
	font-weight: bold;
}

#right-content img{
	float:none;
	padding:4px;
}

#indented{
	margin-left:50px;
	margin-right:50px;
}

#footer{	
	clear:both;
}

#placitude{
	font-size:12px;
	font-style:italic;
	font-weight:800;
}

