/* @override http://ssss.yikesite.local:81/stylesheets/UI.css */

* { outline: none; }

body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.jpg) repeat-x #5A1905;
}

/******** TOOLS *********/
.squeezer { width: 975px; margin: 0 auto; }
.clear { clear: both; }

/******** LAYOUT ********/

#header{
	background: url(/images/banner.png) no-repeat top center;
	height: 170px;
	}
	#header a#heading{
	display: block;
	margin-bottom: 40px;
	height: 75px;
	text-indent: -999em;
	}
ul#navigation{
	margin: 0 auto;
	padding: 0;
	}
ul#navigation li{
	float: left;
	margin: 0 30px 0 0;
	list-style-type: none;
	background: url(/images/bg-button.gif) top left;
	padding-left: 7px;
	}
	ul#navigation li a{
	color: white;
	text-decoration: none;
	background: url(/images/bg-button.gif) top right;
	padding-right: 7px;
	height: 24px;
	display: block;
	font-size: 16px;
	}
	ul#navigation li a:hover, ul#navigation li.active a{
	color: #f9ffc0;
	}
	ul#navigation li#tab1{
	margin: 0 40px 0 40px;
	}
	ul#navigation li#tab2{
	margin-right: 200px;
	}
#content{
	margin: 20px auto 0 auto;
	width: 770px;
	min-height: 250px;
	}
#footer{
	background: url(/images/bg-footer.gif) no-repeat;
	padding: 0 10px 0 10px;
	width: 790px;
	margin: 50px auto 20px auto;
	height: 24px;
	}
#footer span.details{
	float: left;
	}
#footer span.links{
	float: right;
	text-align: right;
	padding-right: 15px;
	}
#footer span.links a{
	text-decoration: none;
	color: #ccc;
	}
#footer span.links a:hover{
	color: #f9ffc0;	
	}
/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}



/******** GALLERY MODULE ********/ 
#photo h1{
	text-align: center;
    margin-bottom: 0.5em !important;
	}
#photo .navigation{
	height: 75px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	}	
	#photo .previous, #photo .next{
		padding: 0px;
		text-decoration: none;
		text-indent: -999em;
		display: block;
		width: 30px;
		height: 25px;
	}
	#photo .previous{
		float: left;
		background: url(/images/previous.gif) no-repeat;
		margin-left: 160px;
	}
	#photo .next{
		float: right;
		background: url(/images/next.gif) no-repeat;
		margin-right: 160px;
	}
        #photo .back{
	        font-size: 0.9em;
            color: #aaa;
            text-decoration: none;
        }
        #photo .back:hover{
	        text-decoration: underline;
        }
	#photo p{
		margin: 0 0 10px 0;
	}
	#photo .image{
		clear: both;
		text-align: center;
	}
	#photo .image img{
		border: 1px solid #a92625;
	}
        #photo .description{
	        text-align: center;
                margin-top:10px 
        }

#gallery ul{
  margin: 0 auto;
  padding: 0;
  width: 675px;
}
  #gallery ul li{
    margin: 0 5px 5px 0;
    list-style-type: none;
    padding: 5px;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #721a19;
    background-color: #361609;
  }
  #gallery ul li:hover{
      border: 1px solid #aaa;

  }


  #gallery li img{
    vertical-align: middle;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }

