/*Design by  Nur Stylesheet visit www.designbynur.com */ 

body {
	font-family:Trebuchet MS, sans-serif;
	color: #000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 0.9em;
	background-color: #eee;
	background-image: url(../css/bg.jpg);
	list-style-image:url(ok.png);
	list-style-position:outside;

}
	
#main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background-color: #ffffff;
		
}
	
#nav {
	margin-top: 0px;
	height: 80px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	background-image: url(../css/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	color: #eee;
	font-family: "Courier New", Courier, monospace;
	}
	
#nav a{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 10px 5px 4px 4px;
	font-weight: bold;
	text-shadow: #000 1px -1px 1px;


}

#nav a:hover{
	padding:10px 5px 4px 4px;
	color:#9C3;
	font-weight: bold;
}

#nav a:active{
	padding:10px 5px 4px 4px;
	color:#F90;
	font-weight: bold;
}
	
#nav a:visited{
	padding: 10px 5px 4px 4px;
	font-weight: bold;
}

	
#footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.9em;
	color: #864330;
	padding: 6px;
	background-image: url(../css/alt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}

a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #666600;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #999966;
}


.gri {
    color: #666;
	font-weight: bold;
}	

.left {
	float: left; }
	
.right { float: right; }


	
.brown {
	color: #452F27;
	font-weight: bold;
	font-family: Comic Sans MS;
	font-size: 18px;
	letter-spacing: 2px;
	}