/* CSS Document */

body {
	background-color: rgb(84,99,130)
}

#top_bar{
	 width: 688;
	 height: 160;
/*	 margin-left:148px;*/
}

#left_menu img{
	border:none;
	vertical-align:bottom;
}

#left_menu{
	width: 135px;
	height: 300px;
	float:left;
	margin-right:18px;
}

#left_menu ul {
	list-style-type: none;
	margin-left:0px;
	padding:0px;
	text-align:center;
}

#left_menu li{
	border:outset;
	border-color:rgb(153,153,255);
	height:28px;
}

#content {
	position:absolute;
	left: 160px;
	top: 185px;
	width:500px;
	text-align:justify;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a{
	vertical-align:bottom;
}
