html {
	height: 100%;
}

p {
	margin:1px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-left:15px;
	padding: 0px;
	height: 100%;
	position:relative;
	font-weight: bold;
	color: #AAAAAA;
}

h1 {
	color: #c1d72e;
	font-size: 20px;
}


div, span { padding:0px; margin: 0px; }

#left {
	height: 100%;
	width:1000px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

#main {
	float:left;
background-color:#FFFFFF;
height:550px;

}

#nav {
	padding-left:0px;
	width:162px;
	float:left;
	text-align:left;
	font-size:10px;

}

#nav h1 {
	color: #999999;
		margin-left: 0px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration:none;
}

#nav .active {
	color: #c1d72e;
 }

#nav a {
	color:#999999;
	margin-left: 0px;
	text-decoration:none;
	}
	
#nav a:hover {
	color: #c1d72e;
	}
		
#navlist {
	padding-left:12px;
	}		
	

#logo {
	width:159px;
	height:159px;
	display:block;
	background:url(images/logo.jpg) no-repeat;
	text-indent:-4000px;
	float:none;
}


#navul .sub {
	margin: 0px;
	margin-bottom:10px;
	padding:0px;
}
#navul li {
	list-style:none;
	margin-left:0px;
}

#navul li a {
	display:block;
	background-image:url(images/nav.jpg);
	text-indent:-4000px;
	width:163px;
}

#navul #work {
	height:25px;
	background-position: 0px -20px;
}

#navul #brand {
	height:22px;
	background-position: 0px -45px;
}

#navul #illust {
	height:22px;
	background-position: 0px -67px;
}

#navul #brouchers {
	height:22px;
	background-position: 0px -89px;
}

#navul #reports {
	height:22px;
	background-position: 0px -111px;
}

#navul #about {
	height:25px;
	background-position: 0px -143px;
}

#navul #background {
	height:25px;
	background-position: 0px -168px;
}

#navul #bios {
	height:25px;
	background-position: 0px -191px;
}

#navul a:hover {
	background-image:none;
}

#content {
	float:left;
	width:790px;
	background:url(images/bg.jpg) no-repeat top left;
	height:100%;
	padding:40px 0px 0px 42px;
	overflow:hidden;
	text-align:left;
	
}

#flashcontent {
	height: 100%;
	padding-bottom:44px;
	z-index:2;
	
}

#footer {
	position:absolute;
	bottom:0px;
	z-index:-1;
	text-align:center;
	width:100%;
	display:block;
}

#footer img {
	margin-left:auto;
	margin-right:auto;
}

.green {color: #c1d72e}
