body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #818181;
	margin: 35px 0 35px 0;
}
a:link, a:visited {
	color: #3271dd;
	text-decoration: none;
}
a:hover {
	color: #4885ec;
	text-decoration: none;
}
#header {
	background: url('images/header.jpg') no-repeat;
	text-indent: -99999px;
	width: 698px;
	height: 79px;
	margin: 0 auto 0;
}
#container {
	background: url('images/bg.jpg') repeat-y;
	width: 698px;
	margin: 0 auto 0;
	padding: 6px 0 0 0;
}
#colOne {
	width: 194px;
	float: left;
	padding: 0 0 0 7px;
}
#colTwo {
	width: 497px;
	text-align: right;
	float: right;
}
#colTwo img {
	margin: 0 5px 14px 5px;
}
#textBlock {
	width: 482px;
	margin: 0 auto 0;
	text-align: left;
}
#colTwo h2 {
	color: #f87200;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
#colTwo p {
	line-height: 20px;
	margin: 0 0 13px;
}
#navTop {
	background: url('images/nav-top.jpg') no-repeat;
	width: 196px;
	height: 5px;
}
#links {
	background: url('images/nav-bg.jpg') repeat-y;
	width: 196px;
}
#links ul {
	padding: 0;
	margin: 0 0 0 12px;
	list-style-type: none;
}
#links li {
	line-height: 28px;
}
#links a {
	font-size: 14px;
	font-weight: bold;
}
#navBottom {
	background: url('images/nav-bottom.jpg') repeat-y;
	width: 196px;
	height: 6px;
}
#footer {
	clear: both;
	background: url('images/bottom.jpg') no-repeat; 
	width: 698px;
	height: 5px;
	margin: 0 auto 0;
}