﻿@import url("layout.css");
body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	background-color: #4F4F4F;
	color: #FFCC99;
}
#container {
	width: 950px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 948px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;	
	background-color: #4F4F4F;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #4F4F4F;
}
#content {
	float: left;
	width: 768px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #4F4F4F;
}
#footer {
	text-align: center;
	clear: both;
	width: 948px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #4F4F4F;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 5px;
	padding: 5px;
}
#navigation a {
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	text-decoration: none;
}
/* Content Styles */
#content img {
	padding: 5px;
	/*border: 1px solid #808080;*/
}
/* Footer Styles */
#footer p {
	margin-top: 5px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
hr {
	width:90%
}
a {
	color: #CCFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #99FF99;
}

