﻿/* Abacus layout.css */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-color: #0D529F;
	margin-top: 5px;
}
#header {
	height: 104px;
	background-color: #0D529F;
	color: #FFDE3D;
	position: relative;
}
#topMenuBox {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 190px;
}
#topMenuBoxText {
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline; /*block?*/;
	left: 0px;
	height: 20px;
	bottom: 0px;
	color: #FFDC41;
	text-decoration: none;
	line-height: 20px;
	background-color: #0D529F;
	width: 50px;
	font-weight: bold;
}
#lSideBar {
	float: left;
	width: 150px;
	background-color: #0D529F;
	position: relative;
}
#content {
	float: right;
	width: 527px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border-right-color: #0D529F;
	border-right-style: solid;
	border-right-width: 3px;
	min-height: 400px;
}
#footer {
	border: 3px solid #0D529F;
	padding: 5px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
}
#header img.logo {
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}