*{
	margin:0;
	padding:0;
	border:0;
	color:#FFFFFF;
	font:1em/1.5em 'Bell Gothic Std Black', Arial Rounded MT Bold, Batang, Verdana, serif;
	}  
  
body{
	font-size:85%;
	position:relative;
	background:url(../images/artistic-tree-copy.jpg);
	}

	
strong{
	font-weight:bold;
	}

h1,
legend{
	font-size:1.9em;
	text-shadow:#343 0 0 3px;
	opacity:0.9;
	margin:0 0 10px;
	}

h2{
	font-size:1.7em;
	text-shadow:#343 0 0 3px;
	opacity:0.9;
	margin:0 0 10px;
	}
h3{
	font-size:1.5em;
	text-shadow:#343 0 0 3px;
	}
p{
	text-shadow:#343 0 0 3px;
	opacity:.9;
	margin:0 0 20px;
	}
	
.outer{
	z-index:20;
	position:absolute;
	width:977px;
	}
					
.important{
	z-index:90 !important;
	}	

.nav{
	float:left;
	margin:50px 0 0 0;
	background: url(../images/blackbox.png);
	}
	.nav li{
		display:block;
		float:left;
		}
		.nav li a{
			display:block;
			float:left;
			height:0;
			padding-top:51px;
			background-repeat:no-repeat;
			overflow:hidden;
			margin:5px 0 0;
			}

			#about .nav li.about a,
			#work .nav li.work a,
			#contact .nav li.contact a{
				background-position:0 0;
				}
			.nav li.about a{
				width:100px;
				background-image:url(../images/about.png);
				}
			.nav li.work a{
				width:100px;
				background-image:url(../images/portfolio.png);
				}
			.nav li.contact a{
				width:100px;
				background-image:url(../images/contact.png);
				}

				
.content{
	overflow:hidden;
	width:700px;
	position:relative;
	height:310px;
	margin:30px 0 0 0;
	float:left;
	}

.subnav{
	float:left;
	clear:both;
	width:250px;
	margin:30px 0 0 10px;
	list-style:none;
	}
	.subnav li,
	.subnav a{
		display:block;
		float:left;
		clear:both;
		}
	.subnav a{
		width:230px;
		font-size:1.7em;
		text-shadow:#333 0 0 3px;
		opacity:.6;
		padding:10px;
		text-decoration:none;
		line-height:1.3em;
		}
		.subnav a:hover{
			opacity:1;
			}
		.subnav img{
			display:block;
			float:left;
			margin-right:10px;
			border:1px solid #fff;
			}
		.subnav small{
			display:block;
			font-size:.5em;
			text-transform:uppercase;
			}
		.subnav .aboutscrolling,
		.subnav .workscrolling{
			background:url(../images/blackbox.png);
			opacity:1;
			}
		.subnav ul{
			float:left;
			clear:both;
			width:250px;
			margin:0;
			list-style:none;
			}
			.subnav ul a{
				font-size:1em;
				padding:5px 0 5px 20px;
				line-height:1em;
				margin:0;
				}

.section{
	width:6000px;
	position:relative;
	float:left;
	clear:both;
	}
	.section ul{
		list-style:none;
		}		
	.section .sub{
		position:relative;
		float:left;
		width:660px;
		height:290px;
		padding:10px 20px;
		background:url(../images/blackbox.png);
		}
		.sub img{
			float:right;
			margin:10px 0 10px 20px;
			border:1px solid #fff;
			opacity:.8;
			}
		#work .sub img{
			float:left;
			margin:0 20px 10px 0;
			opacity:1;
			}
		.section .sub.photography{
			padding-right:0;
			width:680px;
			}
			#work .sub.photography img{
				margin:0 10px 10px 0;
				}
		.next,
		.previous,
		.sitelink{
			position:absolute;
			display:block;
			padding:5px 10px;
			text-decoration:none;
			background:url(../images/blackbox.png);
			}
		.next{
			right:0;
			bottom:0;
			}
		.previous{
			left:0;
			bottom:0;
			}
		.sitelink{
			top:0;
			right:0;
			}
		.next:hover,
		.previous:hover,
		.sitelink:hover{
			opacity:1;
			}
		
blockquote{
	border-left:3px solid #fff;
	font-size:.9em;
	padding:0 10px;
	margin-left:5px;
	opacity:.8;
	}
	blockquote p{
		font-style:italic;
		margin:0 0 10px;
		opacity:1;
		}	
	
#about{
	top:1410px;
	}	
		
#work{
	top:310px;
	}
	
ul.services{
	float:left;
	margin:0 0 0 20px;
	}	
	ul.services li{
		line-height:1.7em;
		opacity:.7;
		text-shadow:#333 0 0 3px;
		padding-left:20px;
		}
			
dl.projectinfo{
	float:left;
	width:180px;
	}
	dl.projectinfo dt{
		opacity:.7;
		font-size:.9em;
		text-shadow:#333 0 0 3px;
		line-height:1em;
		}
	dl.projectinfo dd{
		opacity:.9;
		text-shadow:#333 0 0 3px;
		margin-bottom:20px;
		line-height:1em;
		}

ul.workpreview{
	float:left;
	width:660px;
	clear:both;
	}
	ul.workpreview li{
		width:220px;
		float:left;
		}
		ul.workpreview li strong{			
			opacity:.8;
			font-size:1.4em;
			text-shadow:#333 0 0 3px;
			float:left;
			clear:both;
			display:block;
			width:220px;
			font-weight:normal;
			}
		ul.workpreview li img{
			margin:0 8px 0 0 !important;
			float:left;
			}
		
#contact{
	top:510px;
	}
	#contactform{
		margin:10px 0;
		float:left;
		clear:both;
		width:600px;
		background: url(../images/blackbox.png);
		}
		#contactform p,
		#contactform label,
		#contactform input,
		#contactform textarea,
		#contactform legend{
			display:block;
			float:left;
			margin:0;
			clear:none;
			background:url(../images/whitebox.png);
			}
		#contactform legend{
			padding:10px 0 10px 6px; 	
			background:none;
			}
		#contactform p{
			clear:left !important;
			opacity:1 !important;
			
			padding:6px 6px 0;
			}
			#contactform p.secondtolast{
				padding:6px;
				}
			#contactform p.last{
				padding:0 6px 6px;
				background:none;
				}
		#contactform label{
			text-shadow:#333 0 0 3px;
			opacity:.9;
			width:70px;
			padding-top:2px;
			margin-left:5px;
			background:none;
			}
		input,
		textarea{
			padding:2px;
			border:1px solid #333;
			background:url(../images/whitebox.png);
			color:#333;
			font:1em/1.5em 'Bell Gothic Std Black', Arial Rounded MT Bold, Batang, Verdana, serif;
			}
		input:focus,
		textarea:focus{
			background:url(../images/whitebox.png);
			color:#000;
			}
		input#submit{
			cursor:pointer;
			padding:2px 10px;
			background:url(../images/whitebox.png);
			color:#000;
			}
			input#submit:hover{
			background:#FFFFFF;
				}
				
	.visitus{
		float:left;
		margin:20px;
		width:330px;
		text-align:right !important;
		background:url(../images/blackbox.png);
		}
		.visitus p{
			margin:0;
			}
		.visitus h1{
			margin-bottom:20px;
			}
		.visitus h2{
			margin-bottom:0;
			}
	address{
		text-shadow:#333 0 0 3px;
		opacity:.9;
		margin:0 0 20px;
		}			