/* CSS Document */

body {
	background-color: #a1350f;
	}
	
.outer	{
	width:800px;
	margin:auto;
	background-color:#FFFFFF;
	}

.main	{
	width:780px;
	padding:10px;
	background-color:#FFFFFF;
	height:100%
	}
	
.header	{
	width:780px; 
	height:86px;
	background-image:url(images/headback.jpg);
	background-repeat:repeat-x;
	}
	
.footer	{
	width:800px;
	margin:auto;
	height:39px;
	background-image: url(images/footer.jpg);
	background-repeat:repeat-x;
	clear:both;
	}
	
.left	{
	float:left;
	width:388px;
	margin-top:20px;
	}
	
h1	{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#333333;
	}
	
p	{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
	}
	
a	{
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	color:#a1350f;
	text-decoration:none;
	}
	
