/*Elements*/
HTML
{
}
BODY
{
	background: #272727 none;
	color: #CCC;
	/*[empty]margin:;*/
	font-family: "Segoe UI", Arial, Verdana, sans-serif;
	font-size: 13px;
	scrollbar-base-color: #7D3602;
	scrollbar-track-color: #1B1B1B;
}
*
{
	margin: 0;
	padding: 0;
}
HR
{
	display: none;
}
H1
{
	margin: 0 0 15px;
	font-size: 19px;
	color: #CCC;
	font-weight: normal;
}
H2
{
}
H3
{
}
P
{
	margin: 0 0 15px;
}
A
{
	color: #CCC;
}
A:hover
{
	color: #DD6006;
}
UL
{
	margin: 0 0 15px;
	list-style: inside;
}
LI
{
}
IMG
{
	padding-bottom: 6px;
}
TABLE
{
	margin: 0 auto;
}
TD
{
	vertical-align: top;
	padding-bottom: 7px;
}
TR
{
}
/*Classes*/
.clear
{
	clear: both;
}
.image-right
{
	float: right;
	margin: 0px 10px;
}
.image-left
{
	float: left;
	margin: 0px 10px;
}
.caption
{
	font-style: italic;
	text-align: center;
	margin-top: -6px;
	color: #9D9A9A;
}
.year
{
	font-weight: bold;
	width: 83px;
}
/*Pages*/
#links #scroll-box
{
	overflow-x: auto;
	overflow-y: auto;
}
#contact #scroll-box
{
	overflow-x: auto;
	overflow-y: auto;
}
#gallery UL LI A.active
{
	border: none;
}
#gallery UL LI UL
{
	border-bottom: 1px solid #575654;
}
#gallery #scroll-box
{
	text-align: center;
}
/*Containers*/
#container
{
	width: 900px;
	background: #272727 url(images/signature.gif) no-repeat 17px 267px;
	margin: 45px auto 0;
	height: 535px;
	border: 1px solid #575654;
}
/*Navigation*/
#navigation
{
	float: left;
	margin: 12px 14px;
}
#navigation H1
{
	text-transform: uppercase;
	color: #BC5001;
	font-weight: normal;
	font-size: 18px;
}
#navigation UL
{
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
}
#navigation UL LI
{
}
#navigation UL LI A
{
	color: #949391;
	text-decoration: none;
	border-bottom: 1px solid #575654;
	width: 110px;
	display: block;
	padding: 3px 0 6px;
	font-size: 16px;
}
#navigation UL LI A.active
{
	color: #CCC;
}
#navigation UL LI A:hover
{
	color: #BC5001;
}
#navigation UL LI UL
{
	text-transform: lowercase;
	font-size: 0px;
	margin-bottom: 7px;
}
#navigation UL LI UL LI A
{
	font-size: 12px;
	width: 137px;
	border: none;
}
/*Thumbnails*/
#thumbnails
{
	float: left;
	width: 61px;
	height: 500px;
	margin-top: 17px;
	margin-left: 15px;
	/*[disabled]background:#000;*/
	text-align: right;
}
#thumbnails IMG
{
	margin: 0px;
	padding: 0px;
}
#thumbnails .thumbnail
{
	width: 62px;
	height: 47px;
	padding-bottom: 3px;
}
#thumbnails A IMG
{
	border: 1px solid #666666;
}
#thumbnails A:hover IMG
{
	border: 1px solid #CCC;
}
/*Scroll Box*/
#scroll-box
{
	width: 590px;
	height: 465px;
	border: 1px dotted #7D3602;
	float: right;
	margin: 19px 18px;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*Footer*/
#footer
{
	text-align: right;
	width: 900px;
	margin: 0 auto;
	margin-top: 8px;
}
#footer A
{
	color: #949391;
	text-decoration: none;
}
#footer A:hover
{
	color: #CCC;
	text-decoration: underline;
}
