html, body {
	height: 100%;
	min-width: 800px; /* ff */
	min-height: 600px; /* ff */
}

body {
	margin: 0;
	background-color: #E4E8F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#mainTable {
	height: 100%;
	width: 100%;
}

#container {
	position: relative;
	width: 800px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: absolute;
	top: 38px;
	left: 38px;
}

#title {
	position: absolute;
	top: 36px;
	left: 185px;
}

#col0 {
	float: left;
	height: 547px;
	width: 1px;
}

#col1, #col2, #col3, #col4 {
	font-size: 64%;
	line-height: 120%;
	margin-bottom: 15px;
}

span.small {
	font-size: 75%;
}
span.important {
	color: #F51619;
}
span.subhead {
	color: #2124F7;
}

#col2 img, #col3 img, #col4 img, #col5 img {
	padding-top: 2px;
	padding-bottom: 13px;
}

#col1 {
	float: left;
	width: 133px;
	padding: 225px 15px 0 37px;
}

#col2 {
	float: left;
	width: 184px;
	padding: 225px 15px 0 0;
}

#col3 {
	float: left;
	width: 184px;
	padding: 225px 15px 0 0;
}

#col4 {
	float: left;
	width: 184px;
	padding: 225px 15px 0 0;
}

#nav {
	padding: 0 0 24px 39px;
	font-size: 0; /* ie 6, 7 */
}

.clear { clear: both; }
