/* CSS Document */

body { background-color: black; color: #CCCCCC; font-family: arial; font-size: 10pt; 
	   background-image: url('../images/flames.jpg');
	   background-position: bottom right;
	   background-attachment: fixed;
	   background-repeat: repeat-x;
	 }

a, a:link, a:active, a:visited { color: #AE0202; text-decoration: none; }

a:hover { color: white; text-decoration: underline }

.search { float: right; }

#mainlevel-nav li{ display: inline; padding-right: 10px; }

#mainlevel-nav { margin-left: 5px; padding-left: 0px; }

.main_container { width: 800px;  background-color: black; }

.inputbox, input { background-color: #360B02; border-color: #360B02; color: #CCCCCC; }

.mainlevel { 
	
	width: 100%;
	/**background-image: url('../images/linkbackground.gif');**/
	height: 20px;
	
}

.moduletable { width: 100%; }
