@CHARSET "UTF-8";

/*---------------------------tag styles------------------------------*/

body{
	background: #E3D9BB;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image:
}

h1 {
	font-size: 18pt;
	color: #554137;
	margin:20px;	
}

h2 {
	font-size: 12pt;
	color: #554137;
	margin: 0 20px 0 20px
}

span.number {
	font-size: 12pt;
	color: #554137;
	font-weight: bold;
}

/*---------------------------main styles------------------------------*/

#wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:1200px;
	z-index: -1;
}
#qlink {
    position: fixed;
	bottom: -131px;
	left: 20px;
	width: 552px;
	height: 200px;
	margin: 10px 0;	
}

#logo {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: -1;
	width: 652px;
	height: 200px;
	margin: 10px 0;
}
#line {
	position: fixed;
	top: 49px;
	left: 630px;
	z-index: -1;
	width: 100%;
	height: 100px;
	margin: 10px 0;	
}


#logo.banner{
	background: url('gfx/banner6.png') -5px 0 no-repeat;
}
#line.aboutline {
	background: url('gfx/bannerR3.png') -5px 0 repeat;
}


/*	photograph_container
	this container holds the images that
	will rotate througout the site
*/

#photograph_container {
	position: fixed;
	bottom: 50px;
	left: 0;
	z-index: -2;
	width: 900px;
	height: 800px;
}

#back_image {
	width: 900px;
	height: 800px;
	margin-bottom: 100px;
	overflow: hidden;	
}


#bottom {
	position: fixed;
	background-color: #E28741;
	font-style:italic;
	font-size:80%;
	color:#fff;
	bottom: 25px;
	padding-left: 16px;
	left: 0px;
	z-index: -1;
	width: 100%;
	margin: 10px 0;
}

/*
	
*/
	
#body_text {
	position: relative;
	top: 62px;
	float:right;
	width: 600px;
	padding:60px 0 50px 0;
}

#body_text div {
	background: #fff;
	overflow:auto;
	-webkit-border-readius:20px;
    -moz-border-radius:20px;
    -0-border-radius:20px;
    -ms-border-radius:20px;
    border-radius: 20px;
}


#body_text div.content {
}


#body_text p, #body_text ul {
	margin:0 20px 20px 20px;	
}

#body_text ul {
	color: #666;	
	font-size: 12px;
	line-height: 20px;
}

#body_text p {
	color: #4C2B02;	
	font-size: 14px;
	background-color:
	line-height: 20px;
}

#body_text p a {
	color: #E28741;
	text-decoration: none;
}

#body_text p a:hover {
	text-decoration: underline;
	color:#5E5D56;
}

#list {
	color: #666;	
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.italic {
	color: #554137;
	font-style: italic;
}

#body_text .event p {
	margin:0 0 0 20px;
	padding:0;
	display:inline-block;
}

#body_text .event a {
	margin:0 0 10px 20px;
	padding:0;
	color: #554137;
	font-size: 12px;
	text-decoration: none;
}

#body_text .event {
	padding-bottom:20px;	
}


