/* CSS Document */
body {
	background-image: url(../graphics/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
#logo {
	height:170px;
	width:auto;
	background:url(../graphics/logo.png) left top no-repeat;
	z-index:8;
	left:5px;
	top:5px;
	position:absolute;
	padding:58px 0px 0px 99px;
	text-align:left;
	vertical-align:middle;
	float:left;
}
#header {
	float:right;
	color:#fff;	
	font-size:1.2em;
	font-weight:bold;
	padding:25px 25px 0px 0px;
	clear:both;
	z-index:8;
	margin-left:436px;
	height:170px;
	letter-spacing:-0.5px;
}
#media {
	z-index:10;
	position:absolute;
	margin:0px auto;
	clear:both;
	width:100%;
	height:100%;
	overflow:hidden;
}
#footer {
	height:60px;
	width:100%;
	overflow:hidden;
	z-index:12;
	bottom:0px;
	position:absolute;
	color:#fff;	
	font-size:1em;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;
	letter-spacing:-0.2px;
	padding-bottom:5px;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	line-height:18px;
}
a:hover {
	border-bottom: 1px dotted orange;
	color: orange;
	text-decoration: none;
}
.orange {
	color: orange;
}