/* CSS Document */

body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the entire layout IE5-Win kludge */
	/*background-color: #515F5A;*/
	background-color: #000;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	width: 781px;
	height: 787px;
	background-color:#fff;
	border: 1px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
 	font-size: 11px;
	line-height: 18px;
 	letter-spacing: 0.03cm;
	text-align:left;
}

a:link {color: #c93; text-decoration: none; }
a:visited {color: #333; text-decoration: none; }
a:hover {color: #666; text-decoration: none; }
a:active {color: #666; text-decoration: none; }

/*#headerimage {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 760px;
	height: 200px;
}*/

#logo {
	position: absolute;
	top: 540px;
	left: 86px;
	border: 0;
}

/*navigation*/ 
#navigation ul {
 padding-top: 0.25em;
 padding-bottom: 0.25em;
 padding-left: 0;
 padding-right: 0;
 margin-top: 200px;
 margin-left: 0;
 background-color: #EEE9bf;
 border-top: 1px solid #CDC9A4;
 border-bottom: 1px solid #CDC9A4;
 float: left;
 width: 100%;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 font-size: 11px;
 letter-spacing: 0.03cm;
 }

#navigation ul li { display: inline; }

#navigation ul li a {
 padding: 0.25em 1.6em; /*0.65em puts space between items*/
 text-decoration: none;
 color: #999;
 float: left;
 border-right: 1px solid #fff;
 }

#navigation ul li a:hover {
 background-color: #ECE399; 
 color: #666;
 }
/*ENDS*/ 



/*#nav1 {
	position: absolute;
	top: 730px;
	left: 320px;
	width: 164px;
	height: 30px;	
}

#nav2 {
	position: absolute;
	top: 730px;
	left: 478px;
	width: 132px;
	height: 30px;	
}

#nav3 {
	position: absolute;
	top: 730px;
	left: 620px;
	width: 140px;
	height: 30px;	
}

/*#squaredbackground {
	position: absolute;
	top: 550px;
	left: 10px;
	width: 781px;
	height: 450px;	
	z-index: 1;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}*/

#introduction {
	position: absolute;
	top: 580px;
	left: 94px;
	width: 600px;
	height: 300px;	
	z-index: 2;
	padding-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
 	font-size: 11px;
	color: #000;
}

#lowerSpace {
	position: absolute;
	top: 786px;
	left: 550px;
	width: 781px;
	height: 30px;	
	color: #fff;
}