/* CSS Document */

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#page{
	width:700px;
	position: absolute;
	margin:0px auto;
	top:10px;
	left:50%;
	margin-left:-350px;
}
#fpImage{
	width:650px;
	height:325px;
	z-index: 0;
	position: absolute;
	margin-left:-325px;
	top:100px;
	left:50%;
	background-image: url(fpimage.gif);
	background-repeat: no-repeat;
}
#fpImage h1{
	display: none;
}
#fpMenu{
	width:200px;
	z-index:1;
	position:relative;
	top:350px;
	left:450px;
	line-height: 1.8em;
}
#fpMenu li {
	text-align: right;
	list-style-type: none;
}
#fpMenu a:link, a:visited {
	text-decoration: none;
	color: #996600;
}
#fpMenu a:hover {
	text-decoration: none;
	color: #CC6600;
}
#logo{
	width:100px;
	height:100px;
	z-index: 0;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}
#title{
	width:300px;
	height:41px;
	position:relative;
	top:-45px;
	left:78px;
	z-index: 1;
}
#photoTop{
	width:150px;
	height:150px;
	position:relative;
	top:-140px;
	left:440px;
	z-index: 1;
}
#photoCentral{
	width:200px;
	height:150px;
	background-color:#FFFFFF;
	padding:5px;
	position:relative;
	top:-155px;
	left:500px;
	z-index: 1;
}
#photoBottom{
	width:100px;
	height:120px;
	background-color:#FFFFFF;
	padding:5px;
	position:relative;
	top:-165px;
	left:600px;
	z-index: 1;
}
#mainMenu{
	width:150px;
	position:relative;
	top:-280px;
	left:410px;
	line-height: 1.5em;
}
#mainMenu li {
	text-align: right;
	list-style-type: none;
}
#mainMenu a:link, a:visited {
	text-decoration: none;
	color: #996600;
}
#mainMenu a:hover {
	text-decoration: none;
	color: #CC6600;
}
#content{
	position:absolute;
	width: 430px;
	left:50%;
	margin-left:-350px;
	top:160px;
	padding:0px;
}
h1{
	font-size:1.8em;
	text-align:center;
}
h2{
	font-size:1.3em;
	text-align:center;
}
h3{
	font-size:1.3em;
}
p{
	text-align:justify;
}
.center{
	text-align:center;
}
a:link, a:visited{
	color: #993300;
	text-decoration: none;
}
a:hover{
	color: #CC6600;
	text-decoration: none;
}
td{
	vertical-align: top;
}
.pictureLeft{
	float:left;
	margin:15px 15px 15px 0px;
}
.pictureRight{
	float:right;
	margin:15px 0px 15px 15px;
}
#footer{
	font-size: 75%;
	clear: both;
}
