html{
	min-height: 100%;
	height: auto;}

body{
	background-color: #000;
	color: #d4d2d2;
	background-image: url('../images/bg-tile.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

h1{
	font-size: 22px;
	color: #fff007;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4{
	font-size: 11px;
	color: #FFF007;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1,h2,h3{padding-bottom: 15px;}

p{line-height: 1.7em;}

strong{color: #fff007; font-size: 1.1em;}

a{color: #CCC; font-size: 1.05em;}

ul{list-style-type: none;}

#container{border-left: 1px solid #FFF; border-right: 1px solid #FFF;}

#navigation {
	background-image: url('../images/nav-bg-tile.jpg');
	background-repeat: repeat-x;
	height: 44px;
	margin-top: -4px;
}

#navigation ul{
	list-style-type: none;
	float: right;
	padding: 0;
}
#navigation ul li{
	list-style-type: none;
	display: inline;
	height: 26px;
	padding: 6px 10px;
	background-color: #FFF007;
	margin-right: 8px;
}
#navigation ul li a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
	line-height: 26px;
}

#navigation ul li a:hover{color: #BA9F00;}

#large-image{margin-top: -4px;}

#content{margin-top: -4px; background-color: #616161;}

#content #content-left{
	padding-top: 20px;
	background-color: #616161;
}

#latest-work{
	margin-top: 60px;
}

#content #content-right{
	width:230px;
	float: left;
	padding-top: 20px;
	background-color: #363636;
}

#content #content-right p{
	font-size: 11px;
	line-height: 1.4em;
}

#footer{
	text-align: center;
	padding: 15px 0 10px 0;
	font-size: 11px;
	border-top: 1px solid #FFF;
	background-color: #000;
}
#footer a{color: #FFF;}

.padding-15{margin-left: 15px; padding-right: 15px;}

.yellow{color: #fff007;}


.staff-member{clear: both; height: 120px; margin-bottom: 20px;}
.staff-photo{width: 124px; overflow: hidden; float: left; height: 124px;}
.staff-photo img{border: 2px solid #FFF;}
.staff-info{float: left; clear: right; margin-left: 15px;}
.staff-name{color: #fff007; font-size: 16px; font-weight: bold;}