/*CSS Document
Holds page in place*/
BODY
{
	margin: auto;
	text-align: center;
	background-color: #000;
}
#wrapper
{
	width: 900px;
	margin: auto;
	text-align: center;
}
#container
{
	position: relative;
}
H1
{
	font-family: georgia;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 2.5px;
	text-align: left;
}
H2
{
	font-family: arial;
	font-size: 14px;
	color: #FF4263;
	text-align: left;
}
A
{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 16px;
}
/*main divisions*/
#flash
{
	position: absolute;
	top: 434px;
	left: 690px;
	width: 200px;
	height: 244px;
}
#main-text
{
	position: absolute;
	width: 400px;
	left: 31px;
	top: 176px;
	text-align: left;
}
#main-text P
{
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1.5px;
}
#news-text
{
	position: absolute;
	top: 505px;
	left: 508px;
	width: 210px;
	height: auto;
	text-align: left;
}
#news-text P
{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px 2px 0 5px;
	line-height: 14px;
}
#support
{
	width: 900px;
}
#support P
{
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
}
/*Top Navigation position*/
#MenuPos
{
	position: absolute;
	top: 47px;
	left: 8px;
}
#MenuPosSupport
{
	position: absolute;
	top: 45px;
	left: 8px;
}
/*classes*/
.large
{
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
}
.large2
{
	font-family: georgia;
	font-size: 20px;
	font-weight: bold;
}
.pad
{
	padding-left: 40px;
	padding-right: 30px;
}
.copyright
{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.indent
{
	text-indent: 20px;
}
.border
{
	border-left: 1px solid #7D6B53;
}

.footer_links
{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
}

