﻿body
{
	background-color	: #000000;
	font-family			: arial;
	font-size			: 12px;
	text-align			: center;
	margin-top			: auto;
	margin-left			: auto;
}


/* NAVIGATION */
#nav
{
	border				: solid 0px #ffffff;
	margin-left			: auto;
	margin-right		: auto;
	position			: relative;
	z-index				: 100;
}

*{
	padding				: 0;
	margin				: 0;
	font-family			: arial, sans-serif;
}

#nav ul {
	list-style			: none;
}

#nav ul a {
	color				: #fef3b6;
	text-decoration		: none;
	display				: block;
	padding				: 5px 5px 5px 10px;
	width				: 125px;
	text-align			: center;
	background			: #361311;
}

#nav ul a:hover {
	color				: #ffffff;
	text-decoration		: none;
	background			: #59201c;
}

#nav ul li {
	border				: solid 1px #ffffff;
	float				: left;
	position			: relative;
}

#nav ul li ul {
	list-style			: none;
	position			: absolute;
	left				: 0;
	top					: 100%;
	display				: none;
	width				: 125px;
	border-top			: 1px solid #ffffff;
}

#nav ul li:hover ul 
{ 
	display				: block; 
}

#nav ul li:hover ul li ul 
{ 
	display				: none; 
}

#nav ul li ul li:hover ul 
{
	display				: block;
	position			: absolute;
	left				: 140px;
	top					: -1px;
	border-left			: 1px solid #ffffff;
}
/* END NAVIGATION */

.container
{
	border				: solid 0px #0000ff;
	margin-left			: auto;
	margin-right		: auto;
	width				: 994px;
}

.content
{
	text-align			: center;
}

.mainContentTable
{
	text-align			: left;
	color				: #ffffff;
	font-size			: 12px;
	font-family			: Arial;
	margin-top			: 50px;
	margin-left			: 20px;
	margin-right		: 20px;
	line-height			: 1.5em;
}

h1
{
	font-size			: 25px;
}

a:link, a:visited
{
	text-decoration		: none;
	color				: #fef3b6;
}

a:hover
{
	color				: Red;
}


table.paddedTable
{
	border				: solid 0px #33ff00;
	width				: 775px;
	left				: 10px;
	top					: 40px;
	position			: relative;
	text-align			: left;
	line-height			: 1.5em;
}

table.paddedTable td
{
	border				: solid 0px #ffff00;
	padding				: 2px;
	filter				: shadow(Color=#ff3333, Direction=135, Strength=1);
	font-size			: 12px;
}

.discTable
{
	border				: solid 0px #ffff00;
	margin-top			: 20px;
	font-size			: 12px;
	padding				: 5px 5px 5px 5px;
	text-align			: left;
}

#orderedList
{
	border				: solid 0px #ffff00;
	position			: relative;
	top					: 0px;
	line-height			: 1.5em;
	margin-left			: 10px;
	padding				: 3px 3px 3px 3px;
	list-style			: upper-roman outside;
}

.profileImage
{
	position			: relative;
	left				: 25px;
	width				: 200px;
}

.profileContent
{
	border				: solid 0px #ff3300;
	background-image	: url(/thirteen/images/bgParchment.jpg);
	color				: #000000;
	text-align			: center;
	width				: 810px;
	height				: 1100px;
	margin-top			: 75px;
}


