body {
margin: 0;
padding: 0;
background-color: #FFF;
color: #5F5959;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
}
a:link, a:visited, a:active {
color: #5F5959;
text-decoration: none;
}

p {
padding: 3px;
line-height:150%;
letter-spacing: 0.01cm;
}

h2 {
font-size: 18px;
border-bottom: 1px solid #C3D9FF;
}

#container {
width: 950px;

}

#flashcontent {
}



#content {
float: left;
width: 760px;
height: 400px;
background: none;
padding-left: 11px;
overflow: auto;
}
#content_gallery {
float: left;
width: 600px;
background: none;
}



.thumbnail {
width: 94px;
height: 94px;
border: 0px;
margin: 3px;
cursor: pointer;
}

#image {
alpha(opacity=0);
-moz-opacity:.0;
opacity:.0;
margin: 3px;
}

#hidden_white {
color: #FFF;
}

#scroller_container {
width: 100px;
float: left;
}
#scroller_nav {
width: 100px;
background: none;
overflow: auto;
}
#scroller_up {
width: 100px;
height: 25px;
cursor: pointer;
text-align: center;
}
#scroller_down {
width: 100px;
height: 25px;
cursor: pointer;
}








#menu{	/* Menu object */
	float: left;
	margin:0px;
	padding:0px;
	width:175px;	/* Width of menu */
	border: 0px solid #000;
	background: #EAEAEA;
}
#menu ul {
margin-left: -40px;
border: 0px solid #000;
}
#menu li{
	margin-top:1px;	/* Space between each menu item */
	/* Don't change these four values */
	list-style-type:none;				
	clear:both;
	display:block;	
	overflow:auto;
}

#menu li a{	/* Text rules for the menu items */
	width: 170px;
	color:#4C4C4C;	/* Black text color */
	text-decoration:none;	/* No underline */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-weight:normal;
	float:left;
	background-color:#F1F1F1;
	padding-left:3px;
	line-height:20px;	/* Height of menu links */
	margin: 0px -12px 0px 0px;

}
#menu li div{
	float:left;
}

#menu_wrapper {
margin-bottom: -120px;
}

#selection_bottom {
margin-top: -50px;
}

