/* --http://www.positioniseverything.net/guests/3colcomplex.html-- */

body {
  text-align: center;
  background-color: #899ebe;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

#worldcontainer {
	position: relative;
	width: 75%;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/filler_lt.png);
  	background-position: 0 100%;
  	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
  
  #leftbox {
	position: absolute;
	left: 0px;
	width: 100px;
	border-top: 1px solid #000;
	background-color: #9ba49b;
	color: #000; 
}
    
#header {
	background-image: url(images/head_fill.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: white;
	height: 100px;
}

#headleft {
	background-image: url(images/head_lt.png);
	position: relative; width: 22px; height: 100px; float: left; 
}

#headright {
  position: relative;
  background-image: url(images/head_rt.png);  
  width: 22px; height: 100px; float: right;
  
}

#footer {
	margin-top: 0px;
	background-image: url(images/foot_fill.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 85px;
  }

#footleft {
	background-image: url(images/foot_lt.png);
	position: relative; width: 22px; height: 85px; float: left; 
}


#footright {
  position: relative;
  background-image: url(images/foot_rt.png);  
  width: 22px; height: 85px; float: right;
  
}

#container {
	padding-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
  background-image: url(images/filler_rt.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
background-color: #FFFFFF;

  }
  
#navmenu {
	color: #FFFFFF;
    background-color: #c5243b;
	border: 1px solid #000;
	border-width: 0px 0;
	padding: 3px 0;
	position: relative; } /*** IE6 needs this to display the div ***/  

/* Hide from IE5-Mac \*/
* html #navmenu {
	height: 1%;
}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 10px;
}

#navmenu ul li {
/*  	font-weight: bold;  */
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 0 0;
	margin: 3px 0;
	padding-left: 5px;
/*	width: 10em;  */
	border-right: 0px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
} 

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px;
	}
  
  #contentmain {
	border: 0px solid #233622;
	background-color: #FFFFFF; 
	color: #233622;
	position: relative;
	margin-top: 8px;
	margin-right: 180px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
} /*** for IE6 ***/
	
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

	
	
a.white {
 color: #FFFFFF; 
 font-weight: bold;
}

img {
  border: 0px;
  }
  
#rightcolumn {
  float: right;
  width: 130px;
  color: #FFFFFF;
  background-color: #c5243b;
  border: 1px #000000 solid; 
  padding:5px 2px 5px 2px; 
  margin: 8px 10px 2px 10px; 
  font-size:90%; 
  text-align: center;
}

/* IMPORTED CSS */

img {
  border: 0px;
  }



#imagethumb {
  margin: 0;
  font-size:90%;
  color: #999999;
  font-style:italic;
  text-align: center;
  border: 0px;

}


#imgright {
  float: right;
  padding:2px 0px 8px 10px;
  margin: 0;
  font-size:90%;
  color: #999999;
  font-style:italic;
  text-align: center;
  width: 300px;
  border: 0px;
  word-spacing: 1px;
}

#imgrighttmp {
  float: right;
  padding:2px 0px 8px 10px;
  margin: 0;
  font-size:90%;
  font-weight: bold;
  color: #999999;
  font-style:italic;
  text-align: center;
  width: 200px;
  border: 0px;
}

#imgrightnotext {
  float: right;
  padding:2px 0px 2px 10px;
  margin: 0;
  font-size:90%;
  color: #999999;
  font-style:italic;
  text-align: center;
  border: 0px;
}

#imgleft {
  float: left;
  padding:2px 10px 8px 0px;
  margin: 0;
  font-size:90%;
  color: #999999;
  font-style:italic;
  text-align: center;
  width: 300px;
  border: 0px;
}

  <!--[if IE]>#imgleft {display: none;}<![endif]-->
#imgleftnotext {
  float: left;
  padding:2px 30px 2px 0px;
  margin: 0;
  font-size:90%;
  color: #999999;
  font-style:italic;
  text-align: center;
  border: 0px;
}

#imglefttmp {
  float: left;
  padding:2px 10px 8px 0px;
  margin: 0;
  font-size:90%;
  font-weight: bold;
  color: #999999;
  font-style:italic;
  text-align: center;
  width: 200px;
  border: 0px;
}

#contribute {
  text-align:center;
 }



#heading {
  text-align:center;
  font-family: "Times New Roman", Times, serif;
  font-size:25px;
  font-weight:bold;
}

#subheading {
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

#headinginfo {
  text-align:center;
  font-style: italic;
  font-size:12px;
  font-weight:bold;
  margin-top: 10px;
}

#tab1 {
  width: 500px;
  position: relative;
  left: 100px;
}

#tab1b {
  position: relative;
  width: 500px;
  left: 100px;
  font-style:italic;
  padding-top: 20px;
}

#tab2 {
  position: relative;
  width: 450px;
  left: 150px;
}



#address {
  text-align:center;
  color: #FFFFFF;
  float: right;
  padding:40px 40px 0px 0px;
  margin: 0;
  border: 0px;
}




#mainfull {
  position: relative;
  left: 40px;
  width: 670px;
  text-align: justify;
  margin-top: 10px;
}

#main3quarter {
  position: relative;
  left: 40px;
  width: 500px;
  text-align: justify;
}

#mainhalf {
  position: relative;
  left: 40px;
  width: 400px;
  text-align: left;
}

#newsteaser {
  position: relative;
  left: 40px;
  width: 670px;
  text-align: justify;
  padding-bottom: 25px;
}

/*  SUB CONTENT  */

#paidfor {
   position: relative; 
   top: 25px; text-align: center; 
   font-size: 70%; color: #FFFFFF; 
   font-weight: bold;
}   

#webmasters {
  position: relative; 
  top: 35px; 
  text-align: center; 
  font-size: 80%;
  color: #FFFFFF;
} 

#cvlink {
  position: relative;
  float:right;
  clear: left;
  padding: 5px;
  right: 30px;
  top: -25px;
  width: 250px;
  height: 20px;
  text-align:center;
}

#contact{ 
  width: 750px;
  text-align: center;
  font-size: 80%;
}

#moreinfo {
  width: 250px;
  height: 50px;
  text-align:left;
  float: right;
  padding:2px 0px 8px 10px;
  margin: 0;
  border: 0px;
}

#homepicture {
  position: relative;
  float: right;
  right: 20px;
  top: -160px;
}

