html, body
{
	background-color: black;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: white;
}

a:active
{
	text-decoration: none;
	color: white;
}

a:hover
{
	text-decoration: underline;
	color: white;
}


#wrapper
{
	background-color: white;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 600px;
}

#header
{
	background-color:		transparent;
	background-image:		url(../images/header-bar.jpg);
	background-repeat:		no-repeat;
	
	height:					109px;
	min-height:				109px;
	max-height:				109px;

}

#menu
{
	background-color:		transparent;
	background-image:		url(../images/menu-bar.jpg);
	background-repeat:		repeat-y;
	
	height:					25px;
	min-height:				25px;
	max-height:				25px;
}

#menu_text
{
	background-color:		transparent;
	font-weight:			bold;
	font-size:				110%;
	letter-spacing:			.05em;
	text-align:				center;
	padding-top:			3px;
	padding-bottom:			3px;
	margin-right:			28px;
	color:					white;
}



#shadow
{
	background-color:		transparent;
	background-image:		url(../images/menu-shadow.jpg);
	background-repeat:		no-repeat;
	
	height:					14px;
	min-height:				14px;
	max-height:				14px;

}


#content
{
	background-color:		white;
	padding:	15px;
}

#footer
{
	background-color:		white;
	background-image:		url(../images/footer-bar.jpg);
	background-repeat:		no-repeat;
	
	height:					63px;
	min-height:				63px;
	max-height:				63px;
	
	clear: right;
}


.small_header
{
	font-weight: bold;
	padding-bottom: 10px;
}

.title
{
	font-family: Verdana, sans-serif;
	font-size:	180%;
	font-weight: bolder;
	
	letter-spacing: .1em;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 15px;
	

}

.slogan
{
	font-size: 130%;
	font-style: italic;
	padding-right: 20px;
}

.spacer
{
	height: 10px;
}

table
{
	border: none;
	padding: 0px;
	margin: 0px;
}


td
{
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

img
{
	border: none;
}