* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #b3b3b3;
}

#header {
	width: 700px;
	height: 300px;
	background: url('images/header.jpg');
}

#logo {

	text-align: left;
	width: 172px;
	padding-left: 10px;
}


#title {
	font-family: Verdana;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 10px;
	padding-left: 60px;
}


#linkswraper{
	text-align: right;
}

#links {
	margin-top: 10px;
	padding: 10px;
	border-right: 1px solid #3f3c3c;
}

#links a {
	font-size: 12px;
	color: #a62a1b;
	display: block;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #a62a1b;
}

#footer table{
	font-size: 12px;
	color: #fff;
	height: 34px;
	background: url('images/footer.gif');
}