#header_top_right {
	width: 512px;
	height: 150px;
	float: right;
	background-image:url(../images/caravan_club_logo.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#header_top {
	width:512px;
	margin-right:512px;
	height: 150px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header_nav {
	border-collapse:collapse;
}
#header_nav table {
	width: 1024px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-collapse:collapse;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
}
#header_nav td {
	width: 111px;
	margin: 0px;
	padding: 0px;
}
#header_nav td a:visited {
	color: #5F5E76;
	text-decoration: none;
}
#header_nav td:hover {
	color: #FFF;
	background-color: #5F5E76;
	text-decoration: none;
}

#header_nav td:hover a{
	color: #FFF;
	text-decoration: none;
}

#header_top a {
	color: #5F5E76;
	text-decoration: none;
}
#header_top a:visited {
	color: #5F5E76;
	text-decoration: none;
}
#header_nav a:link {
	color: #5F5E76;
	text-decoration: none;
}
#header_nav a:hover {
	color: #FFF;
	text-decoration: none;
}
