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

body {
	margin:0px; 
	padding:0px;
	background-color: #615e28;
	height: 100%;
	background-image:url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	behavior:url("csshover3.htc");
	color:#474747;
	font-size:13px;
	padding:8px 0px;
	line-height:20px;
}

ul{
	margin:0;
	padding:8px 0 0 15px;
}

li{
	margin:0;
	padding:0;
}

a{
	text-decoration:underline;
	color:#51afc4;
}
a:hover{
	text-decoration:none;
}

.hr {
border-top:1px solid #CCC;
margin:10px 0px;
}

hr {
display:none
}
p{
	font-size:13px;
	margin:0px;
	padding:8px 0px;
	line-height:20px;}
	
h1{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#615e28;
	
	
	}
h2{
	margin:5px 0 0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#000;
	text-transform:capitalize;
	}
.right-column{
	float:right;
	text-align:left;
	width:300px;
	padding:30px;
	
	}
#curve{
	height:450px;
	width:100%;
	margin:0 auto;
	background:url(../images/curve.jpg) no-repeat 50% 0;
	}
.left-column{
	padding:30px;
	float:left;
	width:510px;;
	}

.wrapper{
	margin:0 auto;
	height:200px;
	overflow:hidden;
	width:930px;
	background:#fff;
	}
.content{
	width:930px;
	margin:0 auto;
	background:url(images/content-bg.gif) repeat-y;
	padding:0 4px;
	}
.footer{
	margin:0 auto;
	background-color:#0e0e0e;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	height:180px;
	width:100%;
	padding:0px; 
	overflow:hidden;
	clear:both; 
	}
.footer p{
	display:inline;
	color:#CCC;}
.footer a{
	text-decoration:none;
	color:#cac9b1;
	
	}
.footer a:hover{
	text-decoration:underline;
	color:#cac9b1;
	
	}
.flash{
	margin:0 auto;
	height:250px;
	width:930px;
	background:url(../images/flash-bg.gif) no-repeat 50% 0;
	padding:0 4px;
	}
.header{
	padding-top:20px;
	
	}

body {
	behavior:url("csshover3.htc");
	text-align:center;
}

.nav a{
	text-decoration:none;
	color:#615e28;
	font-size:16px;
	}
.nav a:hover{
	text-decoration:underline;
	}