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

a:link{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}	

a:visited{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}		

a:active{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}	

a:hover	{
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}	
	
body {
	margin: 0px;
	background-color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

#header{
	background-color: #FFFFFF;
	height: 370px;
	width: 100%;
}	

#nav {
	background-color: #000000;
	height: 30px;
	width: 100%;
	bottom: 0px;
}

#container {
	height: auto;
	width: 800px;
}

#column1{
	height: auto;
	width: 375px;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	text-align: left;
	padding-left: 10px;
}

#column2{
	float: right;
	height: 100%;
	width: 385px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: left;
}

#news{
	margin: 0px;
	padding: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: auto;
}

#content{
	margin: 0px;
	padding: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 14px;
}

#footer{
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}

#footertext{
	height: 15px;
	width: 800px;
	position: fixed;
	bottom: 0px;
	margin-left: -400px;
	left: 50%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
	padding-top: 5px;
}

#trailer{
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 0px;
	clip: rect(0px,auto,auto,auto);
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #FF3333;
	letter-spacing: 0px;
}

h3 {
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
}

h5 {
}

h6 {
}

input
{
	color: #333333;
	border: 1px solid #666666;
	background-color: #999999;
}

.submit input
{
	color: #000000;
	border: 1px solid #666666;
	width: 40px;
	background-color: #999999;
} 
fieldset
{
	width: 20em;
}

legend
{
	color: #fff;
	border: 1px solid #781351;
	padding: 2px 6px;
	background-color: #FFFFFF;
}
