body{
	background-image: url('imgs/background.gif');
	background-repeat: no-repeat;
	background-position: top left;
	/*overflow: scroll;*/
	z-index:1;
	scrollbar-base-color: #2D4D68;
	scrollbar-shadow-color : #333333;
	scrollbar-track-color : #999999;
	scrollbar-arrow-color : #000000;
}

div.leftF {
	float: left;
	position: absolute;
	margin-top:115px;
	left:1px;
	width: 125px;
	height: 125px;
	z-index: 1;
}

	div.leftF p{
		margin-top: 10; 
		padding: 0.3em 0.4em;
		font-family: verdana;
		font-size: 12px;
	}
	
	div.leftF img.menuButton{
		border: none;
		vspace: 3px;
		hspace: 3px
	}



div.main {
	float: center;
	border: very thin silver solid;
	align: right;
	/*overflow: auto;
	scrollbar-base-color: blue;
	*/
	margin-top: 80px;
	left: 200px;
	width: 600px;
	height: 600px;
	position: absolute;
	z-index:0;
}

	div.main p{
		/*margin: 15;*/ 
		text-indent: 20px;
		text-align: justify;
		padding: 0.3em 0.4em;
  		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color:  #2D4D68
	}

	div.main p.inside{
		/*margin: 15;*/ 
		text-indent: 0px;
		text-align: justify;
		padding: 0.3em 0.4em;
  		font-family: verdana;
		font-size: 11px
	}






	div.main h1{
		margin: 15; 
		text-indent: 20px;
		text-align: justify;
		padding: 0.3em 0.4em;
		font-family: verdana;
		font-size: 14px;
		font-weight: bold;
		color:  #2D4D68
	}

	div.main ul{
		margin-left: 10px; 
		text-align: justify;
		/*padding: 0.3em 0.4em;*/
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color:  #2D4D68;
		list-style-position: inside
	}

	div.main img.gallery {
   		height: 100px;
   		width: 145px;
		border: thin solid #0F0C4D
	}

	div.main img.gallery-h {
   		height: 100px;
   		width: 145px;
		border: thin solid #0F0C4D
	}


	div.main img.rentpicture {
   		height: 200px;
   		width: 250px;
		border: thin solid #0F0C4D
	}

	div.main a.ltext:link {text-decoration: none; color: #2D4D68; font-size: 95%}    
	div.main a.ltext:visited {text-decoration: none; color: #888888; font-size: 95%}  
	div.main a.ltext:hover {text-decoration: none; color: #333333; font-weight: bold; font-size: 95%}  
	div.main a.ltext:active { text-decoration: none; color: #D00; font-size: 95%}   

	div.main a.limg:link img{border: thin solid #333333}    
	div.main a.limg:visited img{border: thin solid #333333}  
	div.main a.limg:hover img{border: medium solid #2D4D68}  
	div.main a.limg:active img{border: thin solid #333333}  

 


div.bottom {
	float: center;
	margin-top: 620px;
	margin-left: 250px;
	width: 600px;
	height: 20px;
	position: absolute;
}


	div.bottom p{
		text-indent: 20px;
		text-align: justify;
		padding: 0.3em 0.4em;
		font-family: verdana;
		font-size: 11px
	}
	
	div.bottom p.copyR{
		
		text-align: center;
		padding: 0.3em 0.4em;
		font-family: verdana;
		font-size: 9px
	}


	div.bottom a:link {text-decoration: none; color:  #2D4D68}    
	div.bottom a:visited {text-decoration: none; color: #2D4D68}  
	div.bottom a:hover {text-decoration: none; color: #60; list-style-type: square; font-weight: bold; font-size: 95% }  
	div.bottom a:active { text-decoration: none; color:  #60}  

	 
