
/* page formats, header,footer  style="border: 1px solid #000000;"*/

body {
	background: #dbdbdb url('images/palette-background3.jpg') repeat;
	color: #31211b;
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	line-height: 22px;
}
a:link {
	color: #661b1e;
	text-decoration: none;
}
a:visited {
	color: #661b1e;
	text-decoration: none;
}
a:hover {
	color: #661b1e;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}
#container {
	width: 940px; 
	height: auto;
	margin: 0px auto 0px auto;
}
#title {
	background: url('images/title4.gif') no-repeat;
	width: 940px;
	height: 152px;
}
#logolink {
	float: left;
	padding: 15px 0px 0px 50px;
}
#titlemenu {
	float: right;
	padding: 59px 120px 0px 0px;
}
#leftside {
	background: url('images/left.gif') repeat;
	width: 45px;
	height:auto;
}
#content {
	background: #d8d4be url('images/paper-background.jpg') repeat;
	width: 772px;
	height: auto;
	padding: 20px 20px 20px 40px;
}
.photo {
	border: 10px solid #FFFFFF;
}
#rightside {
	background: url('images/right2.gif') repeat;
	width: 63px;
	height: auto;
}
#footer {
	background: url('images/low.gif') no-repeat;
	width: 940px;
	height: 97px;
}
#footermenu {
	float: right;
	position: relative;
	top: -20px;
	padding: 0px 120px 0px 0px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #a89f77;
	position: relative;
	top: 10px;
	left: 690px;
}
#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #a89f77;
	position: relative;
	top: -3px;
	left: 120px;
}

.newline {
	clear: both;
}

/*  repeat formats */

hr {
	width: 100%;
	color: #31211b;
	margin: 20px auto 20px auto;
}
ul {
	list-style: disk inside none;
}
.red {
	color: #661b1e;
}
#right {
	text-align: right;
	float: right;
}
.right {
	text-align: right;
	float: right;
}
.left {
	float: left;
}
.center{
	text-align: center;
}
#indent {
	position: relative;
	left: 35px;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/*  specific page formats */

/* banner1 is the home page images */
#banner1 {
	width: 380px;
	height: 320px;
	border: 10px solid #FFFFFF;
} 

.imageinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #a89f77;
}


