/*//////// BODY AND CONTAINER //////////*/

body {
	text-align:center;
	background: repeat-x url(../halloffame/images/design/bg.gif);
	background-color: #624630;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#container {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #624630;
	}
	
/*//////// SKIP NAV - SCREEN READERS //////////*/

#skip-nav {
	display: none;
}

/*//////// TOP BAR //////////*/

#top-bar {
	background: #000;
	color: #fff;
	font-size: .7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#top-bar a {	
	position: absolute;
	left: 10px;
	top: 10px;
	float: left;
	background: #000;
	color: #fff;
	text-decoration: none;
}

#top-bar a:hover {
	background: #000;
	color: #fff;
	text-decoration: underline;
}

/*//////// HEADER //////////*/

#main-header {
}

#title {
	border-left: 5px solid #624630;
	border-right: 5px solid #624630;
}

#middle-graphic {
	border-left: 5px solid #624630;
	border-right: 5px solid #624630;
}

/*//////// CONTENT - MENUS //////////*/

#content-cont {
	margin: auto;
	width: 759px;
	background-color: #624630;
	text-align:left;
}

#crumb {
	font-size: .7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #c7b192;
	margin: auto;
	width: 100%;
	background-color: #624630;
	text-align:left;
}
	

#submenu {
	float: left;
	width: 200px;
	margin-top: 15px;
	margin-right: 15px;
}

#content {
	float: left;
	width: 479px;
	margin-top: 15px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/*SUBNAV*/

#sub-nav ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
#sub-nav li {
	display: block;
	list-style: none;
	}
	
#sub-nav li a.daddy {
	font: .9em Geneva, Arial, Helvetica, sans-serif;
	color: #be9d7c;
	width: 170px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #4ba6dd;
	padding: 5px 0 5px 5px;
	}

#sub-nav li a.daddy:hover {
	color: #c7b192;
	text-decoration: none;
	background: #4ba6dd;
	}
	
#sub-nav li ul a.child {
	font: .75em Geneva, Arial, Helvetica, sans-serif;
	color: #be9d7c;
	width: 165px;
	display:block;
	text-decoration: none;
	border-bottom: 1px dotted #4ba6dd;
	padding: 5px 0 5px 10px;
	}

#sub-nav li ul a.child:hover {
	color: #c7b192;
	text-decoration: underline;
	background: #624630;
	}
	
#sub-nav li ul ul a.grandchild {
	font: .7em Geneva, Arial, Helvetica, sans-serif;
	color: #be9d7c;
	width: 155px;
	display:block;
	text-decoration: none;
	border-bottom: 1px dotted #4ba6dd;
	padding: 3px 0 3px 20px;
	}

#sub-nav li ul ul a.grandchild:hover {
	color: #c7b192;
	text-decoration: underline;
	background: #624630;
	}
	

/*//////// FOOTER //////////*/

#footer {
	margin-top: 20px;
	padding-bottom: 20px;
	padding: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .64em;
	color: #c7b192;
	height: auto;
	background: #624630;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/*//////// GENERAL FORMATTING //////////*/

.hidden {
	display: none;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #c7b192; 
	border-bottom: 1px dotted #c7b192;
	}
	
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #c7b192; 
	}
	
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #c7b192; 
	}
	
#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #c7b192; 
	}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #c7b192;
}

#content a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #c7b192;
}

#content a:hover {
	color: #c7b192;
	text-decoration: none;
	border-bottom: 1px solid #c7b192;
}

#img-border-rollover {
}

#img-border-rollover a.photo-left {
	padding: 3px;
	border: 1px solid #c7b192;
	margin-right: 10px;
	float: left;
	}
	
#img-border-rollover a.photo-left:hover {
	padding: 2px;
	border: 2px solid #c7b192;
	margin-right: 10px;
	background-color: #000000;
	}
	
#img-border-rollover a.photo-right {
	padding: 2px;
	border: 1px solid #c7b192;
	margin-left: 10px;
	float: right;
	}
	
#img-border-rollover a.photo-right:hover {
	padding: 2px;
	border: 2px solid #c7b192;
	margin-left: 10px;
	background-color: #000000;
	}
	
#content .line {
	clear: both;
	border-bottom: 1px solid #4ba6dd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content ul,ol {
	font-size: .95em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #c7b192;
}

#content table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #c7b192;
	font-size: .95em;
}

#content th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #4ba6dd;
	text-align: left;
}

#content td {
	padding: 2px;
}

#content .altrow {
	background-color: #624630;
}

#content .photo-right {
	padding: 2px;
	border: 1px solid #c7b192;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	background-color: #000;
	}
