/* ClanQuest template styles */

#mainContainer {
  width: 760px;
}

#sideNav {
	float: left;
  width: 120px;
}
#sideNav .navBlock {
  background: #666;
  padding: 20 0 0 0;
  background-color: #999;
}
#sideNav .navBlock A {
	display: block;
	padding: 5 5 5 10;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
	font-weight: bold;
  color: #039;
	text-decoration: none;
	border-bottom: 1px solid #666
}

#sideNav .navBlock A:hover {
  color: #FFF;
  background-color: #333;
  text-decoration: none;
}

#content {
	width: 640px;
	float: right;
	background-color: #333;
}

#header {
  padding: 0 20 20 20;
}

#footer {
	clear: both;
	font-size: 9px;
	color: #333;
	padding-top: 5px;
}
#footer A, #footer A:hover {
	color: #333;
	text-decoration: none;
}