#content {
	width: 600px;
	float: right;
}

#main {
	width: 595px;
	position: relative;
}

#sidebar {
	width: 190px;
}

.pullquote {
	position: absolute;
	top: -30px;
	left: 550px;	
}

#main ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 15px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: red;
}

#main li {
	margin-bottom: 7px;
}	
	
	

