/*
*** Positioning ***
*/
body {
}
#page {
	text-align: left;
}
#header, #wrapper, .topofpagelink {
	clear: both;
}
#content {
	float: right;
	width: 73%;
}
#sidebar {
	float: left;
	width: 25%;
}
#footer {
	clear: both;
}
#sitename {
	float: left;
	width: 35%;
}
#sitenav {
	float: right;
	width: 60%;
	text-align: right;
}
