html
{
	background-color: #CEC0AE;
	padding: 0px;
	margin: 0px;

}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
	padding-top:60px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#container {
	width:985px;
	height:452px;

}

#lhsPanel
{
	background-image: url(images/bg_whitepanel_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:7px 0px 7px 7px;
	height:452px;
	width:523px;
}

#rhsPanel
{
	background-image: url(images/bg_whitepanel_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding:7px 7px 7px 0px;
	height:452px;
	width:461px;
}

#bgOrange
{
	background-image: url(images/bg_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:157px;
	height:217px;
	padding-top:250px;
	padding-left:40px;

}

#bgYellow
{
	background-image: url(images/bg_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:131px;
	height:437px;

}

#bgPhoto01
{
	background-image: url(images/bg_photo00.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto02
{
	background-image: url(images/bg_photo01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto03
{
	background-image: url(images/bg_photo02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto04
{
	background-image: url(images/bg_photo03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto05
{
	background-image: url(images/bg_photo04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto06
{
	background-image: url(images/bg_photo05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto07
{
	background-image: url(images/bg_photo06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}

#bgPhoto08
{
	background-image: url(images/bg_photo07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}
#bgPhoto09
{
	background-image: url(images/bg_photo09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	width:188px;
	height:437px;

}


#content
{
	float:right;
	background-image: url(images/bg_cream.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0px;
	padding: 30px 134px 30px 30px;
	width: 291px;
	height:377px;
	color:#777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:1.5em;
}

.yellowTexts {
	color:#FFBA00;
}
 
#content img.thumbnail
{
	margin:5px;
}

#navcontainer
{
width: 110px;
margin: 0px;
padding: 20px 10px;
font-size: 11px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.25em 0.25em 0.25em .5em;
color: #ED8601;
text-decoration: none;
border:1px solid #FFDF00;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background:#FFF66B;
border:1px solid #FFF999;
font-weight:bold;
color:#EB652A;
}

ul#navlist li a:hover
{
border:1px solid #FFFfff;
}
