html, body {height:100%}
body {
	padding:0;
	margin:0;
	font-family: Arial;
	background-color: #959595;
	background-image:url(images/bg_shadow.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color: #000000;
}
#outer{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -265px;
	margin-left: -390px;
	height:529px;
	width:780px;
	color: #000000;
	text-align:left;
	background-image:url(images/bg-container.gif);
}

#top {
	height: 81px;
	margin: 0;
	padding-right: 9px;
	padding-left: 9px;
}

#content {
	margin-left: 0px;
	height: 429px;
	background: #000000;
}

/*left column link styles*/
a.left:link {
color: #000000; 
font-weight: bold;
text-decoration: none;
}

a.left:visited {
color: #000000; 
font-weight: bold;
text-decoration: none;
}

a.left:hover {
color: #ff0000; 
font-weight: bold;
text-decoration: underline;
}

a.left:active {
color: #FFFFFF; 
font-weight: bold;
text-decoration: underline;
}

/*typography settings*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -8px;
	margin-bottom: -10px;
	padding: 0px 5px 0px 0px;
}

.front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}


