﻿/* CSS layout */

#container {
	position: relative;
	width: 800px;
}

#left_col {
	width: 110px;
        position: absolute;
        float: left;
}

#page_content {
	margin-left: 130px;
	width: 670px;
	min-height: 250px;
	float: right;
}

#footer {
        margin-left: 200px;
	padding-left: 0px;
	margin-right: 200px;
	padding-right: 0px;
}

#navcontainer { width: 200px; }

.footer{
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
	width: 500px;
}

.content {
	font-family: Verdana;
}

.center {
	text-align: center;
	vertical-align: top;
}