@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 14px;
	color: #333333;
}

.indent {
   padding:15px;
}

.indentP {
   padding:15px;
   background-image:url(../images/home_07.jpg);
   background-repeat:no-repeat;
}

.indentP2 {
   padding:15px;
   background-image:url(../images/home_08.jpg);
   background-repeat:no-repeat;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 266px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav {
	height: 40px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
.body {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 658px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.footer {
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding: 0px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Footlight MT Light", Tahoma, verdana, "Times New Roman", Arial;
	font-size: 14px;
	color: #9e8606;
}
.created {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
a:link {
	color: #9e8606;
	text-decoration: none;
}
a:visited {
	color: #9e8606;
	text-decoration: none;
}
a:hover {
	color: #010000;
	text-decoration: none;
}
