/* sets the width of the page and centers it. The width is required to center it properly */
#page { 
	margin: auto; 
	width: 790px;
	}
/* defines the background for the top portion of the page. If the height of the image changes, edit it here also */	
#main {
	background: url(http://www.natch.net/images/main.jpg) no-repeat;
	height: 487px;
}
#mini {
	background: url(http://www.natch.net/images/top.jpg) no-repeat;
	height: 145px;
}
/* positions the buttons */
#nmbig {
	padding-top: 420px;
        }
#nmsmall {
	padding-top: 60px;
        }

#nmenusmall {	
	padding-top: 6px;
	font-size: 13px;
        }
#nmenu {	
        padding-right: 100px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: rgb(210,210,210);
	}
#nmenu a:link, #nmenu a:visited {
	color: rgb(210,210,210);
	text-decoration: none;
	}
#nmenu a:active {
	color: gray;
	}
/* removes the extra padding and margin from the list menu */		
#nmenu ul, #nmenu li {
	margin: 0;
	padding: 0;
	}	
/* arranges the buttons within the list horizontally instead of vertically */
#nmenu li {
	display: inline;
	padding: 1px;
	}	

