﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:  url("../images/page_bg.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 0px;
}
#container {
	width: 712px;
	background-image:  url("../images/container_bg.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#masthead { 
	text-align: center; 
}
#navigation {
	margin: 0 10px;
	background-color: transparent;
}
#content {
	position: relative;
	float: left;
	width: 480px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background-color: #ffc;
	display: inline;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px 10px;
	background-color: #678;
	overflow: hidden;
}
#footer {
	text-align: center;
	clear: both;
	width: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	margin-top: 0px;
	padding-top: 10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border: 1px solid #abb;
	background-color: #678;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #ffc;
	background-color: #ffc;
}
/* Content Styles */
#content h2 { color: #a52a2a; }
#content h3 { color: #a52a2a; }
#content h4 { color: #a52a2a; }
#content p { color: #000; }
#content ol { color: #000; }
#content ul { color: #000; }
#content img {
	padding: 5px;
	border: 1px solid #000;
}
/* Sidebar Styles */
#sidebar h3 { color: #ffc; }
#sidebar h4 { color: #ffc; }
#sidebar p { color: #fff; }
#sidebar ol { color: #fff; }
#sidebar ul { color: #fff; }
/* Footer Styles */
#footer p {
	font-size: 10px;
	color: #fff;
}
#footer a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a {
	color: #a52a2a;
	text-decoration: underline;
}
a:hover {
	color: #678;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}