/* Block Level Elements
=================================== */

/* these are the same dimensions and id selectors used by
   the wordpress blank themes */
   
#page {
	width: 750px;
	margin: 0 auto;
}

#header { 
	width: 100%;
}

#headerimg { 

}

#content { 
	float: right;
	width: 50%;
}

#sidebar {
	width: 49%;
	margin-right: 51%;
}

#footer { 
	width: 100%;
	clear: both;
}
