﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:white;		
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	float: left;
	width: 800px;
	height: 340px;
	}
#content {
	float: left;
	margin-left:150px;
	margin-top:20px;
	width:500px;
}

#footer {
	text-align: center;
	clear: both;
	width: 600px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display:list-item;
	margin: 0;
	padding: 0;
}
#navigation li {
	display:run-in;
	margin: 0px;
	padding: 2px;	
}
#navigation a {
	
	text-decoration: none;
	display:table-row-group;
	padding: 0px;
}
#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;
}