body {
	background-color: #E6D2A0;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}

.t {background: url(dot.jpg) 0 0 repeat-x #FBF8E5; width: 735px}
.b {background: url(dot.jpg) 0 100% repeat-x}
.l {background: url(dot2.jpg) 0 0 repeat-y}
.r {background: url(dot2.jpg) 100% 0 repeat-y}
.bl {background: url(bl.jpg) 0 100% no-repeat}
.br {background: url(br.jpg) 100% 100% no-repeat}
.tl {background: url(tl.jpg) 0 0 no-repeat}
.tr {background: url(tr.jpg) 100% 0 no-repeat; padding:10px} 
.tr2 {background: url(tr.jpg) 100% 0 no-repeat; padding-left:10px; padding-right:10px; padding-top:1px; padding-bottom:10px} 

.footer{
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
}
.footer2{
	text-align: right;
	font-size: 7pt;
	width: 675px;
}

.content{
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}
.links{
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header{
	text-align: center;
}

a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #FF6633; text-decoration: none}
a:active { color: #000000; text-decoration: none}

.boldfont {
	font-weight: bold;
}

form{
    display:inline;
}

.details{
	width: 295px;
text-align: left;
}

table.contact {
 border-color: #8F493F;
 border-width: 1px;
 width: 400px;
  text-align: center;
 	margin-left: auto;
	margin-right: auto;
 
}
table.contact td {
border-color: #8F493F;
border-style: solid;
background-color: #E6D2A0;
 border-width: 1px;
 text-align: center;
 	margin-left: auto;
	margin-right: auto;
}

.imageborder{
	border-width: 2px;
	border-color: #874839;
}