/* All code and stylesheet developed by Monolith-Systems (www.monolith-systems.dk) */
body {
	background-color:#e5e5e5;
	margin: 0px auto;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#master {
	width:100%;
	height:100%;
	margin: 0 auto;
	padding:0;
}

#slave {
	width:850px;
	margin:0 auto;
	background-color: #ffffff;
	background-image:url(../g/eye-for-details.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#banner {
	margin:0;
	padding:29px 0;
}

#content {
	width:850px;
}

#news {
	float: right;
	width:150px;
	margin:0;
	padding:0;
	border:0px none #ffffff;
}

#page {
	padding:4;
	margin-left:167px;
	margin-right:167px;
}

#address {
	text-align:center;
	border-top:1px solid #BC3928;
	margin:50px 0 50px;
	padding:4px 0 10px 0;
	font-size:9px;
	line-height:130%;
}

#address a {
	color:#202020;
	text-decoration:none;
}

#address a:hover {
	text-decoration:underline;
}

#page h1 {
	color:#BC3928;
	font-size:16px;	
	padding:0 0 10px 0;
	margin:0;
}

#page p {
	color:#202020;	
	font-size:11px;	
	line-height:130%;
	padding:0 0 10px 0;
	margin:0;
}

#page p a, #page td a {
	color:#202020;
	text-decoration:none;
}

#page p a:hover, #page td a:hover {
	text-decoration:underline;
}

#page table td {
	color:#202020;	
	font-size:11px;	
}

#menu {
	float:left;
	width:150px;
	height:400px;
	border:0px none #ffffff;
}

#menu ul {
	margin:0;
	padding:0 0 0 32px;	
	list-style:none;
	font-size:10px;
}

#menu ul li {
	font-size:10px;
	line-height:16px;
	margin:0px;
	padding:0px;
}

#menu ul li a {
	color:#202020;
	text-decoration:none;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li a.current {
	color:#BC3928;
}


