/* Template by J. Marie Mayer. Feel free to use, but
do not remove this top comment, please.
Comments are added to help with customization. */
/*---------------------------------------------*/

body{
	background: #000000 url('bgnini.gif') repeat;
}
/* Links
--------------------------------------------------------- */

a {
	color: #d72d2d;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #a61013;
	text-decoration: none;
}

a:hover {
	color: #a61013;
	text-decoration: underline;
}

#wrapper{
	top: 25px; right: 25px; bottom: 25px; left: 25px; /* These set how far away from the edge. Edit as desired */
	margin: 0 auto; /*This makes the wrapper centered. Do not change */
	background-color: #381801;/*Inside background colour*/
}

#header{
	height:289px; width:717px; /* Change these to fit the banner of your choice */
	#banner { background-position: center; };
}

#navigation{
	width:100%; /* Width of Navigation bar*/
	height: 50px;
	text-align:center;
}

/*This is the style for the links in the Nav Bar*/
#links{
	margin:15px; /* change this as you want for how close/far you want the text to the edges of the area*/
	padding:0 10px 0 10px;
	border-top:thin #3e3d3d;
	border-bottom:thin #3e3d3d;
}

/*this is the main content area*/
#content{
	overflow:auto; /* Makes the scroll bars appear when the content is longer than the box */
	height:500px;
	margin:15px; /* change this as you want for how close/far you want the text to the edges of the area*/
	border-bottom:thin #3e3d3d;

}

/*Footer*/
#footer{
	font-size:8pt;
	text-align:center;
}

#footer a{
	color:#808000;
}
