@charset "utf-8";
/* CSS Document */

.frontpage2 {
	vertical-align:middle;
	top:60%
	width:100%; height:500px; text-align:center;
	background-color:#FFF;
}

html, body {
	background-color: #CCC;
	margin: 0;
	padding:0;
	height:100%;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container {
	height:auto;
	position:relative;
	background-image: url(pics/bg_borders.jpg);
	background-repeat: repeat-y;
	background-position:center;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	/*border:#00F solid 1px;*/
	margin-bottom:-150px; /* same as negative margin-top of footer */
	padding-bottom:65px;
}
#header {	
	padding-left:60px;
	padding-right:60px;
	background-image: url(pics/top.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height: 165px;	
	left: auto;
	right: auto;	
	/*border:#F00 solid 1px;*/
}
#topmenu
{
	width:900px;	
	text-align:right;
	position:absolute;
	top:120px;
}

#main
{	
	clear:both;
	display: inline-block;
	min-height:100%;
	/*padding-left:40px;
	/*padding-bottom:60px; /* footer */	
	background-position:center;	
	padding-left:40px;
	padding-right:40px;
	margin-top:0px;
	margin-bottom:0px;
	width:920px;
	/*border:#FF0 solid 1px;*/
}

/* CSS Image border */
#banner { float:left; margin-left:10px; margin-top:10px; margin-bottom:5px; }
#banner img { margin-left:-17px; margin-top:-17px; }
/* end */

#leftmenu  { width: 200px; float:left; padding-bottom:60px; /* footer */ }
#content {
	float:left;
	width:670px;
	margin-left:30px;
	height:auto;
	text-align: justify;
} 

#minical { width:200px; margin-left:18px; margin-top:10px; text-align:center;}

#footer {
	clear:both;
	position:absolute;
	text-align:center;
	bottom:0px;
	background-image: url(pics/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 60px;	
	color: #999;
	margin-top:-150px; /* same as margin-bottom from container */
}
/* OVERRULE */
.fancytable { font-size:11px; background:none;	color: #000000;	margin-bottom:5px;}
.fancytable .highlight1 { background:none; }
.fancytable .highlight0 { background:none; }

