/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	background-color:#061623;
}


#logo
{
	height:100px;
	width:800px;
	margin:0px auto;
	border:0px solid red;
}

#links
{
	background-image:url(images/links-bg.png);
	background-repeat:repeat-x;
	height:47px;
}

#links a
{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}

#flash
{
	width:800px;
	height:200px;
	border:0px solid red;
	margin:0px auto;
}

#content
{
	width:800px;	
	background-color:#FFFFFF;	
	border:0px solid red;
	margin:0px auto;
	
}

.title
{
	color:#C91600;
	text-transform:uppercase;
	font-weight:bold;
	font-size:17px;
	padding-bottom:10px;	
	font-family:"Times New Roman", Times, serif;
	
}

#about
{
	padding:20px;
	text-align:justify;
}

.boxes
{
	font-size:11px;
	padding-right:15px;
	padding-left:10px;
}


.read a
{
	font-size:11px;
	text-decoration:underline;
	color:#4E9E00;
}

#footer
{
	background-color:#CCCCCC;
	font-size:11px;
	text-align:center;
	height:25px;
	padding-top:10px;
	margin:10px 10px 0px;
	
}

