﻿body 
{
	font-family: Verdana, Arial, Sans-Serif;
}

#global 
{
     margin-top: 20px;
     margin-left: auto;
     margin-right: auto;
     width: 900px; /* mandatory to be centered */
}

#header
{
	width: 900px;
	height: 26px;
	background-image: url('../images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#header .links li 
{
	list-style: none;
	display: inline;
	color: White;
	font-size: small;
	padding-right: 40px;
}

#header .links li a
{
	color: White;
	text-decoration: none;
}

#header .links li a:hover
{
	color: #412000;
	text-decoration: underline;
}

#left
{
	FLOAT: left; 
	TEXT-ALIGN: left; 
	margin-right: 10px;
	margin-left: 10px; 
	margin-top: 5px;
	width: 500px;	
}

#right
{
	FLOAT: right; 
	TEXT-ALIGN: left; 
	margin-right: 5px; 
	margin-top: 5px;
}

#pagetext
{
	margin-top: 25px;
	font-family: Verdana;
	font-size: small;
	color: #330000;
}

#pagecontent
{
	height: 550px;
}

#quicklinkpic
{
	padding-right: 32.5px;
}

#footer
{
	width: 900px;
	height: 26px;
	background-image: url('../images/footer.jpg');
}
