* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background: url(../images/dam.png) no-repeat;
	    font-family: "Century Gothic", "Gill Sans", Helvetica;
		font-size:12px;
		color:#333333; 
	
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:20%;
		margin-left:0;
		margin-right:0;
		margin-bottom:-13. 75em; /* half of container's height */
		
		}

	#container {
		margin:0 auto;
	    background: #000 ;
        width:100%;
		height:460px;
		text-align:center;
		
		}
	#containerinner {
	    margin:0 auto;
	    background:url(../images/main.png) no-repeat;
	    width:900px;
		height:460px;
	}
    #footer{
	    margin:0 auto;
        text-align:right;
		font-size:10px;
        width:900px;
		padding-right:5px;
		padding-top:5px;
        }
		
		a:link {
	color: #eaeaea;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eaeaea;
}
a:hover {
	text-decoration: none;
	color: #993366;
}
a:active {
	text-decoration: none;
	color: #993366;
}
h3 {
text-align:center;
font-size:14px;
font-weight:600;
color:#999999;
}

h2 {
text-align:right;
font-size:14px;
font-weight:600;
color:#999999;
display:block;
border-bottom: 1px solid #eaeaea;
}
hr{
color:#eaeaea;
}
.small{
font-size:9px;
}
	#menuleft{
	margin-top:15px;
	padding-top:3px;
	float:right;
	width:200px;
	
	height:100%;
	text-align:left;
	margin-left:8px;
	margin-right:8px;
	}
	
	#menuleft li{
	padding-top:9px;
	display:block;
	height:16px;
	font-size:11px;
	padding-left:10px;
	margin-left:4px;
	margin-right:4px;
	
	}
	
	#main{
	margin-top:15px;
	padding-top:3px;
	float:left;
	width:650px;
	margin-right:28px;
	height:100%;
	text-align:left;
	
	}
	
	#title{
	text-align:right;
	font-size:16px;
	text-transform:uppercase;
	color:#CCCCCC;
	font-weight:600;
	width:650px;
	
	}
	
	.title_table {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #FFFFFF;	line-height: 21px; padding: 2px 10px 2px 10px; background-image: url(../admin/images/table_bg.jpg);}  /* table's titles */
	
	#ver {
			list-style:none;
			padding:0;
			margin:0;	
		}
		
			#ver li {
				padding:2px;	
			}
		
			#ver li a {
				display:block;
				height:18px;
				text-indent:-999em;
			}			
			
			#ver a.home {
				width:40px; 
				background:url(../images/menu/home.png) no-repeat 0 0;	
			}

			#ver a.about{
				width:94px; 
				background:url(../images/menu/about.png) no-repeat 0 0;	
			}
			
			#ver a.links {
				width:32px; 
				background:url(../images/menu/links.png) no-repeat 0 0;	
			}
			
			#ver a.price {
				width:33px; 
				background:url(../images/menu/price.png) no-repeat 0 0;	
			}
			
			#ver a.look {
				width:88px; 
				background:url(../images/menu/look.png) no-repeat 0 0;	
			}
			
			#ver a.media {
				width:41px; 
				background:url(../images/menu/media.png) no-repeat 0 0;	
			}
			
			#ver a.news {
				width:77px; 
				background:url(../images/menu/news.png) no-repeat 0 0;	
			}
			
			#ver a.collections {
				width:83px; 
				background:url(../images/menu/collections.png) no-repeat 0 0;	
			}
			
			#ver a.magazine {
				width:66px; 
				background:url(../images/menu/magazine.png) no-repeat 0 0;	
			}
			
			#ver a.contact {
				width:59px; 
				background:url(../images/menu/contact.png) no-repeat 0 0;	
			}
			
			
		.clear {
			clear:both;	
		}	
		
