/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9c100;
}

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

#footer a {
	color: #000266;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 934px;
	height: 592px;
	border: 1px solid #000000;
	background-color: #E5EAF0;
}

#gif {
	position: absolute;
	top: 150px;
	left: 40px;
	width: 400px;
	height: 259px;
}

#banner {
	position: absolute;
	top: 60px;
	left: 38px;
	width: 400px;
	height: 100px;
}

#nav {
	position: absolute;
	top: 207px;
	left: 483px;
	width: 230px;
	height: 195px;
}

#mainNav
{
	width: 230px;
	height: 320px;
	background: url(../images/home_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: 20px;
	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;
	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/home_nav_on.gif) 0px 0px no-repeat;
}

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

li#aboutfriendship a:hover, li#aboutfriendship.selected a
{
	background: transparent url(../images/home_nav_on.gif) 0px -55px no-repeat;
}
li#testimonials a:hover, li#testimonials.selected a
{
	background: transparent url(../images/home_nav_on.gif) 0px -77px no-repeat;
}
li#requestinfo a:hover, li#requestinfo.selected a
{
	background: transparent url(../images/home_nav_on.gif) 0px -99px no-repeat;
}
li#disclaimer a:hover, li#disclaimer.selected a
{
	background: transparent url(../images/home_nav_on.gif) 0px -121px no-repeat;
}
li#travelguide a:hover, li#travelguide.selected a
{
	background: transparent url(../images/home_nav_on.gif) 0px -143px no-repeat;
}

