html, body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body
{
	background-color: #fff;
	background-image: url("../images/body.png");
	background-repeat: repeat-x;
	color: #55A1CC;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	line-height: 150%;
}

div#main
{
	min-height: 100%;
	//height: 100%;
	padding: 0;
}

div#content
{
	padding: 85px 50px 430px 50px;
}

h1
{
	display: block;
	height: 29px;
	width: 171px;
	padding: 0;
	margin: 0 0 30px 0; 
	background-image: url("../images/logo.png");
	text-indent: 9999px;
	overflow: hidden;
}

div.line
{
	height: 2px;
	width: 438px;
	margin: 30px;
	background-image: url("../images/line.png");
	text-indent: 9999px;
	overflow: hidden;
}

div#footer
{
	height: 370px;
	width: 100%;
	margin-top: -370px;
	background-color: #55a1cc;
	background-image: url("../images/footer.png");
	background-repeat: repeat-x;
	color: #fff;
}

div#footer a
{
	color: #fff;
	font-weight: bold;
}

div#footer div
{
	padding: 45px 60px;
}

input
{
	font-family: Tahoma, sans-serif;
	color: #55A1CC;
}

input.button
{
	padding: 7px;
	background-image: url("../images/button.png");
	background-repeat: repeat-x;
	border-top: 1px solid #3da6e0;
	border-bottom: 1px solid #2a8ac0;
	border-left: 1px solid #3da6e0;
	border-right: 2px solid #2a8ac0;
	color: #fff;
	font-size: 90%;
	text-transform: uppercase;
}

div.perioddate
{
	width: 40px;
	float: left;
	text-align: center;
}

div.perioddate div.bar
{
	width: 9px;
	margin: 5px auto;
	background-color: #63c02a;
}

div.perioddate div.day
{
	font-size: 2em;
}

table td
{
	padding-bottom: 5px;
}

table td strong
{
	color: #63c02a;
}

img#thumbnail
{
	margin-left: 20px;
	float: left;
}

div#adminnav
{
	margin-bottom: 25px;
}

div#adminnav a
{
	color: #55A1CC;
}