* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #666;
}

#header {
	width: 188px;
	height: 241px;
	background: url('images/header.jpg');
}

#logo {
	text-align: left;
}


#title {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #ffe556;
	text-transform: uppercase;
	line-height: 22px;
	padding-left: 27px;
	padding-top: 90px;
}

#slogan {
	font-size: 11px;
	color: white;
	padding-left: 27px;
	padding-top: 10px;
}



#linkswraper{
}

#links {
	background: url('images/links_bg_2.jpg') repeat-x;
	margin-left: 7px;
	margin-right: 7px;
}

#links a {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	background-color: white;
	margin-right: 6px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #598700;
}

#footer {
	height: 25px;
}

#footer table{
	font-size: 12px;
	color: white;
}

#footer table td {
	padding-right: 10px;
}