@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:2px;
   height:100%;
}
#container {
	font-family: Helvetica, Arial, sans-serif;
	min-height:100%;
	min-width: 800px;
	position:relative;
}

#header #logo {
	float: left;
}
#header {
	padding-right: 12px;
	padding-left: 12px;
}
.red {
	color: #DF0000;
}

#content {
	clear: left;
	min-width: 800px;
	padding-right: 12px;
	padding-left: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer {
	position:absolute;
	bottom:0;
	width: 100%;
	height:56px;   /* Height of the footer */
	clear: both;
	font-size: 12px;
}
.bold {
	font-weight: bolder;
}


#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
margin: 0 0.15em;
font-size: 1.3em;
}

#navigation li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 80px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#navigation li a:hover
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 80px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: underline;
	text-align: center;
} 
/* End hide */

#navigation
{
	position: relative;
	top: 60px;
	font-size: 12px;
	float: right;
} 

.album {
	height: 250px;
	width: 250px;
	clear: none;
	float: left;
	padding: 12px;
	text-align: center;
	font-size: 14px;
}
.smaller {
	font-size: small;
	font-style: italic;
}
#content td {
	padding: 20px;
}
#content #faq dt {
	font-weight: bold;
}
