
html{
	text-align:center;
	background-color:#cc0033;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:880px;
	position:relative; margin:0 auto; text-align:left;
}
#main {
	background:url('images/body.png') top left repeat-y;
	width:880px;
	padding:10px; margin:0;
}

#banner {
background:url('images/header.jpg') top left no-repeat;
width:880px; height:102px;
text-indent:-3000px;
}

.pics {
	margin-left:25px; 
}

h1 {font-size:1em; color:white; padding:10px; }
a {color:white; }

#footer {
background:url('images/footer.jpg') top left no-repeat;
width:880px; height:75px;
}

.left {
	float:left;
	width:500px;
	padding:0 5px;
	margin-bottom:20px;
}

.right {
	margin-left:510px;
	}