/* generic code */
body
{
	font-family: verdana, sans-serif;
	margin: 0;
	font-size: 62.5%;
	background-color: #000;
}
img
{
	border: none;
}
.clear
{
	clear: both;
}
/* end generic code */

/* global code */
#overall_container
{
	background-color: #000;
	margin: 0 auto;
	min-width: 1000px;
	min-height: 500px;
}

#logo_container
{
	width: 900px;
	height: 140px;
	margin: 0px auto;
}
#ahs_logo
{
	width: 200px;
	height: 140px;
	margin-left: 53px;
}

#nav_container
{
	margin: 0px auto;
	background-image: url("../images/nav/background.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 70px;
	background-color: #fff;
}
#nav_container a img
{
	margin-bottom: 20px;
}


#main_content
{
	margin: 0px auto;
	background-color: #fff;
	width: 900px;
	padding: 50px;	
}



#footer
{
	text-align: center;
	height: 100px;
}
#footer_text
{
	color: #fff;
	font-weight: 1.2em;
}

/* end global code */

/* home specific code */
#main_content_home
{
	text-align: center;
	font-size: 1.2em;
}

#alma_mater
{
	width: 300px;
	margin: 0px auto;
}
/* end home specific code */

/* roster specific code */

.ind_roster_container
{
	float: left;
	width: 150px;
	height: 200px;
	text-align: center;
}
.ind_roster_name
{
	border: 1px solid #e56726;
	padding: 5px;
	width: 113px;
	text-align: center;
	margin: 0px auto;
}
.ind_roster_name a
{
	color: #000;
	text-decoration: none;
}
.ind_roster_name a:hover
{
	text-decoration: underline;
}

#no_one_found
{
	text-align: center;
	font-size: 1.6em;
}

.pagination_container
{
	text-align: center;
	margin: 20px 0px;
}

#detail_image
{
	float: left;
	width: 250px;
}
#detail_info
{
	float: left;
	width: 330px;
	padding: 10px;
}


#detail_info .update_link
{
	margin: 10px 0px;
	font-size: 0.8em;
	color: #ccc;
}

/* end roster specific code */