@charset "utf-8";
/* CSS Document */

html, body
{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	min-width:100%;
	height:auto;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-spacing:normal;
	font-weight:normal;
	font-size:12px;
}


#wrapper
{
	height:100%;
	width:855px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#header
{
	height:189px;
}

/**************************************************************************************
CONTENT
**************************************************************************************/
#content
{	
	width:855px;
	margin:0px;
	pading:0px;
	border:0px;
}

#content_pad
{
	padding:15px;

}

#content_left
{
	width:536px;
	float:left;
}

#content_left_pad
{
	width:500px;
	margin-left:15px;
	background-image:url(images/content_left_bg.png);
	background-repeat:repeat;
}

#content_left_padText
{
	padding:10px;
}

#content_right
{
	width:397px;
	float:right;
	padding-right:0px;
}

#links
{

	font-size:20px;
	padding-top:153px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
.container
{
	width:855px;
}
.black
{
	color:#000000;
	text-decoration:none;
}
.black:hover
{
	text-decoration:underline;
}
.container_left
{
	float:left;
	width:400px;
	height:623px;
}
.container_right
{
	float:right;
	width:420px;
}

.seperator
{
	width:855px;
	background-color:#9c0a0a;
	height:5px;	
}

.heading
{
	color:#9c0a0a;
	font-size:20px;
}
.red
{
	color:#9c0a0a;
}

.redLink
{
	color:#9c0a0a;
	text-decoration:none;
}
.redLink:hover
{
	text-decoration:underline;
}
.image
{
	text-decoration:none;
	border:0px;
}


.link
{
	text-decoration:none;
}
.link:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.link:visited
{
	color:#FFFFFF;
}
 
a
{
	color:#FFFFFF;
}
 
#footer
{
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

/*fix to correct floating of divs*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */

