

/* CycleWales Style Sheet */

html {
	height: 102%;
}
body {
	height: 102%;
	background-color: #eeeeee;
	margin-top: 0px;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {

	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-style:dashed;
	border-left-width:1px;
	border-right-width:1px;
	border-top: none;
	border-bottom:none;
	margin:auto;
	height:102%;
	width: 804px;
	padding: 2px;

}

#banner {
	background-image:url(http://www.cyclewales.net/images/banner_2.jpg);
	background-position:left;
	margin:auto;
	width: 800px;
	height: 140px;

}

#banner_2 {
	background-image:url(images/banner_2.jpg);
	background-position:left;
	margin:auto;
	width: 800px;
	height: 140px;

}
#nav_bar {
	margin: auto;
	text-align: center;
	border-color:#CCCCCC;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left: none;
	border-right:none;
	margin-top:3px;
	margin-bottom:6px;
	padding: 2px;

}

#nav_bar a{
	margin-left:15px;
	margin-right:15px;
	text-decoration:none;
	font-weight:600;
	font-variant:small-caps;
	color:#333333;

}

#footer {
	margin:auto;
	width: 800px;
	text-align:center;
	bottom: 3px;

}

.mainTable {
	

}

.leftCell {
	width: 180px;
	padding: 10px;
	text-align:left;

}

.rightCell {
	width:590px;
	text-align:justify;
}

.subnav {
	display:block;
	line-height:24px;
	
}

.subnav a{
	color:#000;
	text-decoration:none;
	
}

.address_text {
	color: #666;
	font-size:9px;
	 }

