body { color #000000; background-color: #ffffff; }
a { color: #000099; font-weight: bold; text-decoration: none; }

div.banner{
/* banner container */
	position: absolute;
	left: 30px;
	top: 50px;
	width: 96%;
	bottom: 125px;
}
div.banner div {
	/* borders and padding for
	the div inside the side
	link container */
	padding: 10px;
	border: 2px solid #000077;
}

div.sideLink {
	/* side link container */
	position: absolute;
	left: 30px;
	top: 225px;
	width: 140px;
}
div.sideLink div {
	/* borders and padding for
	the div inside the side
	link container */
	padding: 10px;
	border: 2px solid #000077;
}
div.main {
	/* main container */
	position: absolute;
	left: 200px;
	top: 225px;
	right: 30px;
}
div.main div {
	/* borders and padding for
	the div inside the main
	container */
	padding: 10px;
	border: 2px solid #007700;
}
div.sideLink div a {
	/* links in the side link
	conatiner */
	width: 100%;
	display: block;
	background-color: #bbbbff;
	margin-bottom: 2px;
}
div.sideLink div a:hover {
	/* hover effect for the
	links in the side link
	conatiner */
	background-color: #bbffff;
}
