#wrapper {
	clear:both;
	float:left;
	display:block;
	width:100%;
	background-image:url(body_bg.gif);
	background-repeat:repeat-x;
}

#top {
	clear:both;
	float:left;
	display:block;
	width:894px;
	height:219px;
	background-image:url(header_bg.jpg);
	background-repeat:no-repeat;
}

#logo {
	clear:both;
	float:left;
	display:block;
	padding:42px 0 0 39px;
}

#logo a {
	clear:both;
	float:left;
	display:block;
	width:349px;
	height:92px;
}

#logo img {
	display:none;
}

#left {
	clear:both;
	float:left;
	display:block;
	width:214px;
}

#menu {
	clear:both;
	display:block;
	position:relative;
	top:-68px;
	width:173px;
	padding:7px 6px 0 35px;
}

#right {
	float:left;
	display:block;
	width:670px;
}

#content {
	clear:both;
	float:left;
	display:block;
	width:625px;
	padding:38px 0 38px 35px;
	overflow:hidden;
}
