#sidebar {
	background-color: #FFFFFF;
	width: 22%;
	border: 2px solid #100263;
	position: absolute;
	left: 2%;
	top: 189px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #100263;
	clear: both;
	z-index: 9;
}
#header #sidebar a:link {
	color: #100263;
}
#header #sidebar a:visited {
	color: #100263;
}
#header #sidebar a:hover {
	color: #ED7040;
}


#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	background-color: #FFFFFF;
	border: 2px solid #100263;
	position: absolute;
	left: 26%;
	top: 189px;
	width: 48%;
	padding-left: 5px;
	clear: both;
	z-index: 11;
	padding-top: 5px;
	padding-right: 5px;
}
#rsidebar {
	border: 2px solid #100263;
	position: absolute;
	width: 22%;
	left: 76%;
	top: 189px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 3px;
}
#content #main #images {
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

