body {
	margin:0;
	padding:0;
	font:1em "trebuchet MS", Arial, Verdana;
	background-color:#ebe3d2;
	background-image:url(pix/bodybg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

span {
	display:none;
}

#wrapper {
	width:800px;
}

#header {
	height:107px;
	background-image:url(pix/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#left-content {
	width:210px;
	float:left;
}

#center-content {
	float:right;
	width:550px;
}

#center-content h1 {
	font-size:1.5em;
}

#center-content h2 {
	font-size:1.2em;
}

#center-content h3 {
	font-size:1.1em;
}

#center-content a, #center-content a:visited {
	text-decoration:underline;
	color:#000;
}

#center-content a:hover {
	text-decoration:none;
}

#center-content img {
	margin:10px 10px 10px 0;
	border:1px solid black;
}

#footer {
	background-image:url(pix/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}