@charset "UTF-8";
/* CSS Document */
body {
	background-color: #C6C6C6;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #fff;
	margin-top: 20px;
	position: relative;
	padding: 0px;
	height: 770px;
	
}
#wrapper1 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #fff;
	margin-top: 20px;
	position: relative;
	padding: 0px;
	height: auto;
		
}
workspace {
	height: auto;
}
p {clear:both;}
img {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#vega {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	float: left;
}
#title {
	display: block;
	height: 140px;
	position: absolute;
	left: 248px;
	top: 0px;
	float: left;
}
#title a:hover {opacity:.5;}
	
#olive {
	background-color: #B8954B;
	position: absolute;
	top: 0px;
	left: 800px;
	
}
#livingroom {
	position: absolute;
	left: 0px;
	top: 145px;
}
#table1 {
	background-color: #8B5828;
	opacity: .75;
	position: absolute;
	top: 140px;
	left: 248px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 752px;
	height: 25px;
	
}

#table1 td {
	
	text-align: center;
	font-size:1.5em;
	}
	
#table2{
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	#table2 td {
	padding-left: 25px;
	text-align: center;
}
	#table2 a:hover {opacity:.5;}
a {text-decoration:none;}
a:link { color:#000000;}
a:visited {color:#333366;}
a:hover {color:#FF0000;}
#thumbs { background-color:#C6C6C6;}
ul#sub1 {
    position:absolute;
    left:0;
    width:125px;
    visibility: hidden;
}
ul#menu li:hover #sub1 {
    visibility:visible;
}
