#site {
	background-image: none;
	width: 600px;
	min-width: 600px;
	margin: 0px auto;
}

#page {
	background-image: none;
	width: 600px;
}

#header {
	width: 600px;
}

.header_slideshow {
	right: 0px !important;
}

#menu ul {
	height: 40px;
}

#menu li {
	height: 40px;
	line-height: 40px;
}

#menu .current, #menu .section, #menu li:hover {
	background: url(../images/menu_handheld_hover.png) right top no-repeat;
}

#sidebar_left {
	display: none;
}

#content {
	float: none;
	margin: 0px auto;
}

#main_content {
	padding-bottom: 30px;
}

#sidebar_right {
	color: #000;
	float: none;
	width: 540px;
	margin: 0px auto;
	background-color: #bbb6b1;
	padding: 30px;
}

#sidebar_right a {
	color: #ffe5cc;
}

.widget h2 {
	position: static;
	width: 100%;
	padding: 0px;
	color: #000;
}

#footer {
	width: 600px;
	margin: 0px auto;
	background-color: #fff;
	border-top: 20px solid #fff;
	overflow: hidden;
}

#credits .copyright {
	right: 30px;
}

#credits .design {
	position: absolute;
	left: 30px;
	bottom: 0px;
}

