/* CSS Document DRAE pages */

/* Sitepoint code  */

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	background-image: url(/img/back-graduated.jpg);
	background-position: center;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 5px 0 5px;
	background-color: #ffffff;
}
/* this is changed to 750 */
#content {
	width: 750px;
	float: left;
	padding: 20px 10px 0 0;
		background-color: #ffffff;

}
/* this is changed to 0 and hidden */
#sidebar {
	width: 2px;
	visibility:hidden;
	position: absolute;
	top: 1px;
	clip: rect(1px,1px,1px,1px);
	height: 2px;
	overflow: hidden;
}
/* end sitepoint  */

#header {
	height: 112px;
	padding-bottom: 5px;
	}
#header .logo {
	float:left;
	margin-right: 1em;
	}
#header .title {
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	}
		
y
