/* Rittmaster Art */

body p{
	color:#cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#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;
}
#menu {
	float: left;
	width: 227px;
	height:365px;
}
#images {
	float:left;
}
#recipe {
	width: 109px;
	float:left;
}
#nav {
	width:308px;
	text-align: center;
	margin-top:10px;
	color:#CCCCCC;
}

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

a {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#7A7878;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#B71518;
	font-weight: bold;
}

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;
}
