﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: none;
}

#container {
	min-width: 500px;
}

#right_col {
	width: 150px;
	float: right;
	position: relative;
}
#page_content {
	margin-right: 150px;
	position: absolute;
}
