/* CSS Document */
body {
	text-align: center;
	color: #FFFFFF;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 800px;
	margin: 90px auto 0 auto;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #5C2C0B;
	color: #FFFFFF;
}
h1 {
	font-family: Candara;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
}


#header{
	height:98px;
	width:800px;
	font-family: Candara;
	color: #A6C9D7;
	background-image: url(../images/headerback.jpg);
}
a:hover {
	color: #A6C9D7;
}

#left {
width: 150px;
background-color: blue;
float: left;
}
#content{
width:800px;
background-color: #5C2C0B;
float: right;
}
#footer{
	width:800px;
	height: 40px;
	clear: both;
	background-image: url(../images/footerback.jpg);
}
