
/* basic elements */

body {
	background: #fff url(../imgs/green_bg.gif) repeat top left;
	margin: 0px;
	text-align:center;
	color: #716153;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	color:#EFEFE5;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9F1313;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D0702;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #716153;
	}
	
.inverse:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #716153;
	}
.inverse:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #716153;
	}
.inverse:hover, a:active { 
	text-decoration: underline; 
	color: #9F1313;
	}

.link{
	letter-spacing: 3px;
	font-size: 11px;
	text-transform: uppercase;
	z-index:20;
}

.link:link{

	font-weight: bold; 
	text-decoration: none; 
	color: #C46F73;
	}
.link:visited { 

	font-weight: bold; 
	text-decoration: none; 
	color: #C46F73;
	}
.link:hover, .link:active {
	text-decoration: overline;
	color: #EFEFE5;
	}

/* basic design elements */

#container{
	top: 25px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	width: 900px;
	height: 550px;
}
#container_flash{
	top:0px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	width: 1024px;
	height: 730px;
}
#left{
	position:absolute;
	left:0px;
	width: 26px;
	height: 550px;
	background: #fff url(../imgs/left.gif) top left repeat-y;
}
#right{
	position:absolute;
	right:0px;
	width: 26px;
	height: 550px;
	background: #fff url(../imgs/right.gif) top left repeat-y;
}
#center{
	position:absolute;
	width: 848px;
	height: 550px;
	left:26px;
	border-top: 1px solid #86835D;
	border-bottom: 1px solid #86835D;
	background-color: #ffffff;
}


/*advanced display elements */

#bg_img{
	margin: 0 auto;
	text-align: center;
	position:relative;
}

/*advanced roll-over navigation*/
.link_box{
	position:relative;
	display:inline;
}

.moving_menu{
	position:absolute;
	left:0px; 
	background: #ffffff;
	color:#8C0F0B;
	text-align:center;
	z-index:1;
	text-decoration:overline;
}

.temp_txt{
	letter-spacing: 3px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	visibility:hidden;
}

#links{
	position:absolute;
	width: 848px;
	left: 0px;
	top: 470px;
	text-align: center;
}
.top_img{
	position:absolute;
	width: 170px;
	top: 169px;
	left: 194px;
	color:#CCCCCC;
	display:none;
}
#copyright {
	position:absolute;
	width :848px;
	left:0px;
	top:550px;
	font-size:11px;
	letter-spacing: 3px;
	background-color:transparent;
	}
#copyright_flash{
	position:absolute;
	width:848px;
	left:0px;
	top:703px;
	font-size:11px;
	letter-spacing: 3px;
	background-color:transparent;
}