#main{
	margin:40px auto 0;
	width:830px;
}
#header{
	height:260px;
}
#header h1{
	font-size:28px;
	padding:100px 0 0 20px;
	letter-spacing:1px;
}
#header h1 a{ 
	color:#FED772;
	text-decoration:none;
}
#header h1 a:hover{
	text-decoration:underline;
}
#header p{
	font-size:12px;
	color:#FED772;
	padding:5px 0 0 20px;
	letter-spacing:2px;
	font-weight:100;
	margin-top:-6px;
}
#page{
	padding:10px;
}
#content{
	float:right;
	width:600px;
}
#sidebar{
	float:left;
	width:200px;
}
#extraDiv1,#extraDiv3{
	clear:both;
	line-height:1px;
}