* { 
	margin: 0; 
	padding: 0; 
}
body { 
	font-size: 62.5%; 
}
html > body {
	font-size: 10px;
	width: 900px;
	overflow: scroll;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	/* background: url(images/dotted.gif) repeat-x left bottom; */
	color: #000;
}
h1 {
	color: #000;
	float: left;
	font: normal 1.8em/.9em Georgia, san-serif;	
}
h2 {
	color: #000;
	float: left;
	font: normal 1.8em/.9em Georgia, san-serif;	
}

#splash
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top:10px;
	width:95%;
	height:95%;
}

#splash .drop
{
	position:absolute;
	left:-5px;
	top:-5px;
	width:1024;
	height:768;
}

#breadcrumb {
	left: 10px;
	position: absolute;
	top: 11px;
}

#dsvds {
	margin: 0 0 0 40px;
	overflow: hidden;
	position: relative;
	top: 50px;
	visibility: inherit;
}
#container p.copy {
	color: #999;
	display: block;
	float: left;
	font: normal 1.1em/1.8em Verdana, san-serif;
	width: 640px;
}

#container table#nav {
	border: #D4D4D5 solid 1px;
	float: left;
	font: normal 1.1em/1.1em Verdana, san-serif;
	height: 320px;
	margin-right: 40px;
	text-align: center;
}
#container table#nav td {
	padding: 0 10px;	
}
#container table#nav td img {
	padding: 0 19px;	
}
#container table#nav a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#container table#nav a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#container div#words {
	float: left;
	height: 200px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	text-align: left;
	width: 735px;
}
#container div#words .column {
	float: left;
	height: 300px;
	width: 225px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}
#container div#words h3 {
	color: #000;
	font: normal 1.1em/1.1em Verdana, san-serif;
	margin-bottom: 12px;	
}
#container div#words p {
	color: #333;
	font: normal 1.1em/1.8em Verdana, san-serif;
	margin-bottom: 12px;
	text-align: justify;
}
#container div#words a.review {
	background: url(images/review.gif) no-repeat left 3px;
	display: block;
	padding-left: 20px;
}
#container div#words img {
	float: left;
	margin: 0 10px 0 0;
}

#container div#pictures {
	border: #D4D4D5 solid 1px;
	float: left;
	height: 320px;
	margin-right: 40px;
	position: relative;
}
#container div#pictures em {
	color: #666;	
	font-style: normal;
}
#container div#pictures h3 {
	color: #000;
	font: normal 1.1em/1.1em Verdana, san-serif;
	left: 20px;
	top: 20px;	
	position: absolute;
}
#container div#pictures br {
	height: 0;
}
#container div#pictures a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#container div#pictures a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#container div#pictures table {
	font: normal 1.1em/1.1em Verdana, san-serif;
	position: relative;
	top: 48px;
}
#container div#pictures table td {
	color: #666;
	padding: 0 15px;	
	text-align: center;
}
#container div#pictures table td a {
	padding-bottom: 1px;
}

#container table#pictures {
	color: #666;
	float: left;
	font: normal 1.1em/1.3em Verdana, san-serif;
	height: 300;
	left: -16px;
	position: relative;
	top: -4px;
}
#container table#pictures td {
	padding-right: 90px;	
	text-align: center;
}
#container table#pictures a {
	background-position: left top;
	display: block;
}
#container table#pictures a:hover {
	/* background-position: right top; */
	cursor: default;
}
#container table#pictures span.detail {
	background: url(images/detail.gif) no-repeat left 3px;
	display: none;
	padding-left: 20px;
}

#container table#home {
	color: #666;
	font: normal 1.1em/1.1em Verdana, san-serif;
	height: 600px;
	text-align: center;
	width: 720px;
}
#container table#home em {
	color: #666;	
	font-style: normal;
}
#container table#home a img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#container table#home a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#container ul#footer {
	color: #333;
	font: normal 1.1em/1.1em Verdana, san-serif;
	margin: 30px 0 10px 0;
}
#container ul#footer li {
	border-left: #666 solid 1px;
	display: inline;
	list-style: none;
	margin-right: 10px;
	padding-left: 10px;
}
#container ul#footer li:first-child {
	border: 0;
}

#container p#copy {
	color: #999;
	font: normal 1.1em/1.1em Verdana, san-serif;
	margin: 10px 0;
	text-align: center;
	width: 580px;
}
