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

body {
	background:#b1b2bb url(images/bg_image.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:0;
	padding:0;
}

img {border: none;}

.story_table img, .story_div img{margin: 4px 8px 4px 8px;}
.title{font-size: 14pt; font-weight: bold; clear:both;}
body,h1,h2,h3,p,ul,li,ol { font-family:Arial, Helvetica, sans-serif;}


.corner_ds_top{
	background:url(images/corner_ds_top.png) no-repeat center;
	position:relative;
	width:100%;
	height:376px;
	margin:0 auto -376px auto;
	padding:0;
	z-index:0;
	}
	
.corner_ds_bottom{
	background:url(images/corner_ds_bottom.png) no-repeat center;
	position:relative;
	width:100%;
	height:376px;
	margin:-376px 0 0 0;
	z-index:-100;
	}

.infowrapper{
	background:url(images/info_bar_bg.png) repeat-x;
	position:relative;
	width:100%;
	margin-top:-400px;
	height:49px;
	}

.spacer{
	position:relative;
	width:1000px;
	height:150px;
	margin:0px auto 0 auto;
	padding:0;
	}

#maincontainer{
	width:1000px;
	margin:0 auto 0 auto;
	padding:0;
	background:#FFF;
	z-index:0;
	
	}

#info_bar{
	position:absolute;
	width:1000px;
	top:0px;
	z-index:15;
	}

.info_bar_left{
	position:absolute;
	width:600px;
	margin:0;
	padding:7px 0 0 0;
	font-size:12pt;
	color:#ffde06;
	font-weight:normal;
	}

.info_bar_right{
	position:absolute;
	width:400px;
	margin:5px 0 0 -50px;
	padding:0;
	left:600px;
	text-align:right;
	text-decoration:none;
	font-size:14pt; 
	color:#ffde06; 
	font-weight:normal;
	}

#info_bar img {margin:6px 0 0 5px; border:none;}

.dropshadow_left{
	background:url(images/content_dropshadowL.png) repeat-y;
	position:absolute;
	width:17px;
	margin:0;
	padding:0;
	left:-17px;
	height:100%;
	}
	
.dropshadow_right{
	background:url(images/content_dropshadowR.png) repeat-y;
	position:absolute;
	width:17px;
	margin:0;
	padding:0;
	top:0px;
	right:-17px;
	height:100%;
	}

#content_container{
	position:relative;
	width:1000px;
	min-height:1100px;
	margin:0;
	padding-bottom:20px;
	z-index:0;
	}

#content{
	position:relative;
	width:1000px;
	margin:0;
	padding:220px 0 0 0;
	z-index:200;
	}

#header{
	position:relative;
	width:1000px;
	height:400px;
	margin:0px auto 0px auto;
	padding:0;
	overflow:hidden;
	}

#header img{
	position:absolute;
	width:1000px;
	height:242px;
	}	

#header_flash{
	position:absolute;
	width:1000px;
	height:550px;
	margin:0;
	padding:0;
	top:-130px;
	}

#cajun_night_flash{
	position:relative;
	width:400px;
	height:550px;
	margin:0 0 -310px 0;
	padding:0;
	}

.header_info{
	position:absolute;
	width:500px;
	margin:0;
	font-size:11pt; 
	color:#FFF; 
	font-weight:normal;
	left:140px;
	}

#nav_container{
	position:absolute;
	width:1000px;
	height:58px;
	margin:0;
	padding:0;
	background:url(images/navbar.png) no-repeat;
	top:145px;
	z-index:500;
	}

#column1{
	position:absolute;
	width:286px;
	height:800px;
	background:url(images/right_column_bg.png) repeat-x;
	right:0px;
	top:190px;
	z-index:2;
	padding:30px 0 0 0;
	text-align:center;
	}
	
#column1 a img{
	top:0px;
	margin:10px 0 0 0;
	border:none;
	}
	
#cajun_club{
	position:relative;
	width:267px;
	height:221px;
	background:url(images/cajun_club.png) no-repeat;
	left:10px;
	top:20px;
	}
	
#cajun_club form{
	position:relative;
	margin:110px 0 0 0;
	font-size:12pt;
	}

#column2{
	position:relative;
	width:670px;
	margin:20px 20px 20px 20px;
	padding:0;
	}
	
#column2 h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18pt;
	}

#column2_a {
	posiiton:relative;
	width:250px;
	left:0;
	float:left;
	
	}

#column2_b {
	position:relative;
	width:376px;
	right:20px;
	float:right;
	overflow:hidden;
	}

#guarantee {
	background-image:url(images/seal_img.png);
	position:absolute;
	width:99px;
	height:98px;
	right:0px;
	bottom:0px;
	}

.footerwrap{
	background:url(images/footerwrap.png) repeat-x ;
	position:relative;
	width:100%;
	height:156px;
	margin-top:0px;
	}

#footer_container{
	position:relative;
	width:1000px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	}

#footer_content{
	position:absolute;
	z-index: 700;
	width:800px;
	margin:0;
	top:20px;
	left:80px;
	}

#footer_content p{
	font-size:10pt;
	font-weight:normal;
	color:#FFDE06;
	}
	
#footer_content a {
	color:#FFDE06;
	}

