@charset "utf-8";
/* CSS Document */

body {
	background: #ccc;
	}

div#container {
	width: 992px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #999999;
	height: 800px;
	clear: both;
	}
	
h1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	top: 35px;
	margin: 0 200px;
	}
h2 {
	font: bold italic 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	top: 40px;
	margin: 0 200px;
	}
a {
	color: #006699;
	}
ol#columns {
	position: relative; 
	left: 50px;
	top: 50px;
	width: 890px;
	height: 560px;
	}
ol#columns li {
	display: inline;
	float: left;
	width: 443px;
	}
p {
	font: .875em Arial, Helvetica, sans-serif;
	margin: .687em;
	line-height: 1.5;
	width: 550px;
	position: relative;
	left: 200px;
	}
