* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a {
	color: #31587F;
}

a:hover {
	color: #2C4D71;
	cursor: pointer;
}

body {
	background: #468dc8 url('../images/grass.jpg');
	font-size: 80%;
}

p.alert {
	color: #822;
	font-weight: bold;
	text-align: center;
}

span.arrow {
	font-size: 110%;
}

#body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-bottom: 40px;
	padding-top: 10px;
}

#body .content {
	background-color: #fff;
	border: 1px solid black;
	min-height: 350px;
	padding-bottom: 30px;
	padding-top: 15px;
}

#date {
	font-size: 105%;
	font-weight: bold;
	position: absolute;
	right: 25px;
	top: 40px;
}

#footer {
	background: transparent;
	bottom: 65px;
	left: 0px;
}

#footer .content {
	border-top: 1px solid #ddd;
	color: #666;
	font-weight: bold;
	font-size: 75%;
	height: 0px;
	overflow: visible;
	padding-top: 2px;
	text-align: center;
	width: 660px;
}

#header {
	background: #468dc8 url('../images/header-bar.gif') repeat-x bottom center;
}

#header .content {
	background: transparent url('../images/logo.jpg') no-repeat 5px 10px;
	height: 205px;
	padding-top: 10px;
}

#header .content * {
	color: #fff;
}

#header .content a {
	text-decoration: none;
}

#header .content a:hover {
	text-decoration: underline;
}

#logout {
	bottom: 20px;
	position: absolute;
	right: 25px;
}

#manager {
	bottom: 55px;
	position: absolute;
	right: 25px;
}

#module_name {
	bottom: 50px;
	font-size: 140%;
	left: 25px;
	position: absolute;
	letter-spacing: 1px;
}

#navigation {
	bottom: 20px;
	left: 25px;
	position: absolute;
}

#welcome {
	font-size: 105%;
	position: absolute;
	right: 25px;
	top: 70px;
}

.cl {
	clear: both;
}

.container {
	background-color: #468dc8;
	margin: 0px auto;
	min-width: 780px;
}

.content {
	margin: 0px auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 710px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


