/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#422415;
	line-height:18px;
}

/******** TEXT STYLING **********/
p, h1, h2, h3{margin-bottom:12px;}
h1{line-height:1.30em;font-size:1.75em;font-weight:normal;}
h2{line-height:1.20em;font-size:1.50em;font-weight:normal;}
h3{line-height:1.10em;font-size:1.25em;font-weight:normal;}
a{color:#9F6136;text-decoration:underline;}
a:hover{color:#7A3C21;text-decoration:none;}
ul{list-style-type:none;}
/******************************************/

/***** COMMON CLASSES *****/
.clr{clear:both;}
.left{float:left;}
.right{float:right;}
.txt_AC{text-align:center;}
.txt_AL{text-align:left;}
.txt_AR{text-align:right;}
.txt_AJ{text-align:justify;}
.padding18{padding-top:18px;}
.margin0{margin:0;}
/**************************/

#wrapper{
	width:650px;
	margin:0 auto;
}

#header{
	width:650px;
	height:113px;
	background:url(../images/header_new.png) no-repeat;
	float:left;
}

#nav{
	width:650px;
	height:76px;
	background:url(../images/nav-bg.gif) no-repeat;
	float:left;
}

#nav ul{
	text-align:center;
	width:650px;
	padding:29px 0;
}

#nav ul li{
	display:inline;
	padding:0 53px;
}

#nav ul li a{
	text-decoration:none;
	color:#9A3C0D;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#592409;
	border-bottom:3px solid #592409;
}

#main{
	width:650px;
	float:left;
}

#content{
	width:590px;
	padding:10px 30px;
	background:url(../images/content-bg.gif) repeat-y;
	float:left;
}

#footer{
	width:650px;
	height:19px;
	background:url(../images/footer.gif) no-repeat;
	float:left;
}

#footer p{
	padding:19px 0;
	text-align:center;
	font-size:.90em;
	line-height:normal;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 470px;
	border: 1px solid #666;
	background: #AAAAAA;
	padding: 3px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}