/* CSS Document */

body, html {
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
	color:#000;
}

body {
	min-width:750px;	
}

a, a:visited {

	color: #83100d;
	text-decoration: underline;
	
}

a:hover {

	color: #83100d;
	text-decoration: none;
	
}



#wrap {

	width: 750px;
	height: 635px;
	margin:0 auto;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	z-index: 0px;

}

#wrap_main {

	width: 750px;
	height: 635px;
	margin:0 auto;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	z-index: 0px;

}

#main {
	position: relative;
	top: 10px;
	left: 80px;
	background: none;
	width: 623px;
	height: 455px;
	overflow:hidden;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#invisible {
	float:left;
	position: relative;
	padding: 55px;
}

#invisible2 {
	float:left;
	position: relative;
	padding: 40px;
	left: 0;
	top: 0;
	width: 30px;
}

#honorees_list {
	float: left;
	position:relative;
	top: 0px;
	padding:0px;
	width: 25%;
}

#inductee {
	position: relative;
	top: 125px;
	left: 100px;
	width: 25%;
	padding: 0px;
	text-align:right;
}

.honor_year {

	text-decoration: underline;
	font-weight:bold;
	color:#83100d;
	margin-top:1px;
	margin-bottom:1px;
}

#home_left {
	background: none;
	float:left;
	width:320px;
}

.flash {

	position: relative;
	top: 235px;
	left: 90px;
	
}

#home_right {
	background:none;
	float:right;
	text-align: left;
	width:430px;
}

.home_text p {

	position: relative;
	top: 0;
	width: 390px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.boldTitle {

	font-size: 14px;
	font-weight: bold;
	
}

.footer {

	position: relative;
	top: -95px;
	left: 25px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

