body {
	margin:0px;
	padding: 0px;
	background:#000;
}

A { color: #C40; text-decoration: none; }
A:link { color: #C40; text-decoration: none; }
A:visited { color: #C40; text-decoration: none; }
A:active { color: #C40; text-decoration: underline; }
A:hover { color: #C40; text-decoration: underline; }

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#side {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 135px;
	height: 580px;
	margin: 0px;
	padding: 5px;
	border: 0px;
	background: #FFF url(fade.jpg) bottom left repeat-x;
	text-align: center;
}

#content {
	position: absolute;
	left: 151px;
	top: 0px;
	width: 1050px;
	height: 800px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFF;
}

#footer {
	position: absolute;
	left: 151px;
	top: 825px;
	width: 1050px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

h1 {
	background: #FFF url(logo.jpg) top left no-repeat;
	height: 125px;
	margin: 0px;
	padding: 0px;
}

h1 span {
	display: none;
	margin: 0px;
	padding: 0px;
}


