﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:white;		
		background-image:url('../pics/woodgrain.jpg');
	background-position:center top;
	background-repeat:repeat-y;

}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	
}
#masthead {
	float: right;
	width: 800px;

}
	

#navigation {
	
	width:800px;
	float:left;
	margin-top:10px;

}

#content {
	float: left;
	margin-left:50px;
	margin-top:25px;
	width: 700px;
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	display:inline;
	margin: 0;
	padding: 2px;
}
#navigation a {
	
	text-decoration: none;
	display:inline-table;
	padding: 5px;


}
#navigation a:hover {

	text-decoration: none;

}
/* Content Styles */
h6 {
	color:black;
}
h5 {
	color:black;
}
h4 {
	color:black;
}
h3 {
	color:black;
}
h2 {
	color:black;
}
#content h1 {
	color:black;
}
#content img {
	padding: 5px;
	
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	
}
a:hover {
	color: #dfb8df;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}