* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", "Helvetica", "Arial", "Verdana", sans-serif;
	color: #777;
	font-size: 12px;
	background: #151413 url('../images/bg.jpg') top left repeat-y;
}
img {
	 border: 0;
}
a {
	color: #666;
}
a:hover {
	color: #fff;
}
#wrapper {
	position: relative;
	padding: 45px 60px;
}
#left {
	position: absolute;
}
#content {
	position: relative;
	height: 615px;
	margin-top: -18px;
	margin-left: 300px;
	background: transparent url('../images/content-bg.gif') top left repeat-x;
}
#photos {
	position: relative;
	height: 615px;
	padding-top: 33px;
	background: transparent url('../images/content-bg-left.gif') top left no-repeat;
}
#photos a, #photos a:active, #photos a:visited {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
	text-decoration: none;
	color: white;
}
	#photos a:hover {
	color: red;
	}

			#back2 {
				position: absolute;
				display: block;
				width: 100px;
				height: 50px;
				top: 100px;
				left: 50px;
				/*text-indent: -10000px;*/
				outline: 0;
				z-index: 1;
			}

#photos span {
	display: block;
	float: left;
	padding: 15px;
	font-size: 2em;
	font-weight: bold;
}


h1 {
	display: block;
	width: 286px;
	height: 158px;
	/*text-indent: -3000px;*/
	background: transparent url('../images/logo.gif') top left no-repeat;
}

#nav {
	position: relative;
	width: 310px;
	height: 364px;
	margin-left: -10px;
	margin-top: 8px;
	background: transparent url('../images/nav-bg.gif') 10px 0px repeat-y;
}
#nav span {
	position: absolute;
	display: block;
	width: 10px;
	height: 9px;
	/*background: transparent url('../images/nav-highlight.gif') 0px 0px no-repeat;  tassello */
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
}

#nav ul li a {
	display: block;
	width: 310px;
	height: 34px;
	/* text-indent: -3000px; */
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(../images/nav.gif) top left no-repeat;
}

#nav ul li a span,
#nav ul li.current_page_item a span,
#nav ul li.current-cat a span {
	width: 280px;
	margin: 8px 0 0 0;
	text-align: right;
}

#nav ul li.current_page_item a,
#nav ul li.current_page_item a:hover,
#nav ul li.current-cat a,
#nav ul li.current-cat a:hover {
	background-position: 0px -68px !important;
}
#nav ul li a:hover {
	color: red;
	background-position: 0px -34px !important;
}


.about {
	height: 160px;
}
.about p {
	padding: 320px 15px 0 25px;
}

.phone,
.email {
	width: 200px;
	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 3px no-repeat;
}


#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}

#back {
	position: absolute;
	display: block;
	width: 116px;
	height: 40px;
	top: 300px;
	right: 62px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url('../images/back.gif') repeat;
}
#back:hover {
	background-position: 0px -36px;
}


