body{background-color:#000099}


div#left {
	position: absolute;
	height: 800px;
	width: 180px;
	left: 18px;
	top: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FF0000;
	
	
	
}
div#left a:link{color:#FFFFFF;
text-decoration:none;
}
div#left a:visited {color:#FF0000;
text-decoration:none;}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
div#summary {
	position: absolute;
	width: 80%;
	top: 10%;
	background-position: center;
	left: 10%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

