/* CSS Document */

html, body, #wrapper{
	min-height:100%;
	height:100%;
}


html>body, html>body>#wrapper{
	height:auto;
}

body {
	margin: 0;
	padding:0;
	background-color: #FFDC99;
	background-image: url(../images/pageBG.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-attachment: fixed;
}

#top_right{
	position:absolute;
	top:0px;
	right:0px;
	width:412px;
	height:545px;
	background-image: url(../images/topRight.gif);
	background-repeat: no-repeat;
	z-index:0;
	background-position: right top;
}

#wrapper{
	position:absolute;
	bottom: 0;
	top:0;
	left:50%;
	margin-left:-390px;
	padding-bottom:80px;
	z-index:1;
	width:778px;
}

#header{
	width:778px;
	height:100px;
	background-color:#666666;
	background-image: url(../images/bannerBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#header span{
display:none;
}

#logo{
float:left;
}

#moto{
	float:right;
	margin-right:20px;
	margin-top:40px;
	width:380px;
	height:28px;
	color: #FFFFFF;
	font-size: 1.15em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


#main_content{
	position:relative;
	width:778px;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFB700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#main_content_left{
	float:left;
	width:499px;
	padding-left:10px;
	color: #666666;
	background-color:#FFFFFF;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main_content_left p{
	font-size: .80em;
	text-align: justify;
}

#main_content_left h1{
	font-size: 1.15em;
	color: #FFB700;
	letter-spacing: 1px;
	margin-top:5px;
}

h3{
	color:#666666;
	font-size:0.85em;
	font-style: italic;
	line-height: 2em;
}

#text {
	margin-top: -20px;
}

#main_content_left h2{
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFB700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

}

#main_content_left li{
	font-size: .75em;
	margin-bottom:1px;
}

#main_content_left a{
color:#0000FF;
text-decoration:none;
}

#main_content_left a:hover{
text-decoration:underline;
}

#right_content{
	position:absolute;
	left:577px;
	width:260px
	margin-top:0px;
	background-color: #FFFFFF;
}

.float_quote{
	padding:40px 15px 15px;
	color:#FFDC99;
	font-size:1.5em;
}

#nav{
	width:180px;
	padding-left:18px;
}

#nav ul{
padding:0;
margin:0;
list-style-type:none;
}

#nav li{
	width:180px;
	height:43px;
	background-image:url(../images/navbg.gif);
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a{
color:#FFFFFF;
margin-left:10px;
line-height:35px;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

#nav .inactive a{
color:#CCCCCC;
}

#nav .inactive a:hover{
color:#FFFFFF;
}

#footer{
	position:absolute;
	width:778px;
	height:65px;
}

#img_right {
	position:absolute;
	width:180px;
	height:242px;
	right:0;
	bottom:-0px;
	background-image: url(../images/red_jacket.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.name {
	font-weight: bold;
	color: #FFB700;
}
.gallery {
	width: 480px;
	margin:0 auto;
}

.gallery h2{
	clear:left;
	color: #999999;
}
.gallery ul{
margin:0;
padding:0;
list-style-type:none;
}

.gallery li{
float:left;
margin-right:10px;
}


#adh {
	font-size: 12px;
	color: white;
	text-decoration: none;
	width: 100%;
	text-align: right;
	padding: 2px;
	margin-top: -15px;
	margin-right:5px;
}

.adh2 {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.adh2:hover {
	font-size: 12px;
	color: white;
	text-decoration: underline;
}