body {
	margin:0px auto;
	padding:0px;
	background-color: #000000;
	color: #fff;

}

a {
color: #000;
text-decoration: none;}

a:hover {
color: #fff;
text-decoration: none;}

img {
	border: 0px;
}

#header {
	width: 825px;
	height: 60px;
	background-color: #000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(images/header.png);
}

#header h1 {
	float: left;
	background: inherit;
	margin-left: 10px;
	color: #fff;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 20px;
	color: #000;
}

#header .sublinkbox {
	float: right;
	margin-top: 28px;
	margin-right: 20px;
	width: 340px;
	font-size: 22px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-color: #000;
	color: #000;
}

#header a {
	color: #000;	
}

#holder {
	width: 825px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #000000;

}

#content {
	margin-top: 5px;
	padding: 0px 0px 0px 25px;
	line-height: 24px;
	width: 500px;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
#content a {
	color: #00aeef;
	
}

#content a:hover {
color: #fff;
text-decoration: none;}



#content h2 {
	color: #fff;
	width: 400px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}