﻿@import url(layout.css);
body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	background-image: url(../images/bg.gif);
}
/* Styles for DIV tags */
#container {
	border: medium #282828 solid;
	background-image: url('../images/photo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	margin: 20px 0 0 0;
}
#navigation {
	background-color: #282828;
	margin-left: 155px;
	text-align: center;
	width: 715px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #282828;
	padding: 0px;
}
#column_left {
	padding-bottom: 0;
	padding: 10px;
	margin: 20px 10px 20px 20px;
	border: thin dotted #C0C0C0;
	background: #282828;
	float: left;
	color: #999999;
	position: relative;
	z-index: 3;
}
#column_right {
	padding: 10px;
	margin: 20px 20px 20px 10px;
	border: thin #C0C0C0 dotted;
	background-color: #282828;
	float: right;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead h1 {
	font: normal normal bold xx-large Dungeon;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding: 0px;
	text-indent: 275px;
	text-decoration: none;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #112233;
	margin-bottom: 0px;
	text-align: left;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
	text-indent: 255;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
#navigation li {
	margin: 0 20px 0 0;
	float: right;
	vertical-align: middle;
	text-align: center;
}
#navigation a {
	font: normal small-caps normal large/normal Digital;
	color: #C0C0C0;
	margin: 3 3px 0 3px;
	padding: 0px 1px 3px 1px;
	display: block;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #0099FF;
}
#navigation a:hover {
	background-color: #456;
}
/* Styles for Right Column */
#column_right h4 {
	color: #3399FF;
	margin-top: 0px;
}
#column_right p {
	color: #999999;
	margin-top: 0px;
	font-size: small;
	height: auto;
}
#column_right a {
	color: #3333CC;
}
#column_right a:hover {
	color: #3399FF;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #3399FF;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #3399FF;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	font: medium serif;
	color: #112233;
	vertical-align: middle;
	text-align: center;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#afrispace {
	margin: 0px; padding: 0px; text-align: center;border:0
}
