* {
	margin:0px;
	padding:0px;
	outline:none;
}
p,ul,ol,hr {margin-bottom:1em;}
li {margin-left:35px;}
img {border:none;}
body {
	background:#676767;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#E6E6E6;
}
.dark-gray {color:#4A4745;}
.light-gray {color:#676767;}
.white {color:#fff;}
.justify {text-align:justify;}
.clear {clear:both;}
.size13 {font-size:13px;}
.lowercase {text-transform:lowercase;}
.normalcase {text-transform:none;}
.block-right {
	display:block;
	text-align:right;
}
.wide {
	width:200px;
	display:-moz-inline-block;
	display:inline-block;
}
.no-list-style {list-style-type:none;}
.spread-list li {margin-bottom:5px;}
#top-bar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:500px;
	background:#4A4745 url(images/top-bar-bg.jpg) repeat-x left bottom;
	z-index:0;
}
#wrapper {
	width:940px;
	position:relative;
	z-index:1;
	margin:0px auto 0px auto;
}
#header {
	width:940px;
	height:88px;
	line-height:88px;
	position:relative;
	text-align:right;
	font-size:15px;
	text-transform:uppercase;
	color:#B3B3B3;
}
#header a {
	color:#F2F2F2;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#header span {
	padding:0px 5px 0px 5px;
}
#header a:hover {color:#B3B3B3;}
#logo {
	position:absolute;
	top:17px;
	left:0px;
	z-index:3;
	background:url(images/barbara-mcculloch.jpg) no-repeat left top;
}
#logo:hover {background:url(images/barbara-mcculloch-hover.jpg) no-repeat left top;}
#main-banner {
	position:relative;
	margin:25px auto 1em auto;
	display:block;
	width:740px;
	height:446px;
	background:url(images/banner-bg.png) no-repeat left top;
}
#main-banner img {
	position:absolute;
	top:50%;
	left:50%;
	border:solid 2px #CDCCCC;
	margin:-201px 0px 0px -347px;
}
#main-banner p {
	position:absolute;
	bottom:5px;
	left:40px;
	color:#FFFFFF;
	font-size:18px;
	line-height:40px;
}
#main-banner a {
	position:absolute;
	right:40px;
	bottom:23px;
	text-align:right;
	color:#fff;
	font-size:18px;
	line-height:40px;
}
#main-banner a:hover {color:#e6e6e6;}
#index-gallery {padding-left:11px; margin-bottom:5px;}
.gallery-thumb {
	width:187px;
	height:119px;
	display:-moz-inline-block;
	display:inline-block;
	float:left;
	background:url(images/thumbs-bg.jpg) no-repeat left top;
	position:relative;
	margin-left:-10px;
	margin-top:-10px;
}
.gallery-thumb img {
	position:absolute;
	top:50%;
	left:50%;
	margin:-46px 0px 0px -81px;
	border:solid 1px #CDCCCC;
	cursor:pointer;
}
#gallery-gallery {
	position:relative;
	width:720px;
	margin-left:-10px;
	margin-right:-10px;
}
#content {
	width:680px;
	padding:0px 20px 10px 20px;
	margin:0px auto 20px auto;
	position:relative;
}
#content a {
	color:#fff;
	text-decoration:underline;
}
#content a:hover {color:#ddd;}
#content h1 {
	font-size:21px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:.65em;
}
#container {
	width:680px;
	display:block;
	background:url(images/container-bg.jpg) repeat-y left top;
}
#right-column {
	width:365px;
	display:-moz-inline-block;
	display:inline-block;
	float:right;
}
#left-column {
	width:275px;
	display:-moz-inline-block;
	display:inline-block;
	float:left;
}
#footer {
	width:700px;
	height:30px;
	line-height:30px;
	position:relative;
	background:#4D4D4D;
	color:#999;
	padding:0px 10px 0px 10px;
	text-align:right;
	margin:0px auto 0px auto;
	text-transform:lowercase;
	font-size:12px;
}
#footer a {
	color:#999;
	text-decoration:none;
	z-index:3;
}
#footer a:hover {color:#bbb;}
#copyright {
	position:absolute;
	top:0px;
	left:10px;
	text-transform:none;
}
#copyright a {text-decoration:underline;}