#wrapper {
	width:760px;
	margin:0 auto;
	/*	border:thick groove #c1616d;
*/	padding:0px;
	position:relative;
	background-color: #FEAEAE;
	background-image: url(images/green_tile.gif);
	background-repeat: repeat;
	}
#header {
	width:760px;
	height:150px;
	clear:both;
	background-image: url(images/header.png);
	}
#content {
	clear:left;
	width:540px;
	float:left;
	background-color: #FFFDFD;
	}
#sidebox {
	width:175px;
	background-color: #FFFDFD;
}
#rotator {
	float:right;
	width:175px;
	margin-right:15px;
	margin-top:5px;
	}
#footer {
	width:760px;
	clear:both;
	height: 64px;
	background-color: #993235;
	background-image: url(images/footer_bg1.png);
	background-repeat: no-repeat;
	}
