@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
  background-color: #191919;
  margin-top: 0px;
}

#nav {
	padding: 10px 10px 10px 35px;
	background-color: #8e7b54;
	color: #494848;
	}
	
#tagline {
	position:		absolute;
	margin-top: 120px;
	margin-left: 256px;
	z-index:		99;
	width: 398px;
	}
	
#main {
	background-color: #c6c6c6;
	background-image:url(../graphics/innerpages2.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
}

#maintext {
	padding: 175px 50px 50px 150px;
	line-height: 24px;
	width: 650px;
	}
	
#rightcolumn {
	float: right;
	line-height: 24px;
	width: 410px;
	padding: 0px 50px 0px 40px;
	border-left: 2px solid;
	border-left-color: #8e7b54;
	margin-top: 175px;
	}
#footer {
	clear: both;
    font-size:       80%;
	padding: 30px 20px 15px 20px;
	background-color: #494848;
	color: #987c48;
	height: 55px;
}

#copyright {
	width: 70%;
	float: left;
	}
	
#siteby {
	width: 25%;
	float: right;
	text-align: right;
	}
	
.linkcolor {
	color: #6d5425;
	}

h1 {
  font-size:        145%;
  color:            #0753a6;
}

h2 { 
  font-size: 130%; 
  color:            #0753a6;
}
.small {
	font-size: .9em;
	font-style: italic;
	}
	
.answers {
	color: #6d5425;
	}
	
.parem {
	font-size: .9em;
	}
	
.contact {
	font-size: 1.2em;
	line-height: 35px;
	}
	
a:link {
  color:            #efefef;
  text-decoration:  none;
}
a:visited {
  color:            #c3c1c1;
  text-decoration:  none;
}
a:hover {
	color:#e9a21d;
	}

.bodylinks a:link {
	color: #6d5425;
	text-decoration: underline;}
.bodylinks a:visited {
	color: #595858;
	text-decoration: underline;}
.bodylinks a:hover {
	color: #595858;
	text-decoration: underline;}
.bodylinks a:active {
	color: #6d5425;
	text-decoration: underline;}

#allcontent {
	background-image:url(../graphics/bkinner.jpg);
	width:			1000px;
	margin-left:	auto;
	margin-right:	auto;
	}
