/* CSS Document */

body, html {
	margin:0px;
	width:100%;
	height:100%;
	background-color:#222;
	background-image:url(../images/left_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow-y:auto;
	overflow-x:hidden;
}

#middle_column {
	position:absolute;
	left:50%;
	margin-left:-410px;
	width:820px;
	height:100%;
	background-image:url(../images/middle_back.jpg);
	background-repeat:repeat-y;
	background-position:bottom left;
}

#middle_column table {
	background-image:url(../images/middle_back.jpg);
	background-repeat:repeat-y;
	background-position:bottom left;
}

#top_bar {
	height:150px;
	background-image:url(../images/top_bar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:1px solid #FFFFFF;
}

#logo {
	background-color:#222;
	width:282px;
	height:150px;
	float:left;
	background-image:url(../images/logo.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#tree {
	margin-left:20px;
	margin-top:115px;
	font-family:Tahoma;
	font-size:11px;
	color:#adadae;
	float:left;
}

#tree a {
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
	color:#adadae;
}	

#tree a:hover {
	text-decoration:underline;
	font-family:Tahoma;
	font-size:11px;
	color:#adadae;
}	

#left_image {
	width:281px;
	height:314px;
	background-image:url(../images/left_image.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#FFFFFF;
}

.menu_button{
	width:224px;
	height:25px;
	background-image:url(../images/menu_back1.jpg);
	background-position:top;
	background-repeat:repeat-y;
	float:right;
	border-color:#494949;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	text-decoration:none;
	cursor:pointer;
}

.menu_button_over{
	width:224px;
	height:25px;
	background-image:url(../images/menu_back2.jpg);
	background-position:top;
	background-repeat:repeat-y;
	float:right;
	border-color:#494949;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	text-decoration:none;
	cursor:pointer;
}

#menu_text {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:176px;
	margin-left:22px;
	color:#FFFFFF;
	margin-top:5px;
}

#menu_text a {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


#menu_arrow {
	float:left;
	width:20px;
	height:20px;
	margin-top:3px;
	background-image:url(../images/arrow1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#text {
	width:538px; 
	background-color:#535353;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#FFFFFF;
	color:#FFFFFF;
	background-image:url(../images/puzzle.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#text_home {
	width:538px; 
	height:314px;
	color:#FFFFFF;
	background-image:url(../images/homepage_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#FFFFFF;
}

#text_div {
	font-family:Tahoma;
	font-size:12px;
	margin-left:20px;
	margin-top:-10px;
}

#copyright {
	padding-left:20px;
	padding-top:20px;
	font-family:Tahoma;
	font-size:11px;
	color:#adadae;
	padding-bottom:20px;
}

#copyright a {
	text-decoration:underline;
	font-family:Tahoma;
	font-size:11px;
	color:#adadae;
	font-weight:bold;
}

ul {
	margin-top:10px;
	margin-bottom:10px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#ffcc33;
	margin-top:20px;
	margin-bottom:10px;
}

.top_of_page {
	color:#FFFFFF;
}

.trigger {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	margin-top:10px;
}

.trigger:hover {
	color:#FFCC33;
}

.hide_me {
	width:450px; 
	text-align:justify;
	color:#FFF;
}

.inputs {
	background-color:#999999;
	border:1px solid #333333;
	margin:1px 0 1px 0;
}

.flag {
	background-image:url(../images/flag_uk.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:14px;
	float:right;
	margin-right:20px;
	margin-top:115px;
	border:1px solid #999999;
	cursor:pointer;
}

.flag_be {
	background-image:url(../images/flag_be.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:20px;
	height:14px;
	float:right;
	margin-right:20px;
	margin-top:115px;
	border:1px solid #999999;
	cursor:pointer;
}