body {background-color: #000000;}
/* sets the width of the page and centers it. The width is required to center it properly */
#page { 
	margin: auto; 
	width: 1050px;
	}
/* defines the background for the top portion of the page. If the height of the image changes, edit it here also */	
#top {
	background: url(http://www.falconmachine.com/images/header.jpg) no-repeat;
	height: 352px;
        background-color: #000000;
}
/* positions the buttons */
#menu1 {	
	padding-top: 240px;
	padding-left: 330px;
	text-align: center;
	}
#menu2 {	
	padding-top: 10px;
	padding-left: 330px;
	text-align: center;
	}
/* removes the extra padding and margin from the list menu */		
#menu1 ul, #menu1 li, #menu2 ul, #menu2 li {
	margin: 0;
	padding: 0;
	}	
/* arranges the buttons within the list horizontally instead of vertically */
#menu1 li, #menu2 li {
	display: inline;
	padding: 10px;
	}	


.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.style3 {
        font-size: 25px; 
        color: #992A2A;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
} 
.arttitle {
        color: #444444;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
}
.moreinfo {
        color: #444444;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;  
}
 
a:link {
        color: #888888;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px; 
}
a:visited {
        text-decoration: none;
        color: #888888;
        font-size: 15px; 
}
a:hover {
        text-decoration: underline;
        color: #6666cc;
        font-size: 15px; 
}
a:active {
        text-decoration: none;
        color: #666666;
        font-size: 15px; 

}
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #EEEEEE;
        font-size: 15px; 
        font-weight: bold;

}
a {
        font-size: 13px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #333333;
}
.style11 {
        font-size: 36px;
        color: #444444; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
}



