@charset "utf-8";
/* CSS Document */
body {
	background-color: #46474B;
	background-image: url(images/bg2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin:0px 0px 20px 0px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #373737;
	font-size: 11px;
}

td {
	color: #373737;
	font-size:11px;
}

a {
	color: #C4431C;
}

a:hover {
	text-decoration: none;
}

.a {
	color: #C4431C;

}

.border {	
padding:1px;
border: 1px solid #999;
}

.flashpic {
	border: 1px solid #666;
	padding: 1px;
}

.inset-right {	
padding:1px;
border: 1px solid #999;
margin-left: 5px;
 margin-bottom: 5px;
}

.inset-left {	
padding:1px;
border: 1px solid #999;
margin-right: 5px;
 margin-bottom: 5px;
}

.border:hover {
	border: 1px solid #333;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #373737;
}

.line {
	border-bottom: 1px solid #46474b;
}

#box {
	padding: 10px;
}

#wrapper {
	width:800px;
	margin: 0px auto;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
}

#header {
	background-image: url(images/header3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:145px;
}
#nav {
	height:35px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

#photo {
	height: 180px;
	border-bottom: 1px solid #333333;
}

#content {	
padding: 5px 10px;
background-color: #FFFFFF;
background-image: url(images/btmfade.jpg);
background-position: bottom;
background-repeat: repeat-x;
}

#line {
	background-color: #C4431C;
	height: 2px;
	line-height: 2px;
	margin:0px;
	padding:0px;
	clear: left;
}

#btmbar {
	height: 25px;
	background-image: url(images/btmbar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px auto 0px auto;
	width: 800px;
	border: 1px solid #333333;
}

#footer {
	width: 800px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px auto;
}

#footer a {
	color: #D17F6A;
	text-decoration:underline;
}

#footer a:hover {
 	text-decoration: none;
}