
html *
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

body
{
	height: 100%;
	background-color: #000000;
}




/*************************************************************************************************/
/* PAGE BLOCKS */

#container
{
	width: 750px;
	min-height: 100%;
	margin: 0px auto 0px auto;		/* auto on left and right centers container on page */
	background-color: #FFFFFF;
}

#footer
{
	width: 750px;
	margin: 0px auto 0px auto;
}

#header
{
	background-image: url("../images/header_right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	backgroud-color: #FFFFFF;		/* BG color and margin create the white seperator line. */
	margin-bottom: 2px;
}

.menu
{
	height: 38px;
	background-image: url("../images/menu_bg.gif");
	background-repeat: repeat-x;
}

#left
{
	float: left;
	width: 580px;
	padding: 10px;
	font-size: 0.9em;
}

#right
{
	float: right;
	width: 130px;
	padding: 10px;
	font-size: 0.9em;
}




/*************************************************************************************************/
/* CONTENT */

h1
{
	font-size: 1.6em;
	color: #B51723;
	font-weight: bold;
}

h3
{
	font-size: 1.2em;
	color: #B51723;
	font-weight: bold;
	padding-top: 0.8em;
}

p
{
	padding: 0.5em 0;
}

.bold
{
	font-weight: bold;
}

.smal
{
	font-size: 0.8em;
	text-align: left;
}

.menutxt
{
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFE;
	padding-top: 7px;
}

.pic
{
	font-weight: bold;
	text-align: center;
}

.smaller
{
	font-weight: normal;
	text-align: center;
	font-size: 0.8em;
	margin-top: -2px;
}

.italic
{
	font-style: italic;
}

#host_link
{
	float: left;
	color: #AAAAAA;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 8px;
	margin-top: 2px;
}

#copyright
{
	float: right;
	height: 27px;
	color: #AAAAAA;
	font-size: 9px;
	padding-right: 42px;
	padding-top: 8px;
	margin-top: 2px;
	background-image: url("../images/footer_logo.gif");
	background-position: top right;
	background-repeat: no-repeat;
}




/*************************************************************************************************/
/* LINKS */

a:link, a:visited
{
	color: #B51723;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.footer_lnk:link, a.footer_lnk:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.menulnk:link, a.menulnk:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.menulnk:hover, a.footer_lnk:hover
{
	color: #FAEBEC;
	text-decoration: underline;
}
