body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ededed;	
}#maincontainer {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#menu {
	height: 27px;
	width: 551px;
	margin-top: 108px;
	float: right;
	background-color: #408f91;
}



#logo {
	height: 135px;
	width: 229px;
	top: 0px;
	float: left;
}
#header {
	height: 176px;
	clear: both;
	float: none;
}
.shadow {
	background-color: #CCCCCC;
	background-image: url(img/shadow.gif);
	height: 5px;
	font-size:0px; // IE BUG!
}
#content {
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	float: none;
	clear: both;
}
#footer {
	text-align: center;
	margin-top: 30px;
	color: #408F91;
}
a:link {
	color: #408F91;
	text-decoration: none;
}
a:visited {
	color: #408F91;
	text-decoration: none;
}
a:active: {
	color: #408F91;
	text-decoration: none;
}
.greenbar {
	height: 20px;
	margin-top: 10px;
	background-color: #408F91;
}
a:hover {
	color: #b34f54;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #408F91;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {

	font-size: 14px;
	font-weight: bold;
	color: #408F91;
}

/* SHOP */

#content_shop {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	clear: both;
}

#shop_content{
	padding:20px;
	width: 70%;
	float:left;
}
#shop_sidebar{
	width: 30%;
	float: right;
	clear:both;
}
#shop_menu{
background-color:#EEEEEE;
padding:10px;
}
#shop_cart{
margin-top:10px;
background-color:#b34f54;
padding:10px;
}
#shop_usermenu{
margin-top:10px;
margin-bottom:10px;
background-color:#408F91;
padding:10px;
}