body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: center;
}

#container {
	width: 763px;
	margin: 0 auto;
	clear: both;
	height: 100%;
	text-align:left;
}

#header {
	width: 100%;
	height: 80px;
	padding: 0px;
	margin: 0px;
}

#header1 {
	position: relative;
	width: 700px;
	margin: 0px;
	z-index:1;
	margin-top: 12px;
	margin-left: 130px;
}

.spacer1 {
	background-color:#CCCCCC;
	width: 209px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	margin-right:3px;
}

.spacer2 {
	background-color:#CCCCCC;
	width: 50px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
}

.thumb {
	background-color:#999999;
	padding: 0px;
	margin: 0px;
	margin-right: 3px;
}

#headline {
	position: relative;
	width: 600px;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 80px;
	margin: 0px;
	z-index:1;
	color: #BDBDBD;
	letter-spacing: -2px;
	margin-top: 0px;
	margin-left: 65px;
}

#picture {
	position: absolute;
	width: 385px;
	margin-top: 100px;
	margin-left: 378px;
	z-index:0;
	font-size: 10px;
}

#text {
	position: absolute;
	margin-top: 100px;
	margin-left: 130px;
	width: 200px;
}

#nav {
	font-weight:bold;
	width:100px;
	margin-top: 10px;
	position: absolute;
}

#nav ul {
	width:100px;
	display:block;
	text-align:right;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	border: none;
	line-height:18px;

}

#nav a {
	color:black;
	text-decoration:none;

}

#nav a:hover {
	color: #CCCCCC;
	text-decoration:none;
}


#sub ul {
	width:100px;
	display:block;
	text-align:right;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	border: none;
	line-height:18px;

}

#sub a {
	color: #74b743;
	padding-right: 10px;
	text-decoration: none;
	font-size: 10pt;	
}

#nav a:hover {
	color: #CCCCCC;
	text-decoration:none;
	
}
