@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}
#container {
	height: auto;
	width: 900px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/siteelements/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 274px;
	width: 900px;
}
#lowermain {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 900px;
	background-image: url(../images/siteelements/main_bg.jpg);
}
h2.logo {
	font-size: 1px;
	background-image: url(../images/siteelements/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 43px;
	width: 351px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h3.slogan {
	font-size: 1px;
	background-image: url(../images/siteelements/slogan.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3.headerPic {
	font-size: 1px;
	background-image: url(../images/siteelements/header_pic.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float:right;
	height: 150px;
	width: 147px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	top: -20px;
	right:35px;
	bottom: 0px;
}
#leftNav {
	font-size: 1px;
	text-indent: -9999px;
	float: left;
	width: 225px;
	height: auto;
	margin:0;
	padding:0;
}
#leftNav ul{
	margin:0;
	display: inline-block;
	list-style-type: none;
	float:left;
}
#leftNav li, #leftNav a {
	margin-left:-10px;
	height:28px;
	width:200px;
	padding:0;
	background-repeat: no-repeat;
	display: block;
}
li.home {
	background-image: url(../images/siteelements/nav_home1.png);
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;	
}
li.photos {
	background-image: url(../images/siteelements/nav_photos1.png);
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
li.blog {
	background-image: url(../images/siteelements/nav_blog1.png);
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
li.contact {
	background-image: url(../images/siteelements/nav_contactus1.png);
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}



#contentBucket {
	float: left;
	width: 647px;
	position:relative;
	top: -80px;
}
#boxTop{
	background-image: url(../images/siteelements/contentblock_top.png);
	height: 31px;
	width: 644px;
	background-repeat: no-repeat;
	display: block;
}
#boxMiddle{
	background-image: url(../images/siteelements/contentblock_middle.png);
	padding-top:5px;
	padding-bottom:5px;
	width: 644px;
	background-repeat: repeat-y;
}
#boxBottom{
	background-image: url(../images/siteelements/contentblock_bottom.png);
	height: 29px;
	width: 644px;
	background-repeat: no-repeat;
	display: block;
}
#editorialWell {
	width:600px;
	margin-left:25px;
}
#contentBucket h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
#contentBucket h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
}
#contentBucket p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
img.right {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}