/* wide */

body {
	font-family: arial;	
}

div.content {
	height: 100%;
	width: 100%;
}

div.left {
	height: 98%;
	width: 12.5em;
	float:left;
	background-color: #003366;
	background-position:bottom center;
	background-repeat: no-repeat;
	margin-right: -0.2em;
	padding:0;
	min-height:38em;
}

div.top {
	height: 3px;
	width: 100%;
	background-color: #9A0002;
}
	
#contentbody {
	width: 720px;
	margin-left:13em;
}

