body {
	background-color: #EFEDE6;
	padding-top: 25px;
	}
div#container {
	width: 920px;
	height: 768px;
	margin: 0 auto;
	padding: 0;
	}
div#content {
	width: 790px;
	height: 683px;
	border: 5px solid #fff;
	background: #FFFEF1 url(../images/curve_bottom.gif) bottom center no-repeat;
	float:left;
	}
div#side1 {
	width: 60px;
	margin: 0;
	padding: 0;
	background: #EFEDE6 url(../images/circles_left.gif) top right;
	float: left;
	}
div#side2 {
	width: 60px;
	margin: 0;
	padding: 0;
	background: #EFEDE6 url(../images/circles_right.gif) top left;
	float: left;
	}
img {
	margin: 0;
	padding: 0;
	}
p#nav, p#copyright {
	font: 11px Arial, Helvetica, sans-serif;
	width: 910px;
	text-align: center;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
	}
a, a:visited {
	text-decoration: none;
	color: #000;
	}
a:hover {
	color: #42A5D9;
	}
span.orange {
	color: #FF9C04;
	font-weight: bold;
	}
span.blue {
	color: #42A5D9;
	font-weight: bold;
	}