﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.8em;
	background-image: url("");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #bababa;
}
#masthead {
	width: 700px;
	height: 65px;
	overflow: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("../images/event2_02_masthead.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #efefef;
}
#navigation {
	width: 700px;
	height: 60px;
	overflow: hidden;
	background-image: url("../images/event2_02_navigation.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#content {
	position: relative;
	float: left;
	width: 430px;
	margin-left: 15px;
	padding: 0 15px 15px 0;
	display:inline;
}
#sidebar {
	font-size: 0.9em;
	color: #696969;
	float: right;
	width: 210px;
	margin-right: 10px;
	padding: 10px;
	display: inline;
}
#footer {
	text-align: center;
	width: 700px;
	height: 30px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("");
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/* Masthead Styles */
#masthead h1 {
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin-top: 15px;
	margin-right: 75px;
	margin-left: 75px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #678;
	display: block;
	padding: 5px;
	border: 1px solid #dcdcdc;
	background-color: #eff;
}
#navigation a:hover {
	text-decoration: none;
	color: #678;
	background-color: #def;
}
/* Content and Sidebar Styles */
h1,h2,h3,h4,h5,h6 {
	color: #ca6;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #678;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.9em;
	color: #678;
	margin-top: 0;
	padding-bottom: 5px;
}
#footer a {
	color: #964;
	text-decoration: underline;
}
#footer a:hover {
	color: #ca6;
	text-decoration: underline;
}
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #ca6;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}