/* CSS Document DRAE pages */

/* Sitepoint code  */

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

}
#sidebar {
	float: right;
	width: 180px;
}

/* sitepoint horizonal nav css */
/* in separate css */
/* 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;
	}
#twitter_div ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
			margin: 0;
			padding:0;
}
#twitter_update_list li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
			margin: 0;
			margin-top: 0.5em;
			font-family:  Arial, Helvetica, sans-serif;;
font-size: 0.9em;
}.notice {
	font-weight: bold;
	color: #000;
	background-color: #39F;
	padding: 5px;
	clear: both;
	width: 100%;
	margin: 5px;
	border: thin solid #F00;
}

