body {
	background-color: #666666;
}

#page {
	position: relative; /* this is also set in the IE tweaks file */
	width: 70%;
	max-width: 1000px;
	min-width: 500px;
	padding: 8px 8px 8px 8px; /* this is also set in the IE tweaks file */
	margin: auto; /* this centers the page */
}

#content {
	background-color: #333333;
}

#column_left {
	float: left;
	width: 220px;
	border-right: 2px solid #666666;
}

#column_right {
	margin-left: 220px; /* make room for the left column */
}

#photo {
	background-color: #000000;
	padding: 0px;
	border-bottom: 2px solid #666666;
	text-align: center;
}

#menu {
	background-color: #000000;
	padding: 4px 0px 4px 0px;
	border-bottom: 2px solid #666666;
	text-align: center;
	width: 220px;
}

#show {
	background-color: #333333;
	padding: 8px;
}

#header {
	padding: 24px;
	border-bottom: 2px solid #666666;
	text-align: center;
}

#main {
	overflow: visible; /* this is also set in the IE tweaks file */
	background-color: #000000;
	padding: 24px;
	border-bottom: 2px solid #666666;
}

#footer {
	padding: 4px 24px 4px 24px;
}
