body {
	background-color: #292529;
	color: #292529;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #292529;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 2.5em;
	color: #9c8c9c;
	text-transform: uppercase;
	text-align: center;
	font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 15px;
}
p {
	padding: 0px;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.4em;
}
#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 115px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 50px;
}
#header h1 {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 75px;
/*	width: 1024px;
	margin-right: auto;
	*/margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu {
	float: left;
	width: 150px;
	margin-left: 100px;
}
#menu h2 {
	font-size: 1.5em;
	text-align: left;
	color: #9c8c9c;
}
#menu h2 a {
	color: #9c8c9c;
}
#content {
	background-color: #d9c9c3;
	margin-left: 250px;
	margin-right: 100px;
	padding: 25px;
	text-align: center;
	min-height: 250px;
}
#content img {
	margin-top: 25px;
	margin-bottom: 10px;
}
#content h3{
	font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
#content  h4{
	font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: .9em;
	text-align: left;
	padding: 0px;
}
#content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: .85em;
}
#content p {
	text-align: left;
}
#content .photocredit p {
	font-size: .7em;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 75px;
	padding: 0px;
}
#footer {
	margin-top: 15px;
	font-size: .75em;
	height: 40px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	padding-top: 4px;
}
#foottext {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
}
#navbar {
	text-align: right;
}
#credit {
	float: left;
	width: 500px;
}
#print {
	background-color: #d9c9c3;
	float: left;
	width: 245px;
	margin-left: 100px;
	margin-right: 15px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
#web {
	background-color: #d9c9c3;
	padding: 10px;
	width: 245px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
#words {
	background-color: #d9c9c3;
	padding: 10px;
	float: right;
	width: 245px;
	margin-right: 100px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.floatright {
	float: right;
}
.rounded-corners {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.urbangreymenu .headerbar{
	background: #d9c9c3; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding-right: 10px;
	width: 100px;
}

.urbangreymenu{
/*width: 150px; /*width of menu*/
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	font-size:0.75em;
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
color: #d9c9c3;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 20px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	cursor:hand;
	text-decoration: underline;
}

.urbangreymenu .expanded{ /*class added to contents of 1st demo when they are open*/
	width: 150px;
}

.shadow{
position:relative;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
#wrapper img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

