/*	
	OMAHA FLAIR CSS
*/
html, body{
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

body{
	background-color:#330100;
	background-image:url(/images/layout/bg_gradient.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	text-align:center;
}
.bold{
    font-weight: bold;	
	color: #B82527;
}
.views{
	color: #600200;
	font-size: 10px;
}

body.gallery {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #330100;
	color: #333;
	text-align: center;
}

.left{
	float: left;
	width: 430px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.right{
	float: left;
	width: 430px;
	padding-right: 20px;
	margin: 0px 0px 0px 0px;
}
#page{
	margin:0 auto;
	padding:0;
	text-align:center;
	width:900px;
	padding:0px;
	height:500px;
}

#top_bg{
	background-image:url(/images/layout/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:2;
	width:100%;
	height:100%;
}

#duh{
	z-index:300;
	position:absolute;
	top:0px;
	width:900px;
	margin-left:-450px;
	left:50%;

}


#navigation{
	text-align:left;
	width:900px;
	padding:0;
	margin:0;
	font-family: Impact;
	height:25px;
	border-bottom: #B82527 solid 5px;
	z-index:3;
}


#dka_content{
	width:900px;
	text-align:left;
}

#header{
	height:165px;
  z-index:0;

}

#middle{
	padding-left: 20px;
	padding-right: 20px;
	border-left: #B82527 solid 5px;
	border-right: #B82527 solid 5px;
	background:#000;
	background-image:url(/images/layout/main_bg.jpg); 
	background-repeat:repeat-y;
	vertical-align:top;
	min-height:600px;
	overflow:auto;
	z-index:2;
}

#footer{
	border-top: #B82527 solid 5px;
	background-image:url(/images/layout/footer_shadow.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:50px;
}

#bottom_bg{
	text-align:center;
	position:absolute;
	margin-left:-600px;
	left:50%;
	z-index:-20;
	background-image:url();
	background-repeat:no-repeat;
	width:1200px;
	height:375px;
	bottom:0;
}
a:link, a:active, a:visited {
	color: #B82527;
	text-decoration: none;
}
a:hover {
	color: #DDD;
	text-decoration: underline;
}

#flashcontent{
	padding-top: 5px;
	text-align: center;
}

