body {
	margin: 0px;
	background-color: #D2D2D2;
	/* overall font */
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.wrap {
	background-image:url(images/mainbg.png);
	background-repeat:repeat-y;
}
.header {
	background-image:url(images/header.png);
	height: 175px;
}
.menubar {
	margin: auto;
	background-image: url(images/menubar-bg.png);
	width: 100%;
	height: 28px;
}
.menufx {
	margin: auto;
	text-align: center;
	width: 700px;
	height: 28px;
	text-transform: uppercase;
	overflow: hodden;
}
.box-base {
	margin: auto;
	background-image: url(images/box-base.png);
	width: 100%;
	height: 158px;

}
.box-off {
	text-align: center;
	margin: auto;
}
.box-on {
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:0.5;
	background-color:#CCFF00;
}
.box-on  img, .box-off img, .box-on  a, .box-off a { 
	border: 0;
}

.sideboxhead {
	background-image:url(images/side-top.png);
	float: right; /*ie7 fix */
	width: 188px;
	height: 31px;
	background-repeat:no;
	float: right;
}	


.footer {
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	height: 53px;
}
