* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background: url('images/bg.jpg');
}

#header {
	width: 700px;
	height: 179px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 75px;
	text-align: right;
	width: 170px;
}


#title {
	font-family: Arial Black;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	word-spacing: -5px;
	letter-spacing: -1px;
	line-height: 28px;
}


#linkswraper{
	margin-left: 8px;
	height: 460px;
	background-color: #fff;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}


#links {
	top: -460px;
	position: relative;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	margin: 0px;
}

#links ul{
	list-style-type: disc;
	color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

#links ul li{
	padding-bottom: 3px;
}

#links a {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
}



#content {
	font-size: 12px;
	padding: 7px;
	color: #8a8a8a;
	background-color: #fff;
	margin-right: 12px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#footer {
}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	height: 26px;
	text-transform: uppercase;
}

#footer table td {
	padding-left: 180px;
}