body {
	color: #000;
	font-family: Frutiger, Univers, "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFAC3;
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	width: 90%;
	min-width: 920px;
	margin: 0px auto;
	padding: 0px;
	background: #CC9900;
		}

#banner	{
	background-color: #CC9900;
	height: 100px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
		}
#banner img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 52%;
	padding: 5px;
	margin-left: 21%;
	margin-right: 20%;
	/*background-color: #CC9900;*/
	border: 1px dotted #609BDA;
	margin-top: 0px;
		}

#sidebar-a {
	float: left;
	width: 20%;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: transparent;
	display: inline;
		}

#sidebar-b {
	float: right;
	width: 23%;
	padding: 0px;
	background-color: transparent;
	font-size: 0.9em;
	margin: 0;
		}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: transparent;
	text-align: center;
		}
p, td, li {
	font-size: 0.9em;
	line-height: 1.3em;
}


#navcontainer { width: 99%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: auto;
	background-color: #FF9900;
	border: 1px solid #676051;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #996633;
	color: #F90;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.3;
}
h1 { 
	font-size: 1.3em;
	}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.floatleft {
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}

img {
	border: 0px;
}

.credit {
	font-size: 0.8em;
}

.clearer {
	clear: both;
}
#content a {
	text-decoration: underline;
}

#flickr {
	padding-top: 1px;
}
#sidebar-b a {
	text-decoration: underline;
}

