body{
	background: url('images/bg.png') repeat;
	margin: 0; padding: 0;
}
.center{margin-left: 15%;}
.clearing{
	clear: both;
	height: 0;
}

@font-face{
	font-family: Salsa;
	src: url('fonts/Salsa.ttf');
}

@font-face{
	font-family: Karla;
	src: url('fonts/Karla.ttf');
}
#top{
	background: url('images/wood.png') repeat;
	width: 100%; height: 440px;
	margin: 0; padding: 0;
}

#header{
	background: url('images/top.png') repeat-x;
	width: 100%;
	height: 75px;
}

.wrap{
	width: 1000px;
	margin: 0 auto;
}

#header h1{
	font-family: Salsa;
	font-size: 28px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	padding-top: 20px;
	width: 300px;
}

#header h2{
	margin: 0;
	font-family: Karla;
	line-height: 90%;
	color: #332a29;
	font-size: 20px;
}

#header h1 a, #header h1 a:hover{
	color: #6a000a;
	font-weight: normal !important;
	text-shadow: none !important;
}

#header ul{
	margin: 5px 0 0 0; padding: 15px 0 0 0;
	width: 600px; height: 32px;
	font-family: Salsa;
	text-transform: uppercase;
	font-size: 14px;
	background: url('images/nav.png');
}
#nav {text-align:right; margin: 15px 0 0 0; font-size: 12px;  color: #fff;}
#nav p{margin: 0; padding: 0;}
#nav img{vertical-align: middle;}
#header ul li{
	display: inline;
	text-decoration: none;
	padding: 0 33px 0 15px; 
	}
	
a{
	text-decoration: none;
	color:#FEC212;
}

a:hover, a.active{
	text-decoration: none;
	color:#332a29;
	text-shadow:0px 0px 2px #cbb99d;
}

#banner{
	width: 1008px; height: 255px;
	margin: 0 auto;
	text-align: center;
}

#c{display: inline; text-align: center;}
#c img{margin: 0 5px;}
#line1{
	background: url('images/line1.png') repeat-x top left;
	width: 100%;
}

#content{
	background: url('images/con-bg.png') repeat-y;
	width: 1010px;
	margin: 0 auto;
	color: 332a29;
	font-family: Karla;
}

#line2{
	background: url('images/line1.png') repeat-x;
	width: 1000px; height: 10px;
	margin: 0 auto;
}


.floatLeft{float: left;} .floatRight{float: right;}

#main{
	width: 611px;
	font-size: 12px;
}

#main h1{
	width: inherit;
	font-family: Salsa;
	font-size: 18px;
	color: #FEC212;
	font-weight: normal;
	width: 591px; height: 42px;
	background: url('images/h1.png') no-repeat;
	padding: 15px 0 0 20px;
	margin-left: 10px;
}

#main p, #main ul{
	width: 580px;
	margin-left: 25px;
	font-size: 14px;
}

#sidebar{text-align: center}

#sidebar h1{
	width: inherit;
	font-family: Salsa;
	font-size: 18px;
	color: #FEC212;
	font-weight: normal;
	width: 335px; height: 42px;
	background: url('images/h1-side.png') no-repeat;
	padding: 15px 20px 0 0;
	margin: 0 10px 0 0;
	text-align: right
}

#main h2{
		text-align: right;
}

#sidebar p{
	width:335px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#sidebar ul{
	width:335px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-align: left;
}

#cc{text-align: center; text-transform: capitalize; margin-right: 30px; font-size: 11px;}

#sidebar ul li{
	background: url('images/bullet.png') no-repeat scroll 0 10px transparent;
	list-style: none outside none;
	padding: 8px 0 0 25px;
	line-height: 1em;
}

#esti{
	background: url('images/form.png') no-repeat center 0;
}

#conform{
	width: 245px;
	border: #fff;
	color: #333;
	margin: 0 0 0 60px; 
	font-size: 11px;
	padding-top: 15px;
	text-align: left !important;
}

fieldset{
	width: 230px;
	border: 0px;

}

textarea, input{
	width: 220px;
	border: 1px solid #aaa;
}

textarea{
height: 60px;
}
label > span{ color:#F00;}

.button{
border: 1px solid #463a35;
width: 70px;
font-size: 14px;
color: #febf01;
background-color: #614f4d;
margin: 5px 9px 0 0;
float: right;
font-family: Bree;
}
#footer{
	width: 100%;
	margin: 0 auto;
	background: url('images/fbg.png') repeat-x;
}

#fwrap{
	width: 1010px;
	background: url('images/fot-bg.png') repeat-y;
	margin: 0 auto;
	text-align: center;
}


#footer p, #footer ul{
	color: #fff;
	font-family: Karla;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 0;
}

#footer li{
	display: inline;
	padding: 0 5px 0 5px;
}

#footer li a:hover{
	text-decoration: underline;
}
#footer li a.active{color: #332a29;}
#footer li a{
	color: #FEC212;
	text-shadow: none;
}

.dummy{
	height: 15px;
}
