
td, body, form { 
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: #c2cecf ;
	font-weight:normal; 
	text-decoration: none;  
	border:none; 
	letter-spacing:1px;
	background-color:#333;
}

.gallery-icon img {
	width:inherit;
	height:inherit;
}

body { 
    margin: 0 
}
	
a:link {
	text-decoration: none;  
	color: #b97f96; 
}
	
a:active { 
    text-decoration: none; 
	color: #b97f96; 
}

a:hover {  
    text-decoration: none
    color: #CCC; 
}

a:visited { 
    text-decoration: none; 
	color: #b97f96; 
}
	
img {
	border:none;
}

a img {
	border:none;
}

/* DIVS */


#contentholder {
 	background:#333 50% 50% no-repeat;
}

#logo{
	margin:15px 0 0 50px;
}

#contact {
	float:right;
	padding:55px 35px 0 0;
	font-size:12px;
}

#vertical .content_container {
	float: left;
}

#frame {
	margin-left: 50px;
	margin-right: 30px;
}

.contact {
	padding: 100px 0 0 140px;
}

ul#nav { 
	height:25px;   
	margin:5px 0; 
	padding:0; 
} 
 
ul#nav li { 
	list-style:none; 
	float:left;  
	line-height:25px; 
	padding:0 10px; 
}

#topnav {
	margin-top: -25px;
	margin-left: 140px;
	
}
#topnav .logo{
	margin-left:10px;
}
#topnav td {
	font-family: helvetica, sans-serif; 
	font-size: 11px; 
	color: black;
	font-weight: bold;
	line-height: 15px;
}
#topnav td a{
	padding-right:25px;
	line-height: 15px;
	height: 15px;
}
#topnav td.notbold {
	font-weight: normal;
	font-size: 11px; 
	color: black;
}
	

/* CLASSES */

.content_container {
	overflow: auto;

}

.up_button {
	background: transparent url(scrollUp.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.down_button {
	background: transparent url(scrollDown.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.left_button {
	float: left;
/*	background: transparent url(scrollLeft.png) no-repeat top left; */
	width: 16px;
	height: 16px;
}

.right_button {
	float: left;
	width: 12px;
	height: 10px;
}

.vertical_scroll_bar {
	float: left;
	width: 14px;
}

.vertical_scroll_bar .track{
	background-color: #FFF;
	width: 14px;
}

.vertical_scroll_bar .handle{
	width: 14px;
	height: 45px;
	background-color: black;
}

.horizontal_scroll_bar .track{
	color: black;
	margin-top: 4px;
	float: left;
	background-color: black;
	height: 2px;
}

.horizontal_scroll_bar .handle{
	width: 40px;
	height: 8px;
	margin-top: -4px;
	background-color: #F69;
	border: 1px solid black;
	cursor: move;
}

.entry {
	margin:0px 0px 0px;
}

.entry2 {
	margin:0px 0px 0px 100px;
}
.pagentry {
	margin:0px 0px 0px;
	width:60%;
}

.clear_both {
	clear: both; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}

.gallery-item {
	float:left;
	margin-top:0px;
	text-align:center;
	width:33%;
}

