@charset "utf-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 10px;
}

.box1 {
	width: 336px;
	float: left;
	margin-right: 10px;
}
.box2 {
	width: 200px;
	float: left;
	margin-right: 10px;
}
#wrapper {
	width: 880px;
	
}
#heading {
	background:url('header.jpg') bottom repeat-x;
}

#the-content {
	float: left;
	width: 690px;
	padding-right: 10px;
}
#side-content {
	float: right;
	padding: 40px 10px 10px 10px;
	width: 160px;
}


#misc {
	clear: both;
	background: #ffcc00;
	color: #fff;
	font-weight: bold;
	padding: 1px 10px;
}
