*
{
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans serif;
	font-size: 11px;
	color: #333333;
}

body
{
	background-color: #E9E9E9;
	margin: 0;
}

a:link, a:active, a:visited
{
	color: #505b66;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	color: #665e50;
}

#main
{
	background-image: url( '../images/background.png' );
	width: 599px;
	height: 325px;
	position: absolute;
	margin-top: -163px;
	margin-left: -300px;
	top: 50%;
	left: 50%;
	padding: 0;
}

#left
{
	width: 196px;
	padding: 3px;
	margin-left: 5px;
	margin-right: 6px;
	margin-top: 5px;
	border: 1px solid #B5B5BA;
	float: left;
	font-weight: bold;
}

#text
{
	width: 369px;
	height: 254px;
	margin-top: 5px;
	border: 1px solid #B5B5BA;
	padding: 3px;
	float: left;
}

#links
{
	width: 347px;
	height: 12px;
	padding: 14px;
	margin-top: 6px;
	float: right;
	font-size: 12px;
	color: #56707B;
	cursor: default;
}

#links a
{
	font-size: 12px;
	color: #56707B;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#links a:hover
{
	color: #7E9DAA;
}

#me_thumb
{
	border: 5px solid white;
}
#me_thumb_div
{
	width: 85px;
	float: right;
	border: 1px solid #555;
}

img#nl
{
	border: 1px solid #FFF;
}
img#en
{
	border: 1px solid #555;
}

.split
{
	height: 1px;
	width: 100%;
}

h2
{
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, sans serif;
	color: #56707B;
}
h4
{
	font-size: 13px;
	margin: 4px;
}

hr
{
	border: 0;
	background: none;
	height: 1px;
	border-top: 1px solid #56707B;
}

form
{
	margin: 0;
}

input, select, textarea
{
	font-size: 10px;
}

input.submit
{
	font-weight: bold;
}

div.contact_text
{
	float: left;
	width: 100px;
	height: 22px;
	text-align: right;
}
div.contact_input
{
	float: right;
	width: 260px;
	height: 22px;
	text-align: right;
}
textarea#message
{
	float: right;
	height: 104px;
	width: 250px;
}