
@charset "UTF-8";
/* CSS Document */
 
body
{
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:125%;
	background: url(bg.jpg) no-repeat center;
	background-position-y: 1px;
	background-color: black;
	padding-top: 0px;
	border-top: 4px solid red;
	}
	
h2
{
	font-weight: normal;}


.red
{
	background-color: #FF0000;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 2px;
}

.headings
{
	font-size: 10px;
	font-weight: bold;
}

#top-container
{
	height:500px;
}
 
#logo
{
	float: left;
	width: 300px;
}

#contact
{
	float: right;
	width: 149px;
	margin-top: 20px;
}
 
 
#btm_text
{
	background-color: #F2F2F2;
	padding: 20px 0px 20px 20px;
	font-family: Helvetica, Arial, "sans-serif";
	color: #666666;
}

.text_col
{
	padding-right: 20px;
	width: 300px;
	float: left;
	font-size: 12px;
	font-family: Helvetica, Arial, "sans-serif";
}
 
a:link
{
	color:#0066FF;
}
a:visited
{
	color:#0066FF;
}
a:hover
{
	color:#FFFFFF;
	background-color:#0066FF;
	text-decoration:none;
}
 
#content
{
	
	margin-top: 25px;
	border: 0px solid blue;
 
}
 
.slogan
{
	
  padding-bottom: 25px;
}
 
#footer
{
	border-top: 0px solid #CCCCCC;
	width:1000px;
	text-align:center;
	color:#CCCCCC;
	font-size: 11px;
	padding-top:10px;
	margin-top:10px;
}

#header
{
	height: 92px;
}
 
 
 
.container
{
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	border:0px solid red;
}
 
  
.clearboth
{
	clear:both;
}
 
td img {display: block;}
