/*Cayoosh Expeditions */
body {
margin:0;padding:0;
margin-top: 10px;
background-color: #B4B4B4;
background-image: url(images/bg.gif);
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
}
#navigation {
	float:left;
	width:160px;
	height:auto;
	padding-left:10px;
	background-color:#fff;
	color:#525252;
}
.navheading {
	font-size: 1.1em;
	font-weight:bold;
}
#navigation a:link {
	color:#525252;
	text-decoration: none;
}
#navigation a:visited {
	color:#525252;
	text-decoration: none;
}
#navigation a:focus {
	color:#FF7700;
	text-decoration: underline;
}
#navigation a:hover {
	color:#FF7700;
	text-decoration: underline;
}
#navigation a:active {
	color:#FF7700;
	text-decoration: underline;
}
#maincontent {
	color:#525252;
	float:left;
	width:400px;
	height:auto;
	background-color:#fff;
}
#maincontent h1 {
	font-size:1.2em;
	font-weight: normal;
	margin: 0 0 5px;
	border-bottom: 1px solid #FF7700;
}
h2 {
font-size:1.1em;
	font-weight: bold;
}
#maincontent a:link {
	color:#525252;
	text-decoration: underline;
}
#maincontent a:visited {
	color:#525252;
	text-decoration: underline;
}
#maincontent a:focus {
	color:#FF7700;
	text-decoration: none;
}
#maincontent a:hover {
	color:#FF7700;
	text-decoration: none;
}
#maincontent a:active {
	color:#FF7700;
	text-decoration: none;
}
#rightcolumn {
	float:right;
	width:160px;
	height:auto;
	padding-right:10px;
	background-color:#fff;
	color:#525252;
}
#rightcolumn a:link {
	color:#525252;
	text-decoration: underline;
}
#rightcolumn a:visited {
	color:#525252;
	text-decoration: underline;
}
#rightcolumn a:focus {
	color:#FF7700;
	text-decoration: none;
}
#rightcolumn a:hover {
	color:#FF7700;
	text-decoration: none;
}
#rightcolumn a:active {
	color:#FF7700;
	text-decoration: none;
}
#separator {
clear: both;
height:0;
}
#footer {
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#525252;
}
#footer a:link {
	color:#525252;
	text-decoration: underline;
}
#footer a:visited {
	color:#525252;
	text-decoration: underline;
}
#footer a:focus {
	color:#FF7700;
	text-decoration: none;
}
#footer a:hover {
	color:#FF7700;
	text-decoration: none;
}
#footer a:active {
	color:#FF7700;
	text-decoration: none;
}
.tiny {
	font-size:.75em;
	text-align:center;
}
.tiny a:link {
	color:#525252;
	text-decoration: none;
}
.tiny a:visited {
	color:#525252;
	text-decoration: none;
}
.tiny a:focus {
	color:#FF7700;
	text-decoration: none;
}
.tiny a:hover {
	color:#FF7700;
	text-decoration: underline;
}
.tiny a:active {
	color:#FF7700;
	text-decoration: none;
}
.separator {
	clear: both;
}
