/* @group Structure (DIVs, etc.) */

body {
	font-family: "Century Gothic", "Lucida Grande";
	background-color: #000;
	margin: 0;
}

.overlay {
	
}

/* overlay is intended for a screen over the background */

.container {
	width: 800px;
	margin: auto;
	padding: 10px;
	background: #eaeaea url(images/backgrounds+gradients/white-trans.png) repeat-x;
	color: #444;
}

.header {
	padding: 10px;
	margin: -10px -10px 10px;
	border-bottom: 1px solid #a7a7a7;
	border-top-width: 1px;
	color: #fff;
	background: #787878 url(images/header-bg1.jpg) no-repeat 0 -350px;
}

.navigation {
	margin-left: -50px;
	margin-right: -10px;
	border-bottom-width: 1px;
	font: bold medium "Century Gothic";
}

.content {
	margin-bottom: 10px;
}

.left-column {
	float: left;
	width: 390px;
	padding-right: 10px;
}

.right-column {
	float: right;
	width: 390px;
	padding-left: 10px;
}

/* left-column and right-column = optional */

.footer {
	background-color: #919191;
	background: #262626 url(images/Textures/tile_gray.tiff) repeat;
	padding: 10px;
	border-top: 1px solid #a7a7a7;
	text-transform: uppercase;
	text-align: left;
	clear: both;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	color: #fff;
	font: bold x-small "Lucida Grande";
}
	
/* @end */

/* @group Paragraphs */

p {
}

.intro {
	
}

.note {
	text-transform: uppercase;
	font-size: small;
	color: #787878;
	font-weight: bold;
}
	
/* @end */

/* @group Links */

.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #d4d4d4;
	text-decoration: underline;
}

.footer a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
	
/* @end */

/* @group Headers */

h1 {
	margin: 0;
	text-shadow: 2px 2px 1px black;
	letter-spacing: 1px;
	font: bold 280% Georgia;
}

h2 {
	margin: 0;
	text-shadow: 2px 2px 1px black;
	font: bold 200% "Century Gothic";
}

h3 {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 2px 2px 1px black;
	margin-bottom: 10px;
	font: bold x-large "Century Gothic";
}

h4 {
	clear: both;
	margin: 0 0 -5px;
	text-align: center;
	font: bold 175% Georgia;
	padding-top: 5px;
	text-shadow: 2px 2px 1px white;
	color: #000;
}

h5 {
	margin: 0 0 10px;
	font-size: large;
	border-bottom: 1px solid #a7a7a7;
	color: #444;
}
	
/* @end */

/* @group Images */

img {
	
}
	
/* @end */

/* @group Lists (incuding navigation) */

ul {
	margin: 0 0 10px;
}

li {
	margin: 0;
}

/* @group Navigation */

.navigation ul {
}

.navigation li {
	float: left;
	list-style-type: none;
}

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active {
	float: left;
	text-align: center;
	width: 185px;
	text-decoration: none;
	color: #fff;
	background: url(images/backgrounds+gradients/50-Percent-Trans-Black.png) repeat-x 0 bottom;
	font-size: large;
	border-top-width: 1px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding: 10px;
}

.navigation li a:hover {
	text-decoration: underline;
	background: url(images/backgrounds+gradients/50-Percent-Trans.png) repeat-x 0 bottom;
	color: #444;
}
	
/* @end */
	
/* @end */

a img, a:link img, a:active img, a:visited img, img {
	text-decoration: none;
	border: 3px double #787878;
	padding: 2px;
	background-color: #fff;
}

.quote {
	font: large Georgia;
}

.float-right {
	float: right;
	text-align: center;
	margin: 10px;
}

.float-left {
	float: left;
}

.button a, .button a:link, .button a:active, .button a:visited {
	color: #fff;
	padding: 2px;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 3px double #fff;
	text-shadow: 2px 2px 2px black;
	background: url(images/Textures/tile_gray.jpg) repeat;
	width: 175px;
}

.bottom-nav {
	clear: both;
	background-color: #a7a7a7;
	color: #fff;
	text-align: center;
	margin: -10px -10px -11px;
	padding: 5px;
	letter-spacing: 2px;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
	text-transform: uppercase;
}

.bottom-nav a .bottom-nav a:link, .bottom-nav a:active, .bottom-nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.bottom-nav a:hover {
	text-decoration: underline;
}

a img.no-border, a:link img.no-border, a:active img.no-border, a:visited img.no-border, a:hover img.no-border {
	border-style: none;
	border-width: 0;
	background-color: transparent;
	background-image: none;
}

.no-bold {
	font-weight: normal;
	font-style: normal;
}
