@charset "utf-8";


/* CSS Document */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-smooth: always;
	background-position: center top;
	background-color: #000000;
	background-image: url(images/GHOFPK_Welcome.jpg);
}

body.bios {
	background-image:url(images/GHOFPK_Bios2.jpg);
}



#container {
	width: 1920px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	
}

h1 {
	color:#FFF;
	font-size:24px;
	text-transform:uppercase;
	padding-left:75px;
	padding-top:50px;
}

p {
	padding-left:75px;
}



#welcome_btn {
	position:absolute;
	top:760px;
	left:312px;
}


#list_group_wrap {
	height:930px;
	width:1400px;
	margin-left:75px;
	
}

.alpha_set {
	height:900px;
	width:200px;
	float:left;
	margin-right:50px;
}

.alpha_set p{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	
}

.alpha_set .letter {
	padding-bottom:10px;
}

a.link {
	text-decoration:none;
	color:#FFF;
}

a.link:visited {
	color:#FFF;
}



#next_btn {
	position:absolute;
	top: 930px;
	left:750px;
}

#prev_btn {
	position:absolute;
	top: 930px;
	left:75px;
}

#name {
	text-transform:uppercase;
	font-size:30px;
	position:absolute;
	top:75px;
	left:75px;
}
#pic {
	position:absolute;
	top:75px;
	left:925px;
}

#profile {
	position:absolute;
	top:150px;
	left:75px;
	width:800px;
	font-size:24px;
}

#profile p {
	padding:0 0 25px 0;
	margin:0;
	
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
