﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 100% tahoma, arial, sans-serif;
	color: #fff;
	background: #000 url(img/bg.jpg) repeat-y;
}
* {
	margin: 0;
	padding: 0;
}
p {
	margin: 0px 10px 10px 10px;
}
h4 {
	padding-left: 10px;
	color: #c0c0c0;
}
h3 {
	color: #888;
}
#menu {
	margin: 0px auto 0px auto;
	font: normal 1em tahoma,sans-serif;
	color: #101010;
	width: 190px;
	text-align: left;
}
#menu ul {
	margin: 0px auto 0px auto;
	list-style-type: none;
}
#menu li {
	margin: 0px auto 0px auto;
}
#menu a {
	background: #101010;
	display: block;
	padding: 1px 0px 1px 10px;
	width: 186px;
	margin: 0px auto 0px auto;
	text-decoration: none;
}
#menu a#current {
	color: #fff;
}
#menu a:visited {
	color: #444;
}
#menu a:active {
	color: #202020;
}
#menu a:link {
	color: #c0c0c0;
}
#menu a:hover {
	color: #fff;
	background: #222;
}
#content a {
	color: #c0c0c0;
	padding: 0px;
	text-decoration: underline;
}
#content a:visited {
	color: #444;
	text-decoration: none;
}
#content a:hover {
	color: #00f;
	text-decoration: underline;
}
#header {
	height: 175px;
	background: #000 url(img/sig.jpg) no-repeat top left;
}
#content p {
	line-height: 1.4;
}
#navigation {
	background: #101010;
	color: #fff;
}
#extra {
	background: #101010;
	color: #fff;
}
#footer p {
	color: #c0c0c0;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	font: normal 0.8em tahoma,arial,sans-serif;
	letter-spacing: 2px;
}
#footer a {
	color: #c0c0c0;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#wrapper {
	float: right;
	width: 100%;
	margin-left: -200px;
}
#content {
	background: #000;
	margin-left: 200px;
}
#navigation {
	float: left;
	width: 200px;
}
#extra {
	float: left;
	clear: left;
	width: 200px;
}
#footer {
	clear: both;
	width: 100%;
	text-align: right;
}
.c {
	text-align: center;
}
.pad {
	padding-left: 25px;
}
.times {
	font: normal 100% Times New Roman,serif;
}
#quote1 {
	background: #000 url(img/quote1.jpg) no-repeat top left;
	padding:30px;
}
.quote2 {
	background: url(img/quote2.jpg) no-repeat bottom right;
	padding-bottom:20px;
}
#column1 {
	float: left;
	width: 50%;
}
#column2 {
	float: left;
	width: 49%;
}