/* Start of CMSMS style sheet 'nfsc-new :: layout' */
/*

*/

body

{
	margin: 0;
	padding: 0;
	text-align: center;
}

#container
{
	width: 800px;
	margin: 1em auto 1em auto;
	text-align: left;
	
}

#header{
	width:800px;
	height:92px;
	border:0px solid pink;
	background:url('/uploads/images/layout/headerBackground.jpg') no-repeat;
}

div#header h1 a {
	display: block;
	width:100px;
	float:left;
	height: 80px;        
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

#search{
	width:300px;
	float:right;
text-align:right;
margin:0; 
padding:0;
padding-right:20px;
	padding-top:20px;
}


#content
{
	text-align: left;
	width: 720px;
	background:url('/uploads/images/layout/contentBackground.jpg') repeat-y;
	padding: 1px 40px 30px 40px;
border:0px solid green;
	margin:0;

}

#footer
{
	clear: both;
	height:60px;
text-align:center;
	padding:0;
	background:url('/uploads/images/layout/footerBackground.jpg') no-repeat;
}



#footer a:hover{
	color: red; 
}



/* End of 'nfsc-new :: layout' */

