body{
	margin:0;
	color:#000;
	background:#000;
	font:12px/15px Arial, Helvetica, sans-serif;
	min-width:800px;
}
img{border-style:none;} 
a{
	text-decoration:none;
	outline:none;
	color:#fff600;
}
a:hover{text-decoration:underline;}
#header{
	width:100%;
	overflow:hidden;
}
.logo {
	width:319px;
	height:273px;
	background:url(../images/logo.gif);
	text-indent:-9999px;
	overflow:hidden;
	margin:28px 0 0 24px;
	float:left;
	display:inline;
}
.logo a{
	display:block;
	height:100%;
}
.bar{
	float:right;
	width:111px;
	text-align:right;
	margin:27px 28px 0 0;
	display:inline;
}
.bar address{
	font-style:normal;
	color:#fff;
}
.bar em{
	font-style:normal;
	display:block;
	color:#fff;
	margin:7px 0 9px;
}
.bar a{
	display:block;
	font-weight:bold;
}
#content{
	width:100%;
	padding:34px 0 0;
	font-size:14px;
	line-height:17px;
}
.holder{padding-left:24px;}
#content p{
	margin:0;
	color:#fff;
}
.links{
	margin:32px 0 0;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.links li{padding-bottom:12px;}
.links li a{color:#fff600;}
