﻿/* CSS layout */
body {
	font-family:Arial, Helvetica, sans-serif
}

fieldset {
	width:50%; color:#09f; margin:0 auto 1em auto;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}
	
#container {
	position: relative;
	width: 100%;
}

.center {
	text-align: center;
}
.border0 {
	border-width: 0px;
}


