html, body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ddd;
	line-height:1.3em;
	
	background-image: url(img/bg.png);
}

/* HEADER */

#header {
	position:relative;
	width: 760px;
	
	margin: 10px auto 0px auto;
	padding-bottom:10px;
	background-color: #333333;
	border: 1px solid #1b1b1b;
	border-bottom: 0px;	
}

#headerleft {
	position:relative;
	float:left;
	width: auto;
	
	text-align:left;
	margin: 10px;
}

#headerleft strong {
	font-size: 1.3em;
	color: #77ff44;
}

#headerright {
	position:relative;
	float:right;	
	width: auto;
	
	text-align:right;
	margin: 10px;	
	padding-top:20px;
}

a.menu:link, a.menu:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #eeee33;
	text-decoration:none;
}

a.menu:hover  {
	background-color: #ffff00;
	color: black;
}

/* BODY */

#main {
	position: relative;
	width: 760px;
	
	margin: auto;
	background-color: #333333;
	border: 1px solid #1b1b1b;
	border-top: 0px;
	border-bottom: 0px;
}

/* BIO */

a.mail:link, a.mail:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #eeee33;
	text-decoration:none;
}

a.mail:hover  {
	background-color: #ffff00;
	color: black;
}

#mainleft {
	position:relative;
	float:left;
	width: 230px;
}

#mainleft p {
	line-height:1.4em;
	margin:10px 0px 0px 10px;
}

#mainleft img {
	border:1px solid #1b1b1b; 
	margin-left: 10px;
}

/* CONTENT */

#mainright { 
	position:relative;
	float:left;
	width:510px;
}

#mainright p {
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:justify;
}

#mainright h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #77ff44;
	font-weight: bold;
	padding-top:2em;
	
}

#mainright h2 {
	font-size: 12px;
	font-weight: normal;
	color: #77ff44;
	padding-top:1em;
}

#mainright strong {
	font-weight: normal;
	color: #77ff44;
}

#mainright h1.first {padding-top:0px;}

a.intext:link, a.intext:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ddd;
	text-decoration:underline;
}

a.intext:hover  {
	background-color: #ffff00;
	color: black;
	text-decoration:none;
}

/* FOOTER */

div#footer {
	position: relative;
	width: 760px;
	height:20px;
	
	padding-top: 30px;
	margin: auto;
	background-color: #333333;
	border: 1px solid #1b1b1b;
	border-top: 0px;
	
	text-align: center;
	font-size: 9px;
	color: #808080;
	}
	
/* READ MORE READ LESS */
.read {
	position:relative;
	width:510px;
	text-align:justify;
} 

.read p {
}

.read p.citation {
	font-style:italic;
	margin:0px 0px 0px 10px;
}

.dummy {color:#666666}

.more {
	height:100%;
}

.less {
	height:15px; /* lines of text shown */
	overflow:hidden;
}

.clickbox {
	position:absolute;
	width:100%;
	height:15px;
	bottom:0;left:0;
	cursor:pointer;
	color:#eeee33;
	border-top:1px solid #333333;
	background-color: #333333;
	font-size: 11px;
}
