/* Rittmaster Art */

#container {
	width: 100%;
	height: 100%;
	overflow: visible; 
	position: relative;
}
#container[id] {
	display: table;
	position: static;
}
#middle {/*for IE only */
	position: absolute;
	top: 50%;	
	width: 100%;	
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner { /*for IE only */
	position: relative;
	top: -50%;
}
#box {
	height: 432px;
	width: 665px;
	border: 1px solid #777777;
	text-align:left;
}
#box img {
	border:none;
}

#copyrightBox {
	height: auto;
	width: 665px;
	text-align:left;
}

#menu {
	float: left;
	width: 200px;
	height:365px;
}
#images {
	float:left;
}	

p.copyright {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	margin-top: 2px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	padding:0px;

}

#contact {
	margin: 0px;
	padding:0px;
}
