/* Ravenswood Soccer Club CSS Style Sheet */

#sidebar {
	z-index:1;
	float: left;
	width: 120px;
	background-color: #236A66;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva;
	color: #FDFDFD;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}
#sidebar .obj {
	padding: 5px;
}
#content {
	height:100%;
	margin-left: 10px;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:active {
	color: #FFBB80;
	text-decoration: underline;
}
body.body_main {
	background-image: url(graphics/mainbg.png);
	background-repeat: repeat-y;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .obj div {
	padding-top: 5px;
}

