body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}
a:link, a:visited {
	color: #fff;
}
div#container {
	margin: 20px auto;
	width: 662px;
	text-align: left;
}
div#header {
	width: 662px;
	height: 100px;
	background: url(images/logo-small.gif) no-repeat;
}
div#navContainer {
	padding-top: 85px;
}
ul#navigation, ul#navigation2 {
	clear: right;
	margin: 0;
	padding: 0;
	height: 21px;
	list-style: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
ul#navigation {
	background: #900;
}
ul#navigation a:hover, ul#navigation a:active, ul#navigation2 a:hover, ul#navigation2 a:active {
	color: #899dc0;
}
ul#navigation li, ul#navigation2 li {
	display: inline;
	padding: 0 5px;
}
div#sideBar {
	position: relative;
	float: left;
	padding: 10px;
	width: 190px;
	height: 325px;
	font-size: 12px;
	border: 15px solid #c33;
}
div#sideBar h2 {
	font-size: 14px;
	color: #c33;
}
div#sideBar ul {
	margin: 10px 0;
	*margin: 10px 15px;
}
div[id=sideBar] ul {
	padding: 0 15px;
}
div#sideBar ul li {
	padding: 2px 0;
}
div#content {
	position: relative;
	float: left;
	padding: 10px;
	width: 372px;
	height: 325px;
	text-align: center;
	font-size: 12px;
	border: 15px solid #c33;
}
div#footer {
	clear: left;
	padding-top: 10px;
	width: 662px;
	height: 200px;
	text-align: center;
	font-size: 12px;
}
p#copyright {
	font-size: 10px;
}
marquee#news {
	margin-left: 170px;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}
div#quote {
	text-align: center;
}
div.cornerTopLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(images/corner-top-left.gif) no-repeat;
}
div.cornerTopRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(images/corner-top-right.gif) no-repeat;
}
div.cornerBottomLeft {
	position: absolute;
	bottom: 0;
	*bottom: -1px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(images/corner-bottom-left.gif) no-repeat;
}
div.cornerBottomRight {
	position: absolute;
	bottom: 0;
	*bottom: -1px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(images/corner-bottom-right.gif) no-repeat;
}
.phone {
	color: #fc0;
}