/* MDESIGN treaclemedia Ltd (c) 2004 Style Sheet */

body 
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: 25px;
	margin-left: 25px;
	background-color: #2B0000;
}
a
{
	text-decoration:none;
}
a:link 
{
	color: #999999;
	text-decoration:underline;
	
}
a:visited
{
	color: #999999;
	text-decoration:underline;
}
a:hover
{
	color: #FFFFFF;
	text-decoration:none;
}
h1, h2, h3
{
	color: #FFFFFF;
	font-weight: bold;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
/* lists */
ul li
{
	list-style-type: square;
}
/*
	Page Layout
*/

div#pagecontainer
{
	text-align: left;
	width: 802px;
	margin: 0px auto;
}
div#header
{
	height: 165px;
	text-align: right;
	margin-left: 12px;
	margin-right: 10px;
	padding-top: 10px;
	color: #615135;
	background-color: #FFFFFF;
	background-image:url(../images/woodheader.jpg);
	background-repeat: no-repeat;
}

#main
{
	text-align: left;
	margin-top: 25px;
	margin-left: 45px;
	margin-right: 25px;
	height: 375px;
}

div#footer
{
	height: 54px;
	margin-left: 12px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/woodfooter.jpg);
	background-repeat: no-repeat;
}
