body {
	background: url('http://mcycling.org/images/bg.gif') repeat-x top left fixed;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 24px;
	position: relative;
}

img {
	border: none;
}

p {
	background-color: #F3F3F3;
	padding: 10px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dotted #CCCCCC;
}

td {
	border: 1px solid #CCCCCC;
}

li {
	list-style: none;
}

#container {
	width: 854px;
	border: 1px solid #AFAFAF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	height: 250px;
	overflow: auto;
	background-color: #00194F;
	background: url('http://mcycling.org/images/headers/group_pontiac.jpg') top left no-repeat;
}

#navigation {
	width: 834px;
	height: 34px;
	padding: 3px 10px;
	background-color: #000000;
	opacity: .5;
	filter: alpha(opacity=50);
	clear: both;
	line-height: 16px;
}

#navigation:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#content {
	background: url('http://mcycling.org/images/content_bg.gif') top left repeat-x;
	padding: 20px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #AAAAAA;
	background: url('http://mcycling.org/images/content_bg_bottom.gif') bottom left repeat-x;
}
#footer_rss {
	text-align: center;
	font-size: 11px;
	color: #AAAAAA;
}

#logo {
	float:right; 
	margin: 67px 9px 58px auto;
}

#sidebar {
	float: right;
	background: #FFFFFF;
	width: 265px;
}

.blue_stripe {
	width: 100%;
	height: 9px;
	background-color: #00194F;
}

.content_image {
	border: 1px solid #CCCCCC;
	margin: 5px;
	float: right;
}

.divider {
	background: url('http://mcycling.org/images/dots_horizontal.gif') top left repeat-x;
	margin: 0px 20px;
	height: 1px;
	opacity: .5;
	filter: alpha(opacity=50);
}

a.navlink {
	color: #FEE700;
	font-size: 11px;
	text-decoration: none;
	border: none;
}

a.navlink:hover {
	text-decoration: underline;
	border: none;
}

a {
	color: #00194F;
	text-decoration: none;
	border-bottom: 1px solid #FEE700;
}

a:hover {
	border-bottom: 2px solid #FEE700;
}

input {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 24px;
}

select {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 24px;
}

textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 24px;
	width: 100%;
	overflow:auto;
}

.height_50 {
	height: 50px;
}

.width_20 {
	width: 20px;
}

.width_40 {
	width: 40px;
}

.width_250 {
	width: 250px;
}

.clear {
	clear: both;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}