﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('layout/vase.jpg');
	background-position:bottomleft -100px;
	background-repeat:no-repeat;
	background-color:#000000;
	font-family:tahoma, san serif, arial, verdana;
	font-size:small;
	color:#333333;
	line-height:1.5em;
	text-align:justify;
}
a:link{color:#800000;
}
a:hover{color:#000000;
}
a:active{color:#800000;
}
a:visited{color:#800000;
}
#masthead {
	background-image:url('layout/header.jpg');
	background-repeat:no-repeat;
	height:335px;
	width:926px;
	margin-right:auto;
	margin-left:auto;
}

#container {
	width: 926px;
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
	height:auto;
}

#right_col {
	width: 333px;
	float: right;
	margin-right:40px;
	margin-left:auto;
	margin-top:50px;
	height:auto;
}

#page_content {
	margin-right: 385px;
	margin-left:52px;
	height:auto;
	padding-top:60px;
}
.text{
	padding:0 10px 0 0px;
}
#footer {
	height:37px;
	width:926px;
	background-image:url('layout/footer.jpg');
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	color:#333333;
	font-size:x-small;
	text-align:center;
}
.footertext{
	color:#FFFFEA;
	text-decoration:none;
}
a.footertext:hover{
	
}
<style type="text/css">
.style1 {
	text-align: right;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	margin-left: 20px;
	margin-top: 30px;
}
.style4 {
	text-align: center;
	color: #FFFFFF;
}
.style7 {
	font-size: medium;
	color: #800000;
}
.style8 {
	color: #800000;
	text-decoration: underline;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.style9 {
	color: #800000;
}
.style10 {
	color: #FFFFEA;
}