* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	background: #ffffff url('../images/bg.jpg') top left repeat-y;
}
img {
	 border: 0;
}
a {
	color: #666;
	outline: none;
}
#wrapper {
	position: static;
	padding: 45px 60px;
}
#left {
	position: fixed;
}
#content {
	position: relative;
	height: 515px;
	margin-top: 0px;
	margin-left: 250px;
	background: transparent url('../images/content-bg.gif') top left repeat-x;
}
#photos {
	height: 515px;
	padding-top: 33px;
	background: transparent url('../images/content-bg-left.gif') top left no-repeat;
}
#photos a {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
	text-decoration: none;
}
#photos div {
    padding:10px;
    background-color:#efe;
	margin-top: 400px;
}
h1 {
	position: fixed;
	display: block;
	width: 574px;
	top: 15px;
	left: 42px;
	padding: 5px;
	z-index: 50;	
	}
h2 {
	position: fixed;
	display: block;
	width: 216px;
	top: 5px;
	right: 8px;
	padding: 5px;
}

#block {
	position: fixed;
	display: block;
	width: 210 px;
	height: 700 px;
	background: #ffffff;
	z-index: 30
	}


#nav {
	position: relative;
	width: 230px;
	height: 489px;
	margin-left: -30px;
	margin-top: 38px;
	z-index: 40;
	background: #ffffff url('../images/nav-bg.gif') 10px 0px repeat-y;
}
#nav span {
	position: absolute;
	display: block;
	width: 10px;
	height: 9px;
	background: #ffffff;
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 310px;
	height: 34px;
	color: blue;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -68px !important;
	color: red;
}
#nav ul li a:hover {
	background-position: 0px -34px !important;
}
.about {
	height: 160px;
}
.about p {
	padding: 270px 15px 0 25px;
}
.blog {
	display: block;
	width: 300px;
	height: 33px;
	margin-left: 10px;
	border-top: 0px solid #565656;
	text-indent: -3000px;
	margin-top: 296px;
	background: transparent url('../images/nav-READBLOG02.gif') -10px 0px no-repeat;
}
.blog:hover {
	background-position: -10px -34px;
}
.phone,
.email {
	padding-left: 16px;
}
.phone {
	background: transparent url('../images/phone.gif') 0px 3px no-repeat;
	margin-top: 15px;
}
.email {
	position: absolute;
	background: transparent url('../images/email.gif') 0px 5px no-repeat;
}
#qTip {
	position: absolute;
	display: none;
	padding: 8px 8px;
	vertical-align:middle;
	text-align: center;
	width: 150px;
	font-size: 12px;
	color: #fff;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}
#back {
	position: fixed;
	display: block;
	width: 116px;
	height: 32px;
	top: 590px;
	right: 8px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url('../images/backd.gif') repeat;
}
#back:hover {
	background-position: 0px -36px;
}