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

img, div { behavior: url(iepngfix.htc); }

a{
	color:#FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:hover{
	color:#D5BB88;
}

.sig a:hover{
	color:#8C6D41;
	}

h1{
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	padding-bottom: 10px;
}

h2{
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.p1 {
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}

.p2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDC9A5;
	font-size: 12px;
	line-height: 16px;
}

.p3{
	color: #d9a975;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 16px;
}

.p4{
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}


/*
#####################
LAYOUT STYLES
#####################
*/

body {
	margin:0px;
	padding:0px 0px;
	text-align:center;
	background:#ddcda0 url(../images/bg.jpg) top center repeat;
	}

#topgradient {
	width:100%;
	background:transparent url(../images/bg_gradient.png) top center repeat-x;
	height:328px;
	padding:0px;
	margin:0px;
	}

#wrapper{
	position:relative;
	top:0px;
	padding:0px;
	border:0px;
	margin:0px auto;
	width:965px;
	height:auto; /* SHOULD BE AUTO BY THE END OF WRITING THIS CODE FOR FLEXIBILITY */
	text-align:left;
	background: transparent;
	}
	


#header{
	padding:0px;
	border:0px;
	margin:0px;
	width:965px;
	height:auto; /* SHOULD BE AUTO BY THE END OF WRITING THIS CODE FOR FLEXIBILITY */
	text-align:left;
	background:transparent url(../images/bg_header.jpg) top center no-repeat;
	float: left;
	}	
	

#sides{
	padding:0px;
	border:0px;
	margin:0px auto;
	width:965px;
	height:auto; /* SHOULD BE AUTO BY THE END OF WRITING THIS CODE FOR FLEXIBILITY */
	text-align:left;
	background:transparent url(../images/bg_sides.png) center repeat-y;
	float: left;
}	

#bottom{
  	float:left;
	padding:0px;
	border:0px;
	margin:0px;
	width:965px;
	height:auto;
	background:transparent url(../images/bg_bottom.png) bottom no-repeat;
}



#top_nav{
	width:905px;
	padding:5px 30px 0px 30px;
	border:0px;
	margin:0px 0px 0px 0px;
	background: transparent;
	height:60px;
	float:left;
}


#menu_container{
	width:925px;
	padding:0px 30px 0px 10px;
	border:0px;
	margin:0px 0px 0px 0px;
	background: transparent;
	height:55px;
	float:left;
}

#content{
	width:885px;
	padding:15px 40px 40px 40px;
	border:0px;
	margin:0px 0px 0px 0px;
	background: transparent;
	height:auto;
	float:left;
}

#footer{
	width:955px;
	padding:5px;
	border:0px;
	margin:10px 0px 0px 0px;
	background: #301d0d;
	height:85px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a:hover{
	color: #C1A46A;
}

.sig {
	font-size:11px;
	padding: 0;
	margin: 0;
	color: #BF9E65;
	text-decoration: none;
	}

.sig a{
	color:#8C6D41;
	font-size:10px;
	padding: 0;
	margin: 0;
	text-decoration:none;
}

.sig a:hover{
	color: #FFFFFF;
	}

/*
#####################
CONTENT STYLES
#####################
*/

.box_main{
	width: 875px;
	height: auto;
	border: 5px solid #b38656;
	background: url(../images/box_bg.png) repeat;
	float: left;
}	


.box_main_02{
	width: 845px;
	height: auto;
	border: 5px solid #b38656;
	background: url(../images/box_bg.png) repeat;
	padding: 15px 15px 15px 15px;
	float: left;
	text-align: left;
}

#flash_container{
	width: 566px;
	height: 208px;
	background: #000;
	float:left;
	padding: 0;
	margin: 0;
}	

#box_intro{
	width: 269px;
	height: 198px;
	background: #25160a;
	float:right;
	padding: 10px 20px 0px 20px;
	margin: 0;
	text-align: left;
}

.box_small{
	width: 250px;
	border: 5px solid #b38656;
	background: url(../images/box_bg.png) repeat;
	float: left;
	margin-top: 20px;
	padding: 10px 10px 15px 15px;
	text-align: left;
	min-height: 150px;
}	

.box_small ul{
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:square;
	font-size:12px;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	line-height: 16px;
}
.box_small ul li a{
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	line-height: 28px;
}

.box_small ul li a:hover{
		color:#D5BB88;
}
