body {
	background: url(images/bg.png) repeat; 
	
	}
	
.main {
	position: relative;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	}
	
.nav {
	position: absolute;
	color: #FFFFFF;
	top: 36px;
	left: 10px;
	z-index: 2;
	
	}
	
	
.nav a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	} 
	
.nav a:hover {
	background: #0058A9;
	background-size: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}
	
.maintext{
	position: absolute;
	width: 235px;
	top: 253px;
	left: 520px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index: 3;
	}
	
.bgcolor {
	position: absolute;
	width: 900px;
	top:0px;
	left: 0px;
	z-index: 0;
	background-color: #009ADA;
	}
	
	
.text{
	position: absolute;
	width: 475px;
	top: 75px;
	left: 375px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 2;
	}
	
img {
	width: 100%;
	position:relative;
	z-index: 1;
	}
	
.text a {
	color:#FFFFFF;
	font-weight:bold;
	}
	
.text a:hover {
	color: #999999;
	font-weight:bold;
	}
	
hr {
	color:#FFFFFF;
	}
	
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:1000000;
	
	/* styling */
	background-color:#104987;
	padding: 20px;
	padding-top: 5px;
	width:500px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

h3 {
	cursor: pointer;
	text-decoration:underline;
	}
	
.text h3:hover {
	color: #999999;
	font-weight:bold;
	}
	
a img {
	border:none;
	}
	

