html, body, h1, h2, h3, h4, h5, h6, h7, div, ul, img{ margin: 0; padding: 0;}

body {
	background-image: url("ssp-bg.png");
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 200%;
}

a {
	color: #644f3f;
}

div.clear {
	clear: both;
}

div.main {
	width: 710px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
}

div.content {
	padding: 5px;
}

div.banner {
	background: url(ssp-header.png) no-repeat;
	border:none;
	height: 87px;
	padding:0px;
	margin:0px
}

div.links {
	background: #301e11;
	width: 700px;
	margin: 0px;
	margin-bottom: 5px;
}

div.links ul {
	list-style: none;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
}

div.links li {
	float: left;
	width: 115px;
}

div.links li a {
	text-decoration: none;
	background: #301e11;
	color: white;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.links li a:hover {
	background: #644f3f;
}

div.footer {
	color: #644f3f;
	text-align: center;
	padding-top: 5px;
}

div.footer a {
	color: #644f3f;
	text-decoration: none;
}

img.content-bg {
	/*margin-bottom: -5px;*/
}