@charset "UTF-8";
body  {
	font: 100% "Calibri", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.twoColFixLtHdr #container {
	width: 99%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
	background: #FFF; 
	margin-left:210px;
	padding: 0 0px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
	width:860px;

	position:relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is 
	not necessary as that also avoids the margin collapse */
	
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	 /* since this element is floated, a width must be given */
	position: absolute;
	top:0px;
	left:0px;
	width: 205px;
	height:1000px;/* 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: #FFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
	border-right:1px solid #999;
	padding-top:90px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	border:1px solid #999;
	border-left:1px solid #999; 
	width:850px;
	height:1073px;
	position:relative;
} 



#mainContent img { margin:9px; } 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.lower_section , .bott_section {
	font-family: "Calibri", Arial, Helvetica, Sans-serif;
	font-size: 28px;
	float: left;
	width: 204px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	height: 220px;
	color: #999;
	padding-left: 5px;
	padding-right: 3px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top:1px solid #CCC;
	text-decoration:none;
	
}

 .lower_section a { text-decoration:none; color:#999; }
 .lower_section a:hover { text-decoration:none; color:#333; }

.bott_section { background:#DDD;  color:#555;	border-left-color: #FFF; font-size:12px; height:270px; }
.bott_section.lastcolumn { width:207px; font-size:12px; }
.bott_section h2 { margin:2px; margin-left:0px;  }

.firstcolumn { border-left:0px; margin-left:-10px; } 

.lastcolumn { font-size:18px; padding-left:10px; width:207px;  } 

hr { width:150px; height:1px; background-color:#999; border:0px solid #000; } 


.boldtitle { font-family: "Courier New", Courier, monospace; color:#666; font-weight:bold; font-size:36px; letter-spacing:2px;}
.australia {font-family: "Courier New", Courier, monospace; color:#666; font-weight:normal; font-size:36px;}

#logo { position:absolute; top:10px; right:10px; height:90px;  width:300px;  text-align:right;  }

#toplinks { position:absolute; bottom:10px; } 
.topheading, .topheading a { font-size:22px; font-family:Calibri, Arial, Helvetica, sans-serif; color:#777;   padding-left:8px; padding-right:8px; border:0px solid #000; text-decoration:none;}
.topheading a:hover { color:#000; cursor:pointer; } 
.large { font-size:24px; font-weight:bold; }


#sidebar1 h3 { font-size:20px; color:#666; } 
#sidebar1 p { font-size:16px; color:#666; } 
#sidebar1 input[type="text"], #sidebar1 input[type="password"]   { width:120px; outline:none; border:1px solid #CCC; -webkit-border-radius:2px; background:#EEE; color:#333; padding:4px; } 
#sidebar1 label { float:left; width:60px; padding-top:5px; font-size:12px; } 


#sidelinks { margin-top:35px; }
#sidebar1 .sidelink { text-align:right; padding-right:10px; font-size:14px; padding-top:5px; padding-bottom:5px; margin-top:0px; margin-bottom:0px; }
#sidebar1 .sidelink:hover { color:#000; cursor:pointer; background:#EEE; }
#sidebar1 .sidelink a { text-decoration:none; color:#666; }
#sidebar1 .sidelink a:hover { text-decoration:none; color:#000; }




.wrapper { height:580px; }
	
.wrapper2 { position:absolute; height:500px; }

 .subscribelink { text-decoration:none; color:#666 }
 .subscribelink:hover { text-decoration:underline; }

 #insert2 {  
 position:absolute;
top:10px;
left:25px;
width:850px;
height:550px; 
 z-index:0;
 
 
 } 
 

 

.thefront { z-index:50; }