
* {
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
}

a{
	text-decoration:;
}

img{
	border:0px;
}

#header{
	height:64px;
	text-align:left;
	background-color:#eeeeee;
}

#nav-horizontal{
	height:20px;
}

#menu-left{
	float:left;
	width:168px;
	margin-left:20px;
	height:550px;
}

#image-container{
	float:right;
	width:682px;
	/*border:1px solid #cccccc;*/
	padding:0px;
	/*background-color:#ff000;*/
	height:550px;
}

#menu{
	font-size:11px;
	font-family:Arial; /* Verdana, Georgia, Arial */ 
	/*border:1px solid #ff0000;*/
	letter-spacing:4px;
	height:550px;
	/*background-color:#dddddd;*/
	text-align:left;
}
#menu a{
	text-decoration:none;
	color:#7c715f;
}
#menu a:hover{
	color:#f92227;
}
#menu-links-dynamic{
	height:312px;
	/*border:1px solid #0000ff;*/
	margin-bottom:0px;
}
#menu-links-dynamic div{
	margin-bottom:10px;
}
#menu-links{
	
}
.menu-heading{
	color:#333333;
	font-weight:bold;
	/*border:1px solid #00ff00;*/
}

#menu-left-instructions{
	height:200px;
}

#menu-links-fixed{
	
}
#menu-links-fixed div{
	margin-bottom:10px;
}

/* THUMBNAILS */

#thumbnail_selector{
	text-align:left;
}

#thumbnail_selector table{
	border-collapse:collapse;
}

#thumbnail_selector td{
	padding-right:8px
}

#thumbnail_selector img{
	/*height:120px;
	width:90px;*/
	border:0px;
}

.focus{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.blur{
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

