@charset "utf-8";
/* CSS Document */

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #111111;
	background-color : #FFFFFF;
	margin : 25px 0 0 0;
	padding : 0;
	letter-spacing : 1px;
	line-height: 17px;
}

/*html {
overflow: scroll;
}*/

#copyright {
	width : 0;
	height : 0;
	text-indent : -9000px;	
}

#mainWrapper {
	width : 789px;
	margin : 0px auto;
}

#menu{
	float : left;
	margin : 25px 0 0 0;
}

#menu ul{
	padding : 0;
	margin : 0;
	width : 32px;
	list-style-type : none;
}
#menu a {
	display : block;
	width : 32px;
	height : 77px;
	overflow : hidden;
	text-indent : -9000px;
}
#work {
	background-image : url(../images/layout/ButtonWorkNOTActive.gif);
}

/*
#work:hover {
	background-image : url(../images/layout/ButtonWorkActive.gif);
}*/

#bio{
	background-image:url(../images/layout/ButtonBioNOTActive.gif);
}

/*#bio:hover {
	background-image : url(../images/layout/ButtonBioActive.gif);
}*/

#download{
	background-image : url(../images/layout/ButtonGoodiesNOTActive.gif);
}

/*#download:hover{
	background-image : url(../images/layout/ButtonGoodiesActive.gif);
}*/

#content {
	width : 757px;
	height : 562px;
	overflow : hidden;
	background-image : url(../images/layout/indexBackground.jpg);
	float : left;
}

#tabeldownload {
	width : 575px;
	padding-left : 30px;
}

#content table {
	margin : 30px 0 0 17px;
}
	
#tabelbio {
	width : 575px;
	text-align : justify;
}

#tabelbio a{
	color : #111111;
}

#tabelbio a:hover{
	color : #FFFFFF;
}

#tabelbio ul{
	list-style-type : circle;
}

#tabelbio td{
	padding : 5px;
}

