*
{
	font-family: Verdana, Geneva, sans-serif;
}

html
{
	background: white;
}

body
{
	margin-left: auto;
	margin-right: auto;
	width: 851px;
	height: auto;
}

div#holder
{
	float: left;
	clear: both;
	width: 851px;
	height: auto;
	background: #f2f6fa url('../img/frontpage/header.jpg') top left no-repeat;
	border-left: 1px solid #575757;
}
div#content
{
	float: left;
	clear: left;
	width: 548px;
	height: auto;
	background: transparent;
	padding-top: 251px;
}
div#additional
{
	position: relative;
	left: 40px;
	top: 100px;
	float: right;
	clear: right;
	width: 302px;
	height: 711px;
	background: transparent url('/img/frontpage/right_images.png') 0px 0px no-repeat;
}
div#footer
{
	float: left;
	clear: both;
	width: 851px;
	height: 54px;
	background: #f2f6fa url('../img/frontpage/bg_bottom.gif') top left no-repeat;
}

div#toplinks
{
	float: right;
	clear: both;
	width: 145px;
	height: 25px;
	padding-top: 8px;
	padding-right: 0px;
}

div#toplinks, div#toplinks a
{
	font-size: 12px;
	text-decoration: none;
	color: white;
}
div#toplinks a:hover
{
	text-decoration: underline;
}

/* CONTENT */
div#content,div#content b
{
	font-size: 12px;
}

div#content a
{
	text-decoration: underline;
	color: black;
}

