@charset "utf-8";
/* RESET STYLES */
img
{
	border: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#headerbackground 
{
	position:relative;
	background: #232323;
	height:30px;
}

#header
{
	color:#FFFFFF;
	background: url(../images/header_top.jpg) no-repeat top left;
	width: 900px;
	margin-left: 500px;
	height:30px;
}

#logo
{
	position:absolute;
	bottom: 0px;
	left:0px;
	height:30px;
	width:206px;
	cursor:pointer;
}

#logo img
{
	height:30px;
}

.close_frame
{
	position:absolute;
	top:2px;
	right:10px;
}

a:link, a:visited
{
	font-size: 12px;
	font-weight:bold;
	color:#9F9F9F;
	text-decoration: none;
}

a:hover, a:active
{
	font-size: 12px;
	font-weight:bold;
	color:#DFDFDF;
	text-decoration: none;
}