/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #aaa;
	background-color: #000;
}

a
{
	color: #aaa;
	text-decoration: underline;
}

a:hover
{
	color: #eee;
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #000 url('/template/gfx/header.png') no-repeat;
	background-position: center top;
	height: 170px;
}


#header span
{
	position: absolute;
	top: 160px;
	text-align: center;
	color: #eee;
	width: 100%;
}

#header a
{
 color: #eee;
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 0.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #ccc;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #707070;
}

#content h2
{
	font-size: 2em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 0em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin: 1em 0px 0px 0px;
	padding: 1em 0em 1em 1em;
	
}

#content input, textarea
{
 border: 1px solid #aaa;
 color: #aaa;
 background: black;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin: 0em -19em 0em -19em;
	padding-top: 1em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
}

#secondaryContent ul
{
	margin-left: 3em;
}
/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
	height: 100px;
	background: #000 url('/template/gfx/footer.png') no-repeat;
	background-position: top center;
}

#footer p
{
	margin-top: 55px;
}

.clear
{
	clear: both;
}
