body {
	font: 16px trebuchet ms, arial, helvetica, sans-serif;
	color: #7B842A;
	background: #7B842A;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.logo {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px;
	background-color: #edeede;
	border-left: 0px #220f09 solid;
	border-right: 0px #220f09 solid;
	border-bottom: 0px #220f09 solid;
	width: 988px;
}

a:link {
	color: #0066CC;
}
a:visited {color: #9F927F;}

#data {
	border: 2px #B9AA94 ridge;	
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #ffffff;	
}



/* For the PopUp div */

#blanket {
	background-color:#111;
   	opacity: 0.65;
	filter: alpha(opacity = 65); width: 100%; /* stupid IE */
   	position:absolute;
   	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   	top:0px;
   	left:0px;
   	width:100%;
}

#popUpDiv {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	background-color:#eeeeee;
	padding: 10px;
	text-align: center;
	width:300px;
	height:100px;
	border: 2px #B9AA94 ridge;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

