@charset "utf-8";
/* CSS Document */
/*This creates an easy two column layout where you can insert your information. It is currently set up for a left hand sidebar with a right hand content, but can easily be switched by simply switching the float statements of each the #main and #sidebar to the other side*/
#content #main{
	float: right;
	width: 650px;
}

#content #sidebar{
	float: left;
	width: 250px;
}

div#content div#sidebar div#address{
	padding-bottom:50px;
	background: #FFF url('images/germinate101.png') no-repeat bottom right;
	width:100%;
}