	body {
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
                margin:0 auto;
		
		background:#cc99ff;
		width:800px;    /*	 Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;

	}
	/* Header styles */
	.header {
		width:100%;
                float:left;
                background-image:url(/assets/images/jonathan_header.png);
                background-repeat:no-repeat;
                background-color:#953164;
                height:146px;
                text-align:center;margin:0;
                min-width:800px;
	}

.wrapper {
clear:both;
width:100%;
}

.sidebar {
float:left;
width:160px;
background-color:#953164;
min-height:500px;
padding-left:10px;
}

.main {
float:left;

 background-image:url(/assets/images/round.gif);
                background-repeat:no-repeat;
padding-left:10px;
padding-top:10px;
background-color:white;
min-height:500px;
width:619px;
/* margin-left:170px; */
}

.ditto_documentInfo {
font-size: xx-small;
}
