html, body {
	margin:15px;
	padding:0;
	background: #fff;
	color: #000;
}

#wrapper {
	width:100%;
	float: right; 
	margin-left:-220px;
} 

#content {
	margin-left: 220px;
	background: #fff;
	padding-bottom: 20px;
	border-top: 0px solid #fff; /* to stop collapsing margins in Moz */
}

#nav {
	width: 220px;
	float: right;
	background:#fff;
}

.header {
	background: #fff;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	margin-left: 220px;
	clear: both;
	width: 100%; /*ie requires this or height */
	padding-bottom: 20px;
}


img {
	border-style: none;
	/*display:block; 
   margin:0 auto; 
   text-align:center; */
}
.imagetext {
	font-style: italic;
	padding-left:20px;
}

.producttext {
	padding-left:20px;
}

a{
	font-size: medium;
	text-decoration: none;
	background-color: #ffffff;
	font-family: sans-serif;
}

a:link,a:active,a:visited {
	color: #000090;
}

a:hover {
	color: #5f0101;
}

.menu{
	font-weight: bold
}

a.menu{
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	font-family: sans-serif;
}

a.menu:link,a.menu:active,a.menu:visited {
	color: #000090;
}


a.menu:hover {
	color: #5f0101;
}
