html{
	overflow-y: scroll;
	height: 100%;
	min-height:100%;
}

body{
	background-color: #1e110b;
	background-image: url("/images/public/bg_v30.jpg");
	height: 100%;
	min-height:100%;
}

#frame{
	width: 100%;
	min-height:100%;
	background-image: url("/images/public/page_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	
}

#page{
  	width: 840px;
  	border-left: 5px solid #2d1f18;
  	border-right: 5px solid #2d1f18;  
  	background: #2d1f18;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*for ie 6*/
 * #frame, #page{
	height: 100%
}

/*for everyone other than ie6 */
html>body #frame{
	overflow: hidden;
	height: auto;
}

html>body #page{
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	height: auto;
}

#logo{
	margin: 0;
}

#header{
	height: 75px;
	background-image: url("/images/public/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 5px solid #2d1e17;	
	text-align: left;
	padding: 60px 25px 20px 25px;
	position: relative;
}

#footer{
	height: 70px;
	background-image: url("/images/public/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px;
	border-top: 5px solid #2d1e17;
	clear: both;

	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer div{
	padding-bottom: 10px;
}

#footer-section-1{
	float: left;
	text-align: left;
	width: 550px;
}

#footer-section-2{
	float: right;
	text-align: right;
	width: 225px;	
}
/*
#footer-credits{
	float: right;
	top: 50px;
}

#footer-print{
	float: left;
	top: 50px;
}
*/

#primary-nav{	
	width: 50%;
	margin-left: -6px;
	padding: 22px 0 0 0;
	float: left;
	text-align: left;
	display: inline;
}

#primary-nav a{
	padding: 0 10px 0 0;
}


div.frame-module{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 840px;
}

/* pop-up iframe */

iframe.popup_visible{
	
	width:5px;
	height:5px;
	
	display: inline;
	position:absolute;
	z-index:500;
	
	
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

iframe.popup_hidden{
	
	display: inline;
	position:absolute;
	display: none;
	z-index:500;
}

/* end pop-up iframe */

/* start alert */

#alert{
	background-color: #695b4a;
	padding: 10px 25px 10px 25px;
	border-bottom: 5px solid #2d1e17;
}

#alert-header{
	height: 35px;
}

#alert-header img{
	float: left;
	display: block;
	padding: 10px 5px 10px 0px;
}

#alert-header h1{
	float: left;
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	color: #ffffff;
	text-transform: none;
	font-weight: bold;
}

div.alert-message{
	background: url("/images/public/dotted_line_horizontal.gif") repeat-x top;
	padding: 10px 0 10px 0;
	text-align: left;
}

a.facebook{
	background: url("/images/public/facebook.gif") no-repeat top left;
	padding: 1px 0 5px 20px;	
}