html, body {
	background: #fff url(../images/bg-0708.png) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 900px;
	height: 100%;
}

p {
	line-height: 1.3em;
	color: #333;
}

q {
	line-height: 1.3em;
	font-style: italic;
	color: #333;
}

a {
	color:#770404;
	text-decoration: none;
}


h1#header {
	position: absolute;
	bottom:20px;
	margin:0;
	padding: 0;
	left:500px;
	font-size: 80px;
	color: #ccc;
	border-top: 1px #666 solid;

}

#nav {
}

ul#mainnav {
	position: absolute;
	top:20px;
	left:270px;
}

ul#mainnav li {
	display: inline;
	font-size: 14px;
	padding-right: 20px;

}

ul#mainnav li a {
	color: #666;
	text-transform: uppercase;
}

ul#mainnav li a:hover {
	color: #666;
	border-bottom: 2px #770404 solid;
	}


ul#subnav {
	position: absolute;
	bottom:110px;
	left:510px;
}

ul#subnav li {
	display: inline;
	font-size: 12px;
	padding-right: 15px;
}

ul#subnav li a {
	color: #666;
}

ul#subnav li a:hover {
	color: #333;
}

ul#sectionnav {
	position: absolute;
	top: 40px;
	left: 300px;
}

ul#sectionnav h2 {
	display: inline;
	font-size: 12px;
	padding-right: 16px;
	color: #333;
}

ul#sectionnav li {
	display: inline;
	font-size: 12px;
	padding-right: 16px;
	color: #333;
}

ul#sectionnav li a {
	color:#666;
}

ul#sectionnav li a:hover {
	color:#333;
}


/* Main Content */

#content {
	position: absolute;
	top: 60px;
	left:260px;
	background-color: #fff;
	width:670px;
	max-height: 480px;
	overflow: auto;
/*	-moz-opacity: .85; */
	}
	
#content h2 {
	padding: 10px;
	color:#770404;
	font-weight: bold;
}

#content p, #content q {
	padding: 5px 10px;
}

/* Web Design Content */


#content-web {
	position: absolute;
	top: 60px;
	left:260px;
	background-color: #fff;
	width:670px;
	max-height: 480px;
	_height: 480px;
	overflow: auto;
/*	-moz-opacity: .85; */
}

#content-web li {
	padding: 10px 10px;
	border-bottom: 1px #ccc solid;
	min-height: 150px;
	_height: 150px;
}

#content-web li a img {
	float:right;

}

#content-web a:hover {
	color:#770404;
	text-decoration: underline;
}

#content-web p, #content-web q {
	padding: 5px 0;
	
}

/* Gallery Content */

#content-gallery {
	position: absolute;
	top: 60px;
	left:510px;
	width:400px;
	max-height: 400px;
}



#gallery-thumbnails {
	position: absolute;
	top: 60px;
	left:270px;
	width:200px;
}


#gallery-thumbnails	span.thumbnail a {
	display: block;
	float: left;
	width:90px;
	height:100px;
	margin:0 5px 5px 0;
	overflow: hidden;
}


#site-info {
	position: absolute;
	bottom:5px;
	left:635px;
}

#site-info p {
	text-align:right;
	color: #999;
	font-size: 10px;
}

/* Photo Gallery Page */

#gallery-content {
	position: absolute;
	top: 50px;
	left:100px;
	width:630px;
	}

ul#photonav-top-level {
	position: absolute;
	top: 60px;
	left:110px;
}

ul#photonav-top-level li {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin:5px;
	overflow: hidden;	
}

ul#photonav-top-level li a img {
	z-index: 90;
}
ul#photonav-top-level span.section-name {
	position: absolute;
	margin-left: -390px;
	margin-top: 130px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}