body { 
	font-family: Georgia, serif;
	font-size:15px;
	line-height:130%;
	color:#444444; 
	background-color:#fff;
}

h2,h3,h4,p,img,blockquote, code { 
	margin:0;
	padding:0;
	border:0;
}
blockquote {
	width:200px;
	float: right;
	border-left:1px solid #cfcfcf;
	font-size:24px;
	padding-left:6px;
	font-style:italic; 
	margin-left:6px;
}
blockquote p{ margin: 0;padding: 0;}
h1, h2, h3, h4 {
	font-family: Cambria,Georgia,"Times New Roman",Times,serif;
}
h2 { 
	font-size:250%;
	line-height:270%;
}
h3 { 
	font-size:170%;
	line-height:170%;
}
h4 {
	font-size:130%;
	line-height:150%;
}
p { 
	margin-bottom:12px;
}
a, a:link { 
	color:#444444; 
}
a:hover { 
	text-decoration:none; 
}	
#page {
	width:850px;
	margin:0 auto;
}
#heading {
	width:850px;
	height:120px;
	margin:10px auto;
}
#footer, .by {
	margin-left:20px;
	clear: both;
	font-size:80%;
}
#page {
	position: relative;
}
#page #sidebar {
	margin: 0px auto;
}
#page #sidebar ul {
	text-align: center;
	float: left;
	margin:0 auto;
	padding: 0;
	text-indent: 0;
	list-style: none;
}
#page #sidebar ul li {
	float:left;
	list-style: none;
	margin: 0 5px 0 0;
}
#header {
	text-align: center;
	position: absolute;
	right:10px;
	bottom:-10px;
}
#header h1 {
	margin: 0;
}
#partOne, #partTwo {
	float:left;
	width:380px;
	padding:0 10px;
	margin:0 10px 30px 10px;
}
#partTwo {
	float:right;
}