#container {
width: 90%;
}
body{
	background-color: #6699FF;
}

a:visited,
a:active,
a:link {	
font-weight:bold;	
color: #FF9900;
}

a:hover {
font-weight:bold;
	color:#000000;
}

#content {
	background-color: #F8F8F2;
	border: 1px solid #F0F0E4;
}

#sidebar-a {
	padding: 0px;
	background-color: #F8F8F2;
	border-top: 1px solid #F0F0E4;
	border-right: 1px solid #F0F0E4;
	border-left: 1px solid #F0F0E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0E4;
}
