body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f8df58;
}
.content-column {
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav-column {
	background-color: #13156c;
	background-image: url(../images/photos/travelguide.jpg); 
	background-repeat: no-repeat;
	background-position:  0px 80px;
}

/*********** BEGIN MAIN NAVIGATION ******************/

#mainNav
{
	width: 230px;
	height: 400px;
	background: url(../images/nav_off.gif) no-repeat top left; 
	margin: 0 auto;
	clear: both;
}

#mainNav ul
{
	display: block;
	float: none;
	list-style: none none;
	margin: 0 auto;
	width: 230px;
	height: 22px;
	padding: 0;
	margin-left: 0px;
}
#mainNav ul li
{
	display: block;
	float: left;
	height: 22px;
	clear: none;
}

#mainNav ul li#groups
{
	display: block;
	float: left;
	height: 35px;
	clear: none;
}



#mainNav ul li a
{
	display: block;
	float: left;
	width: 230px;
	height: 20px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#mainNav ul li#groups a
{
	display: block;
	float: left;
	width: 230px;
	height: 35px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}

li#groups a:hover, li#groups.selected a
{
	background: transparent url(../images/nav_on.gif) 11px 0px no-repeat;
}

li#aboutpassion a:hover, li#aboutpassion.selected a
{
	background: transparent url(../images/nav_on.gif) 11px -35px no-repeat;
}

li#aboutfriendship a:hover, li#aboutfriendship.selected a
{
	background: transparent url(../images/nav_on.gif) 11px -57px no-repeat;
}
li#testimonials a:hover, li#testimonials.selected a
{
	background: transparent url(../images/nav_on.gif) 11px -79px no-repeat;
}
li#requestinfo a:hover, li#requestinfo.selected a
{
	background: transparent url(../images/nav_on.gif) 11px -101px no-repeat;
}
li#disclaimer a:hover, li#disclaimer.selected a
{
	background: transparent url(../images/nav_on.gif) 11px -123px no-repeat;
}
li#travelguide a:hover, li#travelguide.selected a
{
	background: transparent url(../images/nav_on.gif) 11px -145px no-repeat;
}


/************* END MAIN NAVIGATION ***********************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e6e4f;
}

a {
	color: #000266;
}
div, td, center, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.smallerQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.backToHome {
	color:#FFFFFF;
}