﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/abstract_background_2.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-color: #336699;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 4px;
}
#masthead {
	border-color: #336699;
	text-align: right;
	background-color: #336699;
	clear: both;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FF00FF;
	position: relative;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	border-bottom-width: 1px;
	border-top-color: #336699;
	visibility: visible;
	overflow: auto;
}
html>body #navigation {
	border: thin none #336699;
	overflow: visible;
	visibility: visible;
	background-color: #336699;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #FFFFFF;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #FFFFFF;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #FFFFFF;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: #FFFFFF;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-right: .5em;
	margin-bottom: 0;
	font-family: "Showcard Gothic";
}
#masthead h3 {
	color: #FFEEAA;
	margin-top: 0;
	margin-right: 1em;
	font-style: italic;
}
/* Navigation */
#navigation ul {
	border-style: solid;
	border-width: thin;
	border-color: #336699;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFEEAA;
	visibility: visible;
	overflow: auto;
}
#navigation li {
	float: left;
	background-color: #336699;
	visibility: visible;
	overflow: auto;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 0px solid #8b0000;
	background-color: #FFEEAA;
	visibility: visible;
	overflow: auto;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}

all;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}

.style


