* {
	font-family: "Myriad Pro";
}

td img {display: block;}
html, body {
	margin:0 auto;
	padding:0;
	background-color:#000000;
	height: 100%;
	width: 100%;
}
div#menu {
	position: relative;
	float: right;
	margin: 60px 18px 0 0;
	height: 250px;
	width: 130px;
	overflow: hidden;
	list-style: none;
}

div.menu_item {
	float: left;
	padding: 25px 0 0 0;
	margin: 0 0 7px 0;
	overflow: hidden;
	width: 130px;
	height: 0px !important;
	height /**/:25px;
}

div#interiors { background: url(/images/bt_interiors.gif) top left no-repeat; }
div#exteriors { background: url(/images/bt_exteriors.gif) top left no-repeat; }
div#objects { background: url(/images/bt_objects.gif) top left no-repeat; }
div#photos { background: url(/images/bt_photos.gif) top left no-repeat; }
div#contact { background: url(/images/bt_contact.gif) top left no-repeat; margin-top: 30px; }
div#about { background: url(/images/bt_about.gif) top left no-repeat; margin-top: 30px; }

div#interiors:hover, div#exteriors:hover, div#objects:hover, div#contact:hover, div#about:hover, div#photos:hover { 
	background-position:0pt -25px; 
}

span {
	display:none;
}

#main {
	width: 773px;
	margin: 8% auto;
}

#header {
	width: 773px;
	height: 78px;
}
#header h1 {
	height: 100%;
	width: 100%;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(/images/hd_deviss.gif) top left no-repeat;
}

#center {
	padding: 2px 1px 0 16px;
	width: 773px;
	height: 405px;
	background: url(/images/bg_site.jpg) top left no-repeat;
}

#content {
	position: relative;
	width: 824px;
}

#container {
	position: relative;
	float: left;
	width: 624px;
	top: 52px;
}

#footer { 
	clear: both;
	width: 773px;
	height: 35px;
}

#credits {
	float: left;
	width: 376px;
	height: 35px;
	background: url(/images/hp_deviss_credits.jpg) top left no-repeat;
}
#data {
	float: right;
	width: 397px;
	height: 35px;
	background: url(/images/hp_deviss_contacts.jpg) top left no-repeat;
}