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

body {background-color: #000000;
color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
	color: #990000;
	text-decoration:none;
}
a:active {
	color:#990000;
	text-decoration:none;
}

#header { height: 155px; width: auto; margin-bottom: 5px; margin-left: 85px; }
#header2 {height: 50px; width: auto; margin-bottom: 5px; margin-left: 85px; }
#slogan {height: 35px; width: auto; margin-bottom: 5px; margin-left: 85px;}

#footer { margin-left: 85px;
margin-top: 75px;
height: 65px; width: auto;
font-size: 10px; }

#footer2 {
margin-left: 85px;
height: auto;
width: 700px;
}

#main{
margin-left: 85px;
width: 550px;
height: 350px; 
 margin-top: 20px;
      margin-right: 0px;
      margin-bottom: 5px;
	  	       }

#main2{
margin-left: 85px;
width: 550px;
height: 800px; 
 margin-top: 20px;
      margin-right: 0px;
      margin-bottom: 5px;
	  	       }
