@charset "utf-8";
/* CSS Document */

#outer{
	position:absolute;
	top:0px;
	left:50%;
	width:990px;
	margin-left:-495px;
}

#container{
	width:990px;
	margin:0px;
}

#header{
	height:75px;
	width:100%;
}



#middle{
	min-height:500px;
	position:relative;
}



#content{
	float:right;
	width:800px;
}

#clearfooter{
	clear:both;
	height:1px;
}
#footer{
	border-top:1px solid #cccccc;
}

#footerflash{
	border-top:1px solid #cccccc;
	margin:10px 0px;
}

#flash{
	width:552px;
	height:345px;
	float:right;
}

#flash2{
	width:552px;
	height:122px;
	margin-top:2px;
	float:right;
}

#footer_advert{
	float:right;
}

#footer_advert img{
	border:none;
}

.prompt{
	background-color:#fff;
	background-image:url("images/promptBg.jpg");
	border:2px solid #999999;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	width:300px;
	height:150px;
	margin-top:-75px;
	margin-left:-150px;
	text-align:left;
}

.prompt div{
	width:75%;
	margin:10px;
}

.prompt h3{
	font-size:11pt;
	margin:0px;
}

.prompt p{
	margin:10px 0px;
}

.prompt div a{
	color:#818181;
}
