/* CSS DOCUMENT */
* {
margin: 0;
padding: 0;
}

body{
background: url(gpubackground.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
font-family: "Trebuchet MS", Arial, san-serif;
font-size: medium;
color: #000000;
background-color: #f0f0f0;
}

#page {
    margin: 0 auto;
    width: 850px;
	position: relative;
}
* img {
border: none;
}

a {
text-decoration: none;
}
a:link, a:visited {
color: #000000;
}
a:hover{ 
color: #F7C3F8;
}

#siteid {
	height: 150px;
    top: 10px;
    position: absolute;
    width: 850px;
	margin: 0 auto;
}
#siteid img {
	margin: 0 auto;
	display: block;
}

#homebody, #secondbody {
height: 240px;
width: 850px;
margin: 0 auto;
position: absolute;
top: 100px;
}

#secondbody p {
font-size: 80%;
text-align: left;
margin: 0 auto;
width: 500px;
}


#homebody p {
font-size: 100%;
text-align: center;
word-spacing: 5pt;
letter-spacing: 2pt;
margin: 120px 0px 0px 0px;
}

#gallery {
height: 300px;
width: 550px;
margin: 20px auto 0;
overflow: auto;
}

#gallery a {
font-size: 110%;
font-weight: bold;
letter-spacing: 1pt;
}

#secondbody .desc {
padding-bottom: 20px;
background: transparent;
}
	
#bottomnav {
	position: absolute;
	top: 450px;
	margin: 0 auto;
	width: 850px;
	text-align: center;
}

#bottomnav li {

	list-style: none;
	display: inline;
	padding: 0px 25px 0px;
}

#bottomnav span  {
	font-family: "EnglandHand", Arial, san-serif;
	font-size: 210%;
	letter-spacing: 2pt;
}

#footer{
	text-align: center;
	font-size: 60%;
	letter-spacing: 2pt;
	font-variant: small-caps;
	position: absolute;
	top: 490px;
	margin: 0 auto;
	width: 850px;
}

