@charset "utf-8";
/* CSS Document */
    @import "style.css"; /* just some basic formatting, no layout stuff */
<!--
body {	
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	}
html {
	color:#FFF;
	font-size:16px;
	background-color:#000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Arial, Helvetica, sans-serif;
}
#bg{
	
	padding: 6px;
}
  #imageslide {
    margin: 0px;
    border: 0px;
    width: 800px;
    height: 248px;
  }
    #center {
		text-align:center;
  }
strong{
	font-weight:bold;
}
h1 {
	padding-top:12px;
	margin: 0px;
	font-size:24px;
	color:#b30006;
		
	}
	h2 {
	font-size:18px;
	color:#fff;
	}
.oneColElsCtr #container {
	z-index:0;
	padding: 0px;
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	#menu 
{
		width:240px;
	float:left;
	position:relative;
	margin-top:10px;
	margin-left:6px;
	padding:0px;
	font-size: 14px;
	padding-bottom:0px;
}

#image1 {
float:left;
margin:0px;
margin-right:14px;
margin-bottom:15px;
padding:0px;
}
#image2 {
float:right;
margin:0px;
margin-left:14px;
margin-bottom:15px;
padding:0px;
}

#main {
	width:800px;
	margin: 0px;
	padding: 0px;
	
}
#main2 {
	background-image: url(images/body-top-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	
}
#maincontent {
	margin: 0px;
	padding-left: 252px;
	padding-right: 8px;
	padding-top:15px;
	color:#FFF;
	font-size:14px;
}
#footer{
	text-align:right;
	clear:both;
		margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
}
a{
	font-size:18px;
color:#b30006;
padding: 0;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#fff;
text-decoration:none;
font-weight:bold;
}
-->