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

 
body  {
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 19px;
color: #000000;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;


}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.thrColAbsHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	top: 50px;
	
		
} 
 

.thrColAbsHdr #menu {
	position: relative; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	color: #666666;
	height: 75px;
	
}


.thrColAbsHdr #mainContent {
	margin-bottom: 30px;
	float: left;
	
}

.thrColAbsHdr #mainContent_cv_1 {
	
	width: 90px;
	float: left;	
}

.thrColAbsHdr #mainContent_link_1 {
	
	width: 170px;
	float: left;	
}

.thrColAbsHdr #mainContent_contact_1 {
	width: 140px;
	float: left;
	height: 100px;
}

.thrColAbsHdr #mainContent_news {
	
	margin-bottom: 35px;
	}

.thrColAbsHdr #mainContent_bigImages {

	margin-bottom: 30px;
	float: left;
	}
	
.thrColAbsHdr #mainContent_bigImages img{

	width: 800px;
	}
	
	
	
.thrColAbsHdr #sidebar3 img {
	width: 300px;
	}

.thrColAbsHdr #sidebar3_bigImages {
	
	float: left;
	}

.thrColAbsHdr #sidebar3 {
	/* width: 300px; the background color will be displayed for the length of the content in the column, but no further */
	float: left;
	}
	

.thrColAbsHdr #sidebar2 {
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px;
	float: left;
	
}

.thrColAbsHdr #sidebar2_imageText {
	text-align: right;
	width: 800px;	
}
	



