@charset "UTF-8";
/* CSS Document */

html, body {
	background-color:#ad8c54;
	background-image:url(../imgs/bkg.jpg);
	background-attachment:fixed;
	background-position:center center;
	margin:0; padding:0;
	height:100%; max-height:100%;
	border:0;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif; 
	font-size:80%; color:#000;
}

a, a:active, a:visited { color:#680000; text-decoration:none; font-weight:normal; }
a:hover { color:#000; }

h1 {
	text-align:center; text-transform:uppercase;
	font-size:22px; font-weight:bold; font-family: Rockwell Extra Bold, Rockwell, Georgia, Serif;
	background-image:url(../imgs/h1.png);
	padding:12px;
	color:#995011;
	width:695px;
	margin-left:112px;
}
h2 { font-size:22px; text-align:center; text-transform:uppercase;  margin:25px 0 50px 0; }
h2 img { width:15px; }

#logo { width:720px; position:relative; left:50%; margin:50px 0 10px -360px; }

#border { 
	display:block;
	position:relative;
	z-index:3;
	border:solid 35px rgba(236,220,189,0.2);
	background-color:rgba(236,220,189,0.1);
	margin:-230px auto 0 auto; padding:0;
	width:980px;
	top:50%;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 0 0 10px #634f2b;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
	
#content { 
	display:block;
	position:relative;
	z-index:3;
	margin:0; padding:25px;
}
