.header
{
	background-color: #FFFFFF;
}


.inner-header
{
	padding-top:20px;
	margin: 0 auto;
	width:1000px;
}

.header-logo
{
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width:238px;
	height:41px;
}

.header-links
{
	text-align: right;
	padding-bottom: 10px;
}

.header-links a
{
	margin-left: 15px;
	text-decoration: none;
	color:#1A1A1A;
}

.header-content-line
{
	color: #1A1A1A;
	background-color: #1A1A1A;
	height:1px;
	margin-top: 0px;
}
