html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background: #f5cd8f url('../images/bg-wood.jpg') top left repeat;
}
.print-only {
	display: none;
}
a:link, a:visited {
	color: #6a0505;
	text-decoration: underline;
}
a:active, a:hover {
	color: #cf4e00;
	text-decoration: underline;
}
a, *:focus {
	outline: 0 none;
}
@font-face { font-family: "bastian"; src: url("bastian.ttf"); }
h1 {
	font-family: bastian, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #873900;
	text-shadow:#f7e5c4 2px 2px 1px;
}
h2 {
	font-size: 18px;
	color: #4a3c3c;
	text-shadow:#f7e5c4 1px 1px 1px;
}
h3 {
	font-size: 14px;
	color: #141c3b;
	text-shadow:#f7e5c4 1px 1px 1px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1070px;
	margin: 0;
	padding: 0;
	background: url('../images/bg-page-paper.png') top center repeat-y;
	border-top: 1px solid #999999;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 1095px;
	height: 233px;
}
#header-home {
	position: relative;
	margin: 0 auto;
	width: 1095px;
	height: 350px;
}
#logo {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 378px;
	height: 233px;
	background: url('../images/logo6.png') top left no-repeat;
}
#menu {
	z-index: 30;
	position: absolute;
	top: 0;
	right: 26px;
	width: 765px;
	height: 103px;
	padding-top: 15px;
	background: url('../images/bg-menu.png') top right no-repeat;
	font-size: 14px;
	color: #6a0505;
	text-align: center;
}
#menu a:link, #menu a:visited {
	color: #333333;
	text-decoration: none;
}
#menu a:active, #menu a:hover {
	color: #cf4e00;
	text-decoration: none;
}
#polaroids {
	z-index: 20;
	position: absolute;
	top: 37px;
	right: 0;
	width: 790px;
	height: 383px;
	background: url('../images/polaroids.png') top right no-repeat;
}
#page {
	margin: 0 auto;
	width: 935px;
}
#right-column {
	float: right;
	width: 300px;
	padding-top: 70px;
}
#left-column {
	float: left;
	width: 550px;
}
#page-title {
	position: relative;
	top: 0;
	left: 320px;
	margin: -100px 0 25px 0;
	height: 100px;
}
#submenu-bot {
	margin: 50px 0 25px 0;
	text-align: center;
}
#page img {
	padding: 10px;
	border: 1px solid #ffffff;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;

	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 75%, #f7f7f7 98%);
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f7f7f7),color-stop(.75, #cccccc),color-stop(.98, #f7f7f7));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#cccccc');
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#cccccc')";

	-moz-box-shadow: 1px 2px 4px #666666; /* Firefox F3.5+ */
	-webkit-box-shadow: 1px 2px 4px #666666; /* Safari3.0+, Chrome */
	 box-shadow: 1px 2px 4px #666666; /* Opera 10.5, IE 9.0 */

}
#footer {
	clear: both;
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 177px;
	background: url('../images/bg-footer-bend.png') bottom center no-repeat;
}
#footer-page {
	margin: 0 auto;
	padding: 0;
	width: 935px;
}
#footer-logo {
	float: right;
	width: 356px;
	height: 80px;
	background: url('../images/logo-bottom.png') bottom right no-repeat;
}
#footer-tagline {
	clear: both;
	float: right;
	height: 23px;
	line-height: 28px;
	font-style: italic;
	font-size: 14px;
	letter-spacing: .5px;
	color: #6a0505;
	overflow: hidden;
}
#footer-by {
	float: left;
	height: 23px;
	line-height: 28px;
	font-style: italic;
	color: #6a0505;
	overflow: hidden;
}
#footer-sitemeter {
	float: left;
	margin-top: 15px;
	overflow: hidden;
}
#footer-menu {
	clear: both;
	float: right;
	height: 40px;
	line-height: 45px;
	overflow: hidden;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #cf4e00;
	text-decoration: none;
}
.ie6-only {
	display: none;
}
