body {
	margin: 0px;
	padding: 0px;
	background: url('images/tile2.jpg');
}
p, h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 12px;
}

#tile1 {
	background: url('images/tile1.jpg') repeat-x;
}

#container {
	width: 920px;
	text-align: left;
}

#border {
	border: 1px #FFF solid;
	border-width: 0px 1px;
}

#header {
	background: url('images/headback.gif') no-repeat;
	height: 83px;
}
#header img {
	margin: 19px 0px 0px 19px;
}

#nav {
	background: #404041;
}
#nav ul {
	float: left;
	width: 701px;
	background: #404041;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0px 17px;

	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#nav a:hover {
	color: #FFF;
	background: #069;
}
#nav a.active, #nav a.active:hover {
	color: #FFF;
	background: #A31B15;
}

#search {
	background: #666666;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
#search * {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#search form * {
	vertical-align: middle;
}
#search input[type='text'] {
	height: 16px;
}

#photo {
	border-bottom: 1px #FFF solid;
}

#contentarea {
	border: 1px #999 solid;
	padding: 20px 30px 15px 20px;
	background: url('images/vertstripes.jpg') repeat-x;
	background-color: #FFF;
}

.sidebar {
	width: 217px;
	background: url('images/sb_tile.jpg') repeat-y;
	margin-right: 40px;
}

.sidebar_top {
	background: url('images/sb_top.jpg') no-repeat;
	padding: 30px;
	padding-bottom: 0px;
}
#subnav .sidebar_top {
	padding: 15px;
	padding-bottom: 0px;
}

.spotlight {
	width: 222px;
	margin-left: 40px;
}
.spotlight_img {
	border: 1px #999 solid;
	padding: 2px;
}
.spotlight_body {
	text-align: left;
	padding: 5px 2px;
}

.bluesep {
	height: 3px;
	background: #069;
}

#footer {
	background: #666;
	padding: 15px;
}

.kicker {
	clear: both;
}
