body{
	font-family:  Arial, Helvetica ; 
	text-align: left;
	padding:0 0 0 10px;
	margin:0;
	width: 1250px;
}

div{ float: left;
padding: 0;
}


#page{
	margin: 0 auto;	
}

#header{
	clear:both;
	width: 100%
}

#nav{
	width:70px;
	
	height: 500px;
	margin: 40px 0 0 10px;
	font-size: 9pt;
}

a img{border:none; outline:none}

span{ cursor: hand;	}
#nav span:link, a:link {color:#333; text-decoration:none}    /* unvisited link */
#nav span:visited, a:visited {color:#333; text-decoration:none} /* visited link */
#nav span:hover, a:hover {color:red; text-decoration:none}   /* mouse over link */
#nav span:active, a:active {color:red; text-decoration:none}  /* selected link */

#nav ul, #nav ul ul{ list-style-type: none; }
#nav ul{ padding-bottom: 10px }
 #nav ul ul{ padding-left: 10px; }




#description{
	width: 600px;
	margin: 0 0 0 0;
	clear: right;
	padding-bottom: 10px;
}

#gallery{
		
	width:285px;
	height: 450px;
	margin:0 0 0 0;
	clear: left;
	text-align: justify;
	overflow: hidden;
	
}

#gallery img{
opacity:0.85;filter:alpha(opacity=85);
}

#gallery img:hover{
opacity:1;filter:alpha(opacity=100);
}

#contact{
	width:600px;
	margin:0 0 0 0;
	clear: left;
	font-size: 9px;
}

.cells{
float: left;
margin-right: 10px;
}

.cells li{
height: 30px;
list-style-type: none; 	
}

#display{
		
	width:625px;
	height:450px;
	margin:0 0 0 10px;	
}

#content{
	margin: 40px 0 0 30px;
}

p, h4, ul, li{padding: 0; margin: 0}

small{padding-top:10px; font-size: 8pt; font-style: italic}

#description p{ font-size: 9pt; }

h1{ font-style: italic; font-weight: normal}
