body {
	background:#0e0900;
	color:#a58f61;
}
a {
	color:#a58f61;
}
a:hover, a.current {
	color:#dfdedd;
}
h1 {
	display:inline;
	border-right:1px solid #a58f61;
	float:left;
	background:url(../images/logo_i_do.gif) no-repeat center left;
	text-indent:-1000px;
	overflow:hidden;
	width:263px;
	height:40px;
	margin:15px 0;
	padding-right:15px;
}
h2 {
	line-height:70px;
	margin:0;
	color:#a58f61;
	font-size:120%;
	text-transform:lowercase;
	font-weight:normal;
	float:left;
	padding-left:15px;
}
.blankImage:hover, #photoNav img:hover {
	border:1px solid #b09968;
}
.blankImage {
	background:#b09968;
}

/*custom code*/

.topbanner{
	background-color:#0e0900;
	height:70px;
}

#btnUp{
	float:left;
	width:20px;
	background-image:url(../images/blackuparrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-3000px;
	overflow:hidden;
	padding:5px 5px 5px 5px;
}

#btnDown{
	float:left;
	width:20px;
	background-image:url(../images/blackdownarrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-3000px;
	overflow:hidden;
	padding:5px 5px 5px 5px;
}
