* {
	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;
}
a:hover {
	color: #fff;
}
#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;
}
h1 {
	position: fixed;
	display: block;
	width: 574px;
	top: 15px;
	left: 22px;
	padding: 5px;
	z-index: 50;
	text-indent: -3000px;
	background: #ffffff url('../images/logo.jpg') top left no-repeat;
	
	}
h2 {
	position: fixed;
	display: block;
	width: 216px;
	top: 5px;
	right: 100px;
	padding: 5px;
	text-indent: -100px;
	background: #ffffff url('../images/contact.jpg') top left no-repeat;
}

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


#nav {
	position: relative;
	width: 230px;
	height: 473px;
	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: 24px;
	text-indent: -3000px;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -48px !important;
}
#nav ul li a:hover {
	background-position: 0px -24px !important;
}
.about {
	height: 72px;
}
.about p {
	padding: 270px 24px 0 25px;
}
.blog {
	display: block;
	width: 300px;
	height: 33px;
	margin-left: 10px;
	border-top: 0px solid #565656;
	text-indent: -300px;
	margin-top: 296px;
	background: transparent url('../images20/X.gif') -10px 40px no-repeat;
}
.blog:hover {
	background-position: -10px -24px;
}
.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: 394px;
	height: 30px;
	top: 590px;
	right: 8px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url('images/baxx.jpg') no-repeat;
}

}

