body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	text-align: center;
	background-color: #fff;

	scrollbar-face-color: #333;	
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff; 
	scrollbar-base-color: #333;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #333;
}


form
{
	margin: 0;
	padding: 0;
}


#main
{
	position: absolute;

	top: 50%;
	left: 50%;

	margin-top: -261px;
	margin-left: -385px;
	
	width: 770px;
	height: 522px;

	text-align: left;
}


#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 100px;
	background-color: #eee;
	background-image: url(../images/global/bgtop.gif);
}


#logo
{
	position: absolute;
	top: 10px;
	left: 15px;
}


#menu
{
	position: absolute;
	top: 80px;
	left: 125px;
	width: 645px;

	color: #333;
}


#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu li
{
	float: left;
	margin: 0;
	margin-right: 1.5em;
	padding: 0;
	
	font-family: arial narrow, arial, Sans-Serif;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.a a
{
	color: #333;
	text-decoration: none;
}


.a a:hover
{
	color: #ABB85C;
}


.b a
{
	color: #ABB85C;
	text-decoration: none;
}


.b a:hover
{
	color: #893;
}


#blommogram
{
	position: absolute;
	top: 35px;
	left: 710px;
	z-index: 10;
}


#center
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 770px;
	height: 250px;
	background-color: #333;
}


#image
{
	position: absolute;
	top: 0px;
	left: 30px;
	width: 330px;
	height: 250px;
	text-align: right;
}


#content
{
	margin: 25px;
	position: absolute;
	top: 0px;
	left: 360px;
	width: 360px;
	height: 201px;

	font-family: georgia, serif;
	font-size: 1.1em;
	color: #fff;
	overflow: auto;
}

#content a
{
	color: #ABB85C;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content h1
{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 2px;
}

#content h2
{
	margin: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1em;
	letter-spacing: 2px;
}


.inputText
{
	margin: 0;
	border: none;
	font-family: Georgia, Serif;
	font-size: 1em;
	color: #333;
}

.inputButton
{
	border: none;
	font-family: arial narrow, Arial, Sans-Serif;
	font-size: 1em;
}


#nav
{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 770px;
	height: 100px;
	background-color: #ABB85C;
	background-image: url(../images/global/bgnav.gif)
}


#left
{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 370px;
}


#left img
{
	margin-right: 39px;
}


#right
{
	position: absolute;
	top: 20px;
	left: 373px;
	width: 380px;
	
	font-family: arial narrow, arial, sans-serif;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.1em;
}

#right ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#right li
{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 1.1em;
	
	font-family: arial, arial narrow, arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.c a
{
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
}

.c a:hover
{
	color: #333;
	text-decoration: none;
}


.d a
{
	padding-left: 12px;
	color: #333;
	text-decoration: none;
	background-image: url(../images/global/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}


.d a:hover
{
	color: #000;
	text-decoration: none;
}



#bottom
{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 770px;
	height: 52px;
	
	background-color: #eee;
}


#contact
{
	position: absolute;
	top: 18px;
	left: 0px;
	width: 770px;
	text-align: center;
	
	font-family: arial narrow, arial, sans-serif;
	font-size: 1.1em;
	color: #333;
	letter-spacing: 0.1em;
	text-align: center;
}

#contact a
{
	color: #333;
	text-decoration: none;
}


#contact a:hover
{
	color: #000;
}

#copy
{
	position: absolute;
	top: 505px;
	left: 0px;
	width: 770px;
	
	letter-spacing: 1px;
		
	font-family: arial narrow, arial, sans-serif;
	font-size: 1em;
	color: #ccb;
}

#images img
{
	margin-top: 3px;
	margin-right: 3px;
}