/* General Styling */

BODY
{
	font-family:"Times New Roman", Times, serif;
	color: #555555;	
	font-size: 12px;
	background-color: transparent;
	line-height: 120%;
}

A
{
	font-family: Georgia, "Times New Roman", serif;
	color: #888888;
	text-decoration: none
}

A:hover 
{
	color: #85cb4e;
	text-decoration: none
}


H1
{
    font-size: 16px;
    color: #000000;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight:lighter;
	line-height:140%;
}

H2
{
    font-size: 15px;
    color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter
}

H3
{	font-size: 13px;
	color: #85cb4e;
	font-weight:lighter;
	line-height:140%;
}

H4
{	
	font-size: 10px;
	color: #333333;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	line-height: 130%;
}

strong, b
{
	font-weight:bold;
}

em, i
{
	font-style: italic;
}

/* Classes for specific behaviours */

a.menu{
    FONT-SIZE: 10px;
    COLOR: #888888;
    font-family: Georgia, Times, serif;
	line-height: 130%;
}

a.menu:hover
{
	color: #85cb4e;
	text-decoration: none
}

.materials
{ 
    color: #888888;
	font-size:11px;
	line-height:120%;
}

.bio
{
	width: 600px;
	font-size:12px;
	line-height:140%;
	text-align:left;
	font-weight:lighter;
}	

.press
{	
	color:#000000;
	font-size:10px;
}

/* DIV */


#menu 
{
	left: 50px;
	top:31px;
	position: absolute;
}

#pix 
{
	left: 159px;
	top:89px;
	position: absolute;
	width: 500px;
	text-align: right;
}

#works 
{
	left: 156px;
	top:86px;
	position: absolute;
	width: 500px;
}

#copyright
{
	font-size:10px;
    color: #85cb4e;
	position:absolute;
	text-align:right;
	left:156px;
	top:500px;
}

#copy 
{
	left: 684px;
	top:78px;
	position: absolute;
	width: 215px;
}

#contact 
{
	left: 375px;
	top: 159px;
	position: absolute;
}

#bio 
{
	left: 159px;
	top: 100px;
	position: absolute;
	width: 500px;
	font-size:11px;
	line-height:100%;
}

#bio2
{
	width: 400px;
	font-size:12px;
	line-height:120%;
}

#press 
{
	left: 159px;
	top: 125px;
	position: absolute;
	width: 300px;
	font-size:11px;
	font-weight:lighter;
	line-height:130%;
}

#weed
{
	left:510px;
	top: 160px;
	position:absolute;
	
}
/* thanks for your help osman! */