/* custom css */

/* First pull in Bootstrap's stylesheet*/


/* my custom style */


@charset "UTF-8";



body {
 margin: 0;
 background-image: url(../img/background.jpg);
 background-repeat:repeat;

 
 
}

.navbar-default{
	background:none;
	filter:none;
	box-shadow:none;
	
	background-color:none;
	border:none;
	box-shadow:none;
	
}

.navbar .nav >li >a {
	color: #1A1813;
	
}

.navbar .nav >li >a:hover {
	color:#1A1813;
	font-weight: bold; 
	background: #FFCC66
}

.navbar .nav .active >a {
	color: #FFCC66;
	background: #997A3D;
	font-weight: bold; 

}
.navbar .nav .active >a:hover{
	background: #FFCC66;

}

.navbar .nav >li > a:visited {
	font-color: green;
	

}

#header{
	position: relative;
	width: 900px;
	height: 70px;
}
	
.left { float: left; }
.img-right { float: right; }	