﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat;
}
#container {
	width: 709px;
	margin: 0 auto;
	background-image: url("../images/container_bg.gif");
	background-repeat: repeat-y;
	overflow: hidden;
	padding-bottom: 0px;
}
#masthead {
	width: 605px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/masthead_bg.gif"); 
	overflow: auto;
	padding: 10px;
	text-align: right;
	vertical-align: text-bottom;
}
#navigation {
	width: 625px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:  url("../images/navigation_bg.gif");
	background-repeat: repeat;
	padding: 0;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 270px;
	margin-left: 30px;
	padding: 0 15px;
	text-align: left;
	color: #000;
	display: inline;
}
#sidebar {
	float: left;
	width: 325px;
	margin-right: 10px;
	padding: 10px;
	text-align: right;
	color: #666;
}
#footer {
	clear: both;
	width: 605px;
	margin: 0 auto;
	border-top: 1px solid #bba;
	padding-top: 5px;
}
#bottom {
	background-image:url(../images/container_bottom.gif);
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background-image: url("../images/masthead_bg.gif");
	background-repeat: repeat;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #998;
}
/* Footer Styles */
#footer p {
	color: #998;
	padding: 10px 5px;
	margin: 4px;
}
#footer a {
	color: #776;
	text-decoration: underline;
}
#footer a:hover {
	color: #bba;
	text-decoration: none;
}
#bottom p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}