/********************************/
/* GENERAL CSS*/
/********************************/
body
{
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	/* background-image: url(images/bg01.gif); */
	background-repeat: repeat;
	background-attachment: fixed;
}

img
{
	border-width: 0;
	padding: 5px 0px 0px 0px;
}

.menue
{
	background-color: #e8eef1;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 50px 30px 30px;
	width: 100%;
	float: left;
}

.active
{
	font-family: Arial Black;
	font-size: 1.2em;
	line-height: 1em;
	background-color: #f6ff00;
	color: #000000;
	padding: 25px 0px 10px 10px;
}

.content
{
	z-index: 2;
	/* use this to set this content BELOW the others */
}

/* set up the individual boxes */
.work
{
	font-family: Arial Black;
	margin-left: -600px;
	z-index: 3;
	/* use this to set this content ABOVE the CONTENT */
}

.over
{
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia;
	letter-spacing: 0pt;
	line-height: 10pt;
}

.copy
{
	font-family: Georgia;
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0em;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #999;
	
	position: absolute;
	top: 550px;
	left: 30px;
}

/* css for the navigation */
a:visited
{
	font-family: Arial Black;
	font-size: 0.7em;
	line-height: 0.7em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: line-through;
	color: #666;
	text-transform: uppercase;
}

a:link
{
	font-family: Arial Black;
	font-size: 0.7em;
	line-height: 0.7em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

a:hover
{
	color: black;
	/* note because the others are inside the A tag the text is affected  */
}

/* this is the CSS that does all the work */
a:hover.a_work
{
	font-family: Arial Black;
	font-size: 1.2em;
	line-height: 1em;
	background-color: #f6ff00;
	color: #000000;
}

a:hover.a_work .work
{
	margin-left: 0px;
	font-family: Arial Black;
	font-size: 3em;
	line-height: 0.8em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
}

td.underwater { padding: 1px; }
