﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #19253D;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	background-position: center;
	text-align: center;
	width: 798px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #000000;
	background-repeat: repeat-x;
}
#navigation {
	border-color: #26354a #a9a9a9 #808080 #a9a9a9;
	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: #F19F15;
}
#content {
	float: left;
	width: 618px;
	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-image: url('../images/Wallpaper/image211.gif');
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	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: #924650;
	background-image: url('file:///C:/Users/Stephen/Pictures/msnbc-ftr-bg.jpg');
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #000000;
}
/* 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 #a0a0a0;
	background-color: #eebf00;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #EBBD00;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #779E39;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px solid #ffffff;
}
/* Footer Styles */
#footer p {
	color: #ffffff;
	margin-top: 5px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

