/*******************************************************
Inspired by The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
background-color:#000;
color:#fff;  
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

a:link { text-decoration: none; color:#ffcc33  } 
a:visited { color : #ffcc33; text-decoration: none; } 
a:hover {text-decoration : underline; color:#c97220; }

ul li a:link { text-decoration: none; color:#c97220  } 
ul li a:visited { color : #c97220; text-decoration: none; } 
ul li a:hover {text-decoration : underline; color:#ffcc33; }

#outer {
	position: absolute;
	 top: 50%;
	 left: 0%;
	 width: 100%;
	 height: 1px;
		}

#inner {
margin-left: -270px;
	 position: absolute;
	 top: -270px;
	 left: 50%;
	 width: 60%;
	 height: auto;
	 border:10px solid #dbdba4;
	  background-color:#c97220;
	 }

blockquote {
margin:1em;
padding:.5em;
background-color:#cccc99;
 text-align:justify;
  font-size:.85em;
	color: #000;
}

h2 {
margin:0 0 -.5em 0;
padding:.1em 0 .1em 0;
letter-spacing:.1em;
text-align: center;
font: italic bold 1.8em georgia, sans-serif
}

h1 {
text-align: center;
 font:normal bold 1.5em 'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
}

div#address {
margin:1em;
padding:.5em;
top:20px;
left:30px;
background-color:#000;
text-align:justify;
font-size:.85em;
color: #fff;
}


#nav {
margin:0 0 1em 0;
padding:.2em 0 0 0;
position: absolute;
top:40px;
right:10px;
 text-align:right;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
display: block;
float: right;
}



#nav li a {
margin-right:.3em;
text-decoration: none;
display: block;
width: 7em;
color:#000000;
border:1px solid black;
padding: .2em .5em .2em 0;
background:#cccc99;
}


#nav li a:hover {
float: none;
display: block;
color:#666666;
text-decoration:none;
background: #dbdba4;
width: 7em;


}

#footer {
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
background-color:#666;
border-top:1px solid #999999;
}

#photos{
	margin: 0;
	padding: 0;
	 width: 80%;
	 display:block;
 float:left;
}

#photos li {
	float: left;
	margin: 0;
	padding: 1px;
	background: none;
	list-style-type:none;
	}
#photos li a {
	float: left;
	margin: 0;
	border: 1px solid #663333;
	background: #000;
	}
	
#photos li a:hover, #work-simple li.active a {
	border-color: #666;
	background: #000;
}

img {border:0;}


#myGallery
{
	text-align: center;
	margin: 0 auto;
}

