﻿@import url('file:///G:/GG/layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
	text-align: center;
	float: left;
}
#masthead {
	margin: 0 0 0 0;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	height: 130px;
	overflow: hidden;
}
#navigation {
	list-style: circle;
	margin: 0 5px 0 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#navigation_gal {
	list-style: circle;
	margin: 0 5px 0 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: none;
	float: left;
}
#column_l {
	position: relative;
	margin: 0 300px 0 0;
	padding: 0 2%;
	background-color: #FFFFFF;
	float: left;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: auto;
}
#footer {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	height: 64px;
	float: left;
	width: 874px;
	background-color: #FFFFFF;
}
/* Styles for Masthead */
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 1px 0 1 0;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px #C0C0C0 solid;
	background-color: #FFFFFF;
	float: left;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px #C0C0C0 solid;
	background-color: #C0C0C0;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
	text-align: center;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
r a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font: italic normal normal small Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#sidebar {
	background-color: #FFFFFF;
	background: no-repeat;
	float: right;
	width: 240px;
	margin: 5px 5px 0 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	height: 900px;
}
