*
{
	margin: 0em;
	padding: 0em;
}

a
{
	color: #FFE900;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

body
{
	background-color:#333;

	color: white;
	font-family: georgia, serif;
	font-size: 10pt;
}

#outer
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: black;
	padding: 1.0em;

	margin-bottom: 1.0em;
}

#outer2
{
	border: solid 5px #444;
	padding: 1.0em;
}

#menu
{
	background-color: #222;

	color: #ffffff;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0.8em;
	border-top: solid 1px #FFE900;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0em;
}

#menu li
{
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li a
{
	padding: 0.8em;
}

#menu li a:hover
{
color:#FFE900;


}

#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
	font-size: 4.0em;
		font-weight: normal;
	letter-spacing: -0.05em;
	text-align:center;
	color:#FFE900;
}
h1
{
	font-size: 4.0em;
		font-weight: normal;
	line-height:50px;
	text-align:center;
	color:#FFE900;
}
#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: lowercase;
	font-size: 0.8em;
	color: #FFE900;
}

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
}

#footer
{

	margin-top:10px;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #AFA162;
	padding-left: 1.2em;
	clear: both;
}

#column1
{
	width: 680px;
	float: left;
	position: relative;
}

#column1 p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: white;
}

#column1 h3
{
	font-size: 1.2em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}

