/* CSS Document 	
background-color: #666666;
*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #132b11;
	background-image:url(../images/background-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #4e4d4a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}



/*----------------------------------------Position Main Interface-------------------*/

#interface {
	margin: 0px auto;
	width: 760px;
	}
	
	#container {
		float: left;
		background-image: url(../images/width-repeat.gif);
		background-repeat: repeat-y;
	}
	/*----------------------------------------Header-------------------------------*/	
		#header {
			height: 135px;
			width: 760px;
			display: block;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			}
		#wrapper {
			float: left;
			width: 760px;
			background-image: url(../images/top-width.gif);
			background-repeat: no-repeat;
			background-position: top;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}



/*---------------------------------------RightColumn--------------------------*/
#rightColumn {
	float: right;
	width: 498px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contentWrapper {
	float: left;
	width: 425px;
	margin: 20px 0 0 0;
	padding: 0 0 30px 30px;
}

	
	
	
/*---------------------------------------LeftColumn---------------------------*/


#leftColumn {
	float: left;
	width: 262px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#leftColumn #menu{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
#leftColumn #menu ul{
	list-style: none;
	padding: 0 0 20px 19px;
	margin: 15px 0 0 0;
	font-size: 1.1em;
	background-image: url(../images/spacer-menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#leftColumn #menu li{
	
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	}

#leftColumn a{
	text-decoration: none;
	color: #303030;
	background-image: url(../images/button-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 ;
	width: 214px;
	height: 23px;
	display: block;
	padding: 10px 0 0 10px;
	}

#leftColumn a:hover{
	color: #000000;
	background-image: url(../images/button-menu-over.gif);
	background-repeat: no-repeat;
	width: 214px;
	height: 23px;
	display: block;
	}






/*-------------------------------------------Footer------------------------------------*/	
#footer {
	float: left;
	height: 21px;
	width: 760px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
	padding: 20px 0 0 17px;
	color: #000000;
	font-size: 0.8em;
	/*background-color: #132b11;*/
	}

#footer #copyright{
	float: left;
	}

#footer #ne-web{
	float: right;
	padding: 0 50px 0 0;
	margin: 0 0 0 0;
	}
#footer a{
	text-decoration: none;
	color: #000000;
	}

#footer a:hover{
	text-decoration: underline;
	}
