@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/header/background.jpg);
	font-family:Arial;
	font-size:small;
	
}

#container {
	position:absolute;
	left:75px;
	top:160px;
	width:900px;
}


#header {
	position:absolute;
	top:0px;
	left:74px;
	background-image: url(images/header/header.jpg);
	background-repeat: no-repeat;
	width: 0px;
}

#menu  {
	position:absolute;
	top:186px;
	left:102px;
	width:200px;
	height: 267px;
}

#rightSection {
	position:absolute;
	top: 177px;
	left:351px;
	width:571px;
	height:300px;
	color:#333333;
}

.headText1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	font-size:24px;
}

a.navText:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	}
	
a.navText:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003399;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	}
	
a.navText:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFCC00;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	}
	
a.navText2:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
	}
	
a.navText2:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003399;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
	}
	
a.navText2:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFCC00;
	font-style:italic;
	font-size:16px;
	text-decoration:none;
	}

li {
	font-weight:bold;
	font-style:inherit;
	line-height: 20px;
	}
	
#all
	{
	width:1500px;
	height:900px;
	background-color:#000000;
	opacity: 0.1;
	filter:alpha(opacity=10);
	z-index:1000;
	visibility:hidden;
	}
	
