/* This CSS Document is created by Nur
 Copyright NUR KARLICA ROY 2010
Visit her website 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-image: url(../css/oak.jpg);
	list-style-position: outside;
	list-style-image: url(../images/blt.gif);

}
	
#main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background-color: #ffffff;
		
}
	
#top {
	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;
	font-family: "Times New Roman", Times, serif;
	}
	
#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;
	text-shadow: #000 1px -1px 1px;

	}
	
#nav a{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 10px 5px 4px 4px;
	font-weight: bold;
}

#nav a:hover{
	padding:10px 5px 4px 4px;
	color:#F00;
	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;
}



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


.foto {
	padding: 4px;
	background-color:#BD8D86;
	border: 3px double #785B2F;
}


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