* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	border:0px outset #3E0D00;
	
	background-color: #3E0D00;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
a {
	font-size: 1em;
	color: #F8D647;
}
select {
	padding: 2px 3px;
	border: 1px solid #F8D647;
	font-size: 11px;
}
option {
	padding: 0px 3px;
}
img {
	border: 0px none;
}
/* Hidden content */
.hide {
	display: none;
}
.flash_alt {
	text-align: center;
	color: white;
}
.flash_alt a {
	text-decoration: none;
	color: #F8D647;
}


/* Background */
#background_side {
	background-image:url(../img/bg_side.jpg); 
	background-repeat:repeat-x; 
	background-position: top left; 
	width:100%; 
	height:100%; 
	z-index: 1;
}
#background_center {
	background-image:url(../img/body_bg.jpg); 
	background-repeat:no-repeat; 
	background-position: top center; 
	z-index: 2;
	width:100%;
}


/* Top nav bar */
#ubitopnav {
	margin: 0 auto;
	width: 100%;
	height:40px;
	vertical-align:bottom;
	text-align:center;
	background-color: black;
}


/*	Global positioning */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
	height: auto;
	z-index: 3;
}
#container {
	width: 1000px;
	vertical-align: top;
	background-repeat:no-repeat;
/*	height:1000px;*/
}

/* Main container */
#wrapper {
	width:942px;
	height:auto;
	text-align:center;
	margin: 0 auto;
	margin-top: 10px;
	/*	border:1px solid red;*/
}
#wrapper_content {
	margin-top:-51px;
	width:auto;
	height: auto !important;
	height:91px;
	min-height: 91px;
	text-align:center;
}



/* Top banner (all pages) */
#banner_top {
}
/* Banner after content in pages */
#banner {
	margin-bottom: 10px;
}
/* Bottom banner (before footer) */
#banner_bottom {
}



/* footer */
#footer {
	width:918px;
	margin: 18px auto 20px auto;
}
#footer .footer_top {
		background-image:url(../img/footer_top.png);
		background-repeat:no-repeat;
		background-position:center top;
		width:916px;
		height:150px;
		text-align: left;
		vertical-align: top;
}
#footer .footer_bottom {
		background-image:url(../img/footer_bottom.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		width:916px;
		height:43px;
}
#footer div.legals {
		margin:0px auto 0px auto;
		width: 750px;
		height:150px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		color: white;
		text-align:center;
}
#footer  div.legals img{
		margin: 20px 10px 20px 10px;
		vertical-align:middle;
}



