div#header {
	width:800px;
	height:100px;
	background-image:url('header.jpg');
	border: 4px solid #fff;
}

div#footer {
	position:relative;
	margin: 0 220px;
}

div#container {
	position:relative;
	width: 800px;
}

div#right	{
	position:absolute;
	left: 700px;
	top: 0px;
	width:100px;
	border: 4px solid #fff;
	background-color:#E2CEA0;
	left: 650px;
}

div#left	{
	position:absolute;
	left: 0;
	top: 0;
	width:200px;
	background-color:#E2CEA0;
	border: 4px solid #fff;
}

div#body	{
	margin: 0 220px;
	border: 4px solid #fff;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #680000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C21E03;
}
a:hover {
	text-decoration: underline;
	color: #CD6E00;
}
a:active {
	text-decoration: none;
	color: #CB9400;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #840000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}

