html {
	height: 100%;
	scrollbar-base-color: #821F1F;
}
body {
	height: 100%;
	padding: 0px; margin: 0px;
	background-image: url(../images/layout/page_bg_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #660000;
	color: #F0E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.heading1 {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}
.heading2 {
	font-style: italic;
}
.heading3 {
	font-weight: bold;
	font-size: 13px;
}
.imgdescription {
	font-size: 9px;
}
a, a:visited {
	color: #D6AEAE;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #B38080;
}

#container {
	width: 100%;
	background-image: url(../images/layout/page_bg_left.gif);
	background-position: left;
	background-repeat: repeat-y;
	
	/* Positioning */
	position: relative;
	min-height: 100%;
	height: 100%;	/* for IE (doesn't understand min-height) */
}
html>body #container {
	height: auto;
}

#header {
	position: absolute;
	top: 0px; height: 175px;
	left: 0px; width: 100%;
	background-image: url('../images/layout/menu_bg.gif');
	background-repeat: repeat-x;
	text-align: right;
}

#cow {
	position: absolute;
	left: 0px; width: 158px;
	top: 0px; height: 175px;
	background-image: url('../images/layout/cow_bg.gif');
	z-index: 10;
}
#cowImg {
	position: absolute;
	left: 48px; width: 87px;
	top: 41px; height: 90px;
	z-index: 10;
}

#menuLeft {
	position: absolute;
	left: 158px; width: 73px;
	top: 0px; height: 175px;
	background-image: url('../images/layout/menu_left.gif');
}
#menuRight {
	width: 50px;
	height: 175px;
	background-image: url('../images/layout/menu_right.gif');
}
#menuLogo {
	position: absolute;
	left: 189px; width: 181px;
	top: 47px; height: 43px;
	z-index: 15;
}
#menuImgTop {
	position: absolute;
	right: 40px; width: 457px;
	top: 33px; height: 64px;
	background-image: url(../images/layout/menu_img_top.jpg);
	z-index: 5;
}
#menuImgBottom {
	position: absolute;
	right: 40px; width: 457px;
	top: 115px; height: 22px;
	background-image: url(../images/layout/menu_img_bottom.jpg);
	z-index: 5;
}
#mainMenu {
	position: absolute;
	right: 37px;
	top: 100px;
	height: 15px;
	z-index: 15;
}
#submenu {
	position: absolute;
	right: 37px;
	top: 120px; height: 15px;
	z-index: 15;
}


#content {
	padding: 30px;
	padding-top: 175px;
	padding-bottom: 57px;
}



#footer {
	position: absolute;
	bottom: 0px; height: 47px;
	left: 0px; width: 100%;
	background-image: url('../images/layout/footer_bg.gif');
	background-repeat: repeat-x;
	text-align: right;
}
#footerLeft {
	position: absolute;
	bottom: 0px; height: 47px;
	left: 0px; width: 25px;
	background-image: url(../images/layout/footer_left.gif);
}
#footerRight {
	position: absolute;
	bottom: 0px; height: 47px;
	right: 0px; width: 25px;
	background-image: url(../images/layout/footer_right.gif);
}

#footerContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	font-size: 7pt;
	color: #BA8888;
	letter-spacing: 1px;
}
#footer-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #BA8888;
	letter-spacing: 1px;
	position: absolute;
	left: 28px;
	bottom: 18px;
	text-align: left;
}
#footerInnerContent {
	padding-top: 5px;
}
#footerInnerContent a, #footerInnerContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerInnerContent a:hover {
	color: #BA8888;
	text-decoration: none;
}
#fmLogo {
	float: right;
	vertical-align:middle;
	padding-left: 5px;
}
.float-right {
	float: right;
}
.float-right-border {
	float: right;
	border: 1px solid #D6AEAE;
	margin-left: 10px;
	margin-right: 10px;
}
.imgborder {
	border: 1px solid #D6AEAE;
}
.float-left {
	float: left;
}
.horizontal-rule {
	border: 1px dashed #821F1F;
}
#movie_container {
	position: absolute;
	top: 400px;
	left: 300px;
}