#main{
	margin:40px auto 0;
	width:960px;
}
#header{
	height:140px;
}
#header h1{
	font-size:28px;
	padding:15px 0 0 110px;
	letter-spacing:1px;
	font-weight:bold;
}
#header h1 a{ 
	color:#E47F07;
	text-decoration:none;
}
#header p{
	font-size:14px;
	font-weight:bold;
	color:#489D1F;
	padding:5px 0 0 110px;
	letter-spacing:1px;
	margin-top:-10px;
}
#page{
	padding:10px;
}
#content{
	float:right;
	width:720px;
}
#sidebar{
	float:left;
	width:200px;
}
#extraDiv1,#extraDiv3{
	clear:both;
	line-height:1px;
}