

body {
	background-color: #8f96b0;
}

#header {
	background-image:url(/images/header.png);
	background-repeat:no-repeat;
	width:939px;
	height:114px;
	
}

#headerlinks {
position: relative;
top: 38px;
left: 360px;
}

#sidebar {
	background-color: #61765e;
	color: #4f634b;
	border-right: 6px solid #434b52;
	background-image: url(/images/runners.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 100px;
	
	
}


#content {
	text-align: center;
	background-color: #cecece;
	border-left: 9px solid #434b52;
	width: 730px;
	
}

#footerleft {
	background-color: #cecece;
	border-left: 9px solid #434b52;
	border-bottom: 6px solid #434b52;
}

#footerright {
	background-color: #61765e;
	color: #92a0ab;
	border-right: 6px solid #434b52;
	border-bottom: 6px solid #434b52;
	padding: 5px;
	font-family: Arial, sans-serif;
}

.thumbnail {
	border: 3px solid #6b7b87;
	margin: 10px;
}

#layout {
margin-left: auto;
margin-right: auto;
}

.sidebarcategory {
	margin-right: 6px;
	color: #333a40;
	font-weight: bold;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
}

.sidebaritem {
	color: #333a40;
	padding-right: 6px;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, helvetica, sans serif;
}

.sidebaritem a:hover {
	text-decoration: underline;
	color: #c2c2c2;
}

.sidebaritem a:link {
	color: #333a40
	text-decoration: none;
}

a:link {
	color: #333a40;
	text-decoration: underline;
}

a:hover {
	color: #434d55;
	text-decoration: underline;
}

a:active {
	color: #6a7987;
	text-decoration: underline;
}

a:visited {
	color:#333a40;
	text-decoration: underline;
}

.headertext {
	color: #333a40;
	font-weight: normal;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

.textbox {
	text-align: left;
	padding: 10px;
}


