@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../styles/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	padding: 20px;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	border-left: 4px solid #000;
	border-top: 4px solid #000;
	background-color:#000;
	position:relative;
}
#frontimage{
	position:absolute;
	left:40px;
	top:8px;
	height:200px;
}
#backimage{
	height:200px;
	width: 800px;
}
#masthead {
	text-align: center;
	width: 800px;
	padding: 0px;
	border:1px #fff solid;
	height:200px;
	background-image:url('../styles/smalldiamond.gif');
	background-repeat:repeat;
		
}
#navigation {
	position: relative;
	float: left;
	width: 185px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 605px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color:#000;
	background-color:#fff;
	min-height:475px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	min-height:40px;
	border:1px #fff solid;
	background-image:url('../styles/smalldiamond.gif');
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
/*	border:1px #fff solid;*/
	background-color: #003;
}
#navigation a:hover {
	color: #006;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000;
	padding:10px;	
}
#content p {
	padding-left: 20px;
}
#content img {
	border: none;
	float:right;
	padding:10px;
}
#content li{
list-style-type:none;
}
/* Footer Styles 
#footer p {
	color: #808080;
}
#footer a {
	color: #006;
	text-decoration: underline;
	
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}*/
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}