﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid ;
	border-bottom: 2px solid ;
	border-left: 2px solid ;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px  ;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted ;
}
/* Masthead Styles */
#masthead h1 {
	
}
#masthead h3 {
	
}
/* 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; 

}
#navigation a {

	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px ;
}
#navigation a:hover {

	text-decoration: none;

}
/* Co
/* Content Styles */
h6 {
	
}
h5 {
	
}
h4 {
	
}
h3 {
	
}
h2 {
	
}
#content h1 {
	
}
t img {
	padding: 5px;
	border: 1px  ;
}
/* Footer Styles */
#footer p {

}
#footer a {

	text-decoration: underline;
}
#footer a:hover {

	text-decoration: none;
}
a {

	text-decoration: underline;
}
a:hover {

	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}