*{
		font-size: 12px;
		font-family: helvetica, arial, sans-serif;
		color: #666;
		text-decoration: none;
		border: none;
		background-color: none;
}
strong {
		text-decoration: underline;
		font-weight: normal;
}
ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
}
h1 {
		font-size: 40px;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		color: black;
		text-decoration: none;
		text-transform: lowercase;
		margin: 0px;
}


/*   base   */



#logobutton {
		position: fixed;
		top: 40px;
		left: 30px;

}




/*   navigation   */


#primary {
		position: fixed;
		top: 150px;
		margin-left: 30px;
}
#secondary {
		position: fixed;
		top: 290px;
		margin-left: 30px;
		width: 200px;
}
.nav {
		color: #666;
		text-decoration: none;
		padding-bottom: 4px;
}
.nav a {
		color: #666;
		text-decoration: none;
		padding-bottom: 4px;
}
.nav a:link {
		color: #666;
		text-decoration: none;
		padding-bottom: 4px;
}
.nav a:visited {
		color: #666;
		text-decoration: none;
		padding-bottom: 4px;
}
.nav a:hover {
		color: #FFE400;
		text-decoration: none;
		padding-bottom: 4px;
}
.on {
		color: #FFE400;
		text-decoration: none;
		padding-bottom: 4px;
}
.on a {
		color: #FFE400;
		text-decoration: none;
		padding-bottom: 4px;
}
.on a:link {
		color: #FFE400;
		text-decoration: none;
		padding-bottom: 4px;
}
.on a:visited {
		color: #FFE400;
		text-decoration: none;
		padding-bottom: 4px;
}
.on a:hover {
		color: #FFE400;
		text-decoration: none;
		padding-bottom: 4px;
}



/*   gallery   */



#largeimage {
		position: absolute;
		top: 150px;
		left: 260px;
		width: 720px;
		background-color: none;
}
#largeimage .projectbox {
		float: left;
		width: 240px;
		height: 200px;
		background-color: none;
}
#largeimage .projectbox .projecttitle {
		font-size: 12px;
		font-family: helvetica, arial, sans-serif;
		font-weight: bold;
		color: black;
		text-decoration: none;
		border: none;
		margin: 8px 0px 0px 0px;
}
#largeimage .projectbox .projecttags {
		font-size: 11px;
		font-family: georgia, "times new roman", times, serif;
		font-style: italic;
		color: #666;
		text-decoration: none;
		border: none;
		margin: 0px 0px 0px 0px;
}
#smallmovie {
		position: absolute;
		top: 150px;
		left: 310px;
}
.imgextrapad {
		padding: 0 0 120px 0;
}
#description {
		position: fixed;
		top: 150px;
		left: 840px;
		width: 200px;
}

