﻿body {
	background-image: url("images/site-background.jpg");
    background-repeat:repeat-x;
    background-color: #220301;
	font-family: Times New Roman, Serif;
    font-size: 14px;
	margin: 0;
	padding: 0;
}
img { 
	border: none;
}
a:link, 
a:visited {
	color: #7a0000;
	text-decoration: none;
}
a:hover {
	color: Red;
}
h1 {
	background-image: url(images/h1-icon.jpg);
	background-repeat:no-repeat;
	background-position: 16px 1px;
	color: #252525;
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-indent: 45px;
}
div#h1 {
	background-image: url(images/h1-div-bg.jpg);
	background-repeat: repeat-x;
	padding: 5px 0;
}
#site-area {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
}

#header {
}
#middle {
	background-color: #ffffff;
	background-image: url(images/content-bg.jpg);
	overflow: auto;
}
#footer {
	background-color: #cdc2a4;
	border-top: 1px solid #5e5847;
	clear: both;
	color: #363636;
	font-size: 9pt;
	text-align: center;
}
#copyright {
	line-height: 30px;
}
#silverline {
	padding: 0 0 15px 0;
}
#silverline a:link,
#silverline a:visited {
	color: #363636;
	text-decoration: none;
}
#leftcolumn {
	float: left;
	width: 751px;
}
#rightcolumn {
	border-top: 1px solid #5e5847;
	float: right;
	width: 208px;
}
#content {
	padding: 16px;
	text-align: justify;
}
.rightbox .title {
	background-image: url(images/rightbox-title-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	line-height: 28px;
	text-indent: 6px;
	width: 208px;
}
.rightbox .body {
	background-color: #e0d9c7;
	color: #363636;
	font-size: 9pt;
	padding: 8px;
}
