* {
	padding: 0;
	margin: 0;
}
		
body
{
	margin: 0;
	padding: 0;
	font-size: 76%;
	line-height:150%;
	background: #8D2E23 url('../images/main/body_bkgd.jpg') repeat-y;
	line-height:170%;
	font-family: Georgia, serif;
	color: #fff;
	text-align: left;
}

a:link { 
	color: #ffcc00; 
	text-decoration: none;
}

a:visited { 
	color: #ffcc00; 
	text-decoration: none;
}

a:hover, a:active { 
	color: #ffcc00; 
	text-decoration: underline;
}

#top {
	position: relative;
}

#header 
{
	background: url('../images/main/header_rep.jpg') repeat-x;
	height: 78px;
}

.headertextdiv
{
	position: absolute;
	left: 374px; 
	top: 0px;
	width: 304px;
	height: 100%;
}

.headertextmargins
{
	/*width: 280Px;*/
	height: 100%; 
	border-left: 12px solid #FAAE3D;
	border-right: 12px solid #FAAE3D;
	background-color: #72231B;
}

.headertext
{
	font-size:90%;
	color:#999;
	padding: 10px 20px 4px 20px;
}

#nav_top
{
	background: url('../images/main/nav_top.jpg') repeat-x;
	height: 16px;
}

#nav 
{
	background-color: #9A3225;
}

#nav p {
	
	width: 370Px;
	text-align: right;
	/* padding: 0 0 0 80px;  */
	font-size: 120%; 
}

#nav_bot
{
	background: url('../images/main/nav_bot.jpg') repeat-x;
	height: 16px;
}


#leftleaves 
{
	background: url('../images/main/container_left.jpg');
	height: 326px;
	width: 91px;
	/*display: block;*/
	/* position: absolute; */
	margin: 0; 
	/* top: 134Px;
	left: 0; */
	float: left;
}


#container
{
	width: 575px;
	display: block;
	/* margin: 0 0 0 91px; */
	margin: 0;
	float: left;
}

#rightleaves 
{
	background: url('../images/main/container_right.jpg') no-repeat;
	height: 324px;
	width: 216px;
	/*display: block;*/
	/* position: absolute; */
	margin: 0; 
	/* top: 134Px;
	left: 666Px; */
	float: left;
}

#container p
{
	padding: 20px 20px 0 20px;
}

#mooddiv
{
	width: 283Px;
	height: 376Px;
	border-right: 12px solid #FAAE3D;
	border-bottom: 12px solid #FAAE3D;
	float:left; 
	margin: 0 20px 20px 0;
}

#moodimg
{
	margin: 0;
	border: 0;
}

#container .left
{
	float:left; 
	margin: 0 20px 20px 0;
}

#container .right {
	float: right; 
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

#footer p
{
	padding: 10px; font-size: 90%; clear: both; color:#999;
}

#SlideShowMain {
	width: 575Px;
}

#SlideShowTop {
	height: 400Px; 
	width: 575Px; 
	overflow: auto; 
	text-align: center;
	margin: 0;
}

.SlideShowPlaceholder {
	margin-left: auto; 
	margin-right: auto; 
}

.SlideShowThumbs {
	/* height: 112Px; */
	width: 575Px; 
	margin-top: 10Px;
	overflow: auto;
}

.SlideShowThumbImage {
	float: left; 
	height: 112Px;
	width: 108Px; 
	text-align: center;
}

.SlideShowThumbImage > img {
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 5Px; 
}

ul {
	padding-left: 30Px;
}

/* Form formatting */

fieldset
{
	display: block;
	margin: 0 0 .6em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: .8em 1em 1em 1em;
}

legend {
	color: white;
}

fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 10em;
	font-weight: bold;
}

fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

input
{
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

input.submit
{
	clear: both;
	top: 0;
}

label
{
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: -1em;
	font-weight: bold;
}

label.first
{
	margin-top: 1em;
}

select
{
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}


