@charset "utf-8";
/* CSS Document */
div {
	margin:0;
	border:0;
	padding:0;
	}
body{
	margin:0;
	text-align:center;
	font-size:62.5%;
	background:#79372c url(/assets/images/bg_grad_05_chop.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
#wrapper{
	position:relative;
	width:1000px;
	height:800px;
	min-height:800px;
	margin:0 auto;
	margin-top:20px;
	text-align:left;
	background-color:#666666;
	}
#temp{
	position:absolute;
	top:0;
	left:0;
	z-index:900;
	width: 1000px;
	}
#temp h1{
	color:#ff9900;
	font-family:Goudy Old Style, Times New Roman, Times, serif;
	font-size:3em;
	font-weight:bold;
	line-height:150%;
	margin: 250px 70px 0 70px;
	}
#temp h2{
	color:#ff9900;
	font-family:Goudy Old Style, Times New Roman, Times, serif;
	font-size:2em;
	font-weight:normal;
	margin:50px 70px 50px 70px;
	}
#temp p{
	font-size:1.4em;
	margin:0 70px 0 70px;
	color: #ccc;
	line-height:2em;
	}
#temp a:link, #temp a:hover, #temp a:visited{
	text-decoration:none;
	color:#D3B89A;
	}		
#logo{
	position:absolute;
	top:50px;
	left:0;
	z-index:100;
	}
