/* CSS Document */
body {
}
#wrapper {
		width: 700px;

}
* html #wrapper {
	width: 98%;
	margin-top: 30px;
}
#navWrapper, #dailyStatistics, #globalNav, #secondaryNav, #searchForm, #navigationBar{
display:none !important;
}

#content {
	margin: 0 190px 0 10px !important;
	padding: 10px 30px 10px 10px;
	border-right: 0 none; 
}

#logo {
	float:right;
}

.right, .floatingImage {
	float:right;
}
/* as the print will often not print 
backgrounds and background images the following settings are required to turn the 
curvy sidebar boxes into rectangles with borders */
.box {
	border: 1px solid #06c;
}	
.box h3 {
/*border-left: 1px solid #06c !important;*/
}
.box div {
	border: 0 none !important;
}
