/* CSS Document */

body{
	background: url(images/bg_texture.jpg) repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#d6b17d;
	font-family: Georgia;
	font-size: 14px;
	color:#fff9b9;
	
}

#container{
	position:relative;
	text-align:center;
	width: 100%;
	display:block;
}

#splashContent{
	margin-left: auto;
	margin-right: auto;
	padding-top:130px;
	padding-bottom:-10px;
	width:800px;
	height:700px;
	display:block;
}

p{
	
	text-align:justify;
	
}
.decisionText{
	text-align:center;
}
.enterLink{
	font-weight:bold;
	font-size:24px;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#fff9b9;
	color:#fff9b9;
}
.exitLink{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#fff9b9;
	color:#fff9b9;
}
#filter {
	text-align:center;
	font-size: 12px;
}
#filter a {
	color: #fff9b9;
	text-decoration:none;
	font-weight:bold;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#fff9b9;
}
#footer{
	color: #fff9b9;
	font-size:11px;
	font-family:Georgia;
}
#footer a{ 
	color: #fff9b9;
	text-decoration:none;
	font-weight:bold;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#fff9b9;
}