

/* --------------Blanket rules for all elements----------- */


body {
	width: 1000px;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #fff;
	}
			
a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	color: #666;
	font-weight:normal;
	}
	
ul {
	list-style:none;
	}

li {
	display:inline;
	}
	
h1 {
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	}
	
h2 { 
	font-size: 110%;
	line-height: 100%;
	color: #000;
	}
	
h3 {
	font-size: 110%;
	}
	
p	{
	font-size: 100%;
	line-hieght: 150%;
	}

/* -------------- Page ID's ----------- */

	
#container {
	width: 1000px;
	height: 600px;
	background-image: url(images/nff_bgimg2.jpg);
	background-repeat: no-repeat;
	}

#masthead {
	height:30px;
	margin-left: 42%;
	margin-right: 27%;
	margin-top: 0px;
	margin-bottom: 10px;
	}
		
#mainCol {
	margin-left: 12%;
	margin-right: 27%;
	margin-bottom: 10px;
	margin-top: 160px;
	padding: 10px;
	border: none;
	height: 300px;
	}
	
#galleries {
	margin-left: 12%;
	margin-right: 27%;
	margin-bottom: 10px;
	margin-top: 5px;
	border: none;
	height: 50px;
	text-align:center;
	font-size: 20pt
	}

	
	
#sidebar_a {
	float:left;
	width:156px;
	background:url(images/sidebar.jpg);
	text-align:left;
	height: 646px;
	}
	
#sidebar_b {
	float:right;
	width:161px;
	padding: 15px;
	background:url(images/gradient.jpg);
	text-align:left;
	height: 600px;
	}
	
#footer {
	clear:both;
	text-align:left;
	}
	
#footer p {
	font-size: 90%;
	line-height: 100%;
	color: #666;
	clear: right;
	}	
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	margin:10px 10px 5px 0;
	}

.clear {
	clear:right;
	padding-top:20px;
	}
	
.spacer {
	clear:both;
	}

	
	

