﻿/* CSS Document */
* {
	color: #5E4B24;
	font-family:Garamond, "Times New Roman", Times, serif;
}

html, body {
	height: 100%;
	background-color:#F3D3BE;
	font-size: 15px;
	line-height: 120%;
}

body {
	margin: 0px;
	padding: 0px;
	height:100%;
	/*position:relative;*/
}
p,div,form,h1,h2,h3,ul,li,ol,td {
	margin: 0px;
	padding: 0px;
}
#footer {
	position: absolute;
	bottom: 0;
	background:#f5e6c7 url('../images/footer-bg.gif') repeat-x;
	padding-top:3px;
	padding-bottom:4px;
	height: 18px;
	min-width: 990px;
	width: 100%;
	z-index: 222;
	overflow: hidden;
}

#site-info {
	width:960px;
	margin:0px auto;
	font-size:12px;
}

#fb-like {
	position: absolute;
	right: 0px;
	bottom: 2px;
	width: 85px;
	height: 20px;
	z-index: 333;
}

#flash_content {
/*	height: 100%;
	height: auto;
	min-height: 100%;*/
}

#flash_content object {
	z-index: 111;	
}

#no_flash {
	width:300px; 
	position:absolute; 
	top: 50%; left: 50%; 
	margin-left: -150px; 
	margin-top: -100px;
}
#no_script {
	width:100%; 
	position:absolute; 
	top:0px; 
	background: #c3081b; 
	padding:8px 0px 8px 0px; 
	z-index:20; 
	text-align: center;
	color:#FFFFFF;
	font-weight: 700;
	font-size:12px;
}
