@charset "utf-8";
#Wrapper {
	background-image: url(images/Main%20image.jpg);
	background-repeat: no-repeat;
	width: 900px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 45px;
	height: auto;
}
#Wrapper #SideBar {
	float: right;
	height: auto;
	width: 280px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Wrapper #Blog {
	float: left;
	height: auto;
	width: 600px;
	padding-top: 5px;
}

