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

/* Copyright Twistup Media, LLC | Author: Kyle Chandler*/

body{background:#513115; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:16px; margin:10px auto 10px auto;}

/*Links*/
a{color:#F9A035; text-decoration:none;}
a:hover{text-decoration:underline; color: #FFFFFF;}

/*Fonts*/
p{margin:0.2em 0 0.2em 0; font-size:11px; color:#513115;}
h1{margin:0.2em 0 0.2em 0; font-size:16px; color:#513115; text-transform:uppercase;}
h2{margin:0.2em 0 0.2em 0; font-size:13px; color:#F9A035; text-transform:uppercase;}
h3{margin:0.2em 0 0.2em 0; font-size:13px; color:#513115; text-transform:uppercase;}

/*Div Ids*/
#holder{width:800px; margin:10px auto 10px auto; overflow:hidden;}
#header_bkg{width:800px; height:179px; background:url(images/header_bkg.jpg) no-repeat;}
#menu{width:460px; height:45px; background:url(images/bkg_nav.jpg) no-repeat; padding-left:340px;}
#footer{
	width:708px;
	height:25px;
	background:url(images/footer.jpg) no-repeat;
	padding:25px 46px 0 46px;
	color:#FFF;
	font-size:11px;
	text-align: right;
}

#subbody{width:670px; overflow:hidden; background:url(images/body.jpg) repeat-y; padding:10px 65px 20px 65px; float:left;}
#body{width:700px; overflow:hidden; background:url(images/body.jpg) repeat-y; padding:10px 50px 20px 50px; float:left;}


/*Div Classes*/
.header{width:400px; height:15px; float:right; margin:35px 46px 0 0; text-align:right; color:#FFFFFF; font-size:12px;}
.clear{clear:both;}

.left_clm{width:220px; overflow:hidden; border-right:1px solid #F9A035; float:left; padding:10px 5px 10px 5px; margin-left:5px; text-align:center;}
.mid_clm{width:220px; overflow:hidden; border-right:1px solid #F9A035; float:left; padding:10px 5px 10px 5px; text-align:center;}
.right_clm{width:220px; overflow:hidden; float:left; padding:10px 5px 10px 5px; text-align:center;}
.dbl_clm{width:420px; overflow:hidden; float:left; padding:10px 15px 10px 20px;}


/* Navigation Roll-Over */
#menu ul {margin:0; padding:0;}
#menu li {display:inline; margin:0; padding:0; float:left; padding:10px 0 0 20px;}
/*#menu a {display:block; text-indent:-9000px; height:45px;} */

/*#photo a {width:154px; background:url(images/photo_btn.jpg) no-repeat;} */
/*#special a {width:122px; background:url(images/specials_btn.jpg) no-repeat;} */
/*#contact a {width:138px; background:url(images/contact_btn.jpg) no-repeat;} */
#deadline a {width:400px;}

/*#menu a:hover {background-position:0 -45px;} */

/*Google AdSense*/
#google{width:726px; height:90px; margin:5px auto 15px auto;}

