@charset "utf-8";
body  {
	
	font: 100.01% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #fcf9ed;
	margin: 0;
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}

#mainwrapper {
	width: 100%;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
}

#headerLogo {
	background-position: relative;
	background-repeat: no-repeat;
	float: left top;
}

#sidebar {
	float: left;
	width: 140px; /* since this element is floated, a width must be given */
	padding: 5px 0px 0px 4px; /* top and bottom padding create visual space within this div  */
	background-repeat: no-repeat;background-image: url(bg-imgs/lft-bg-box.jpg);
	background-repeat: no-repeat;	
	margin-top: 0;
}


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	margin-left: 120px;
	margin-top: 1px;
	min-width: 400px;
	max-width: 800px;
	background-image:url(bg-imgs/naztaraj-trans.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	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: #666;
	float: relative;
	display:block;
	padding-left: 35px;	
}
  
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em; font-weight:bold; 
	 }
h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em; font-weight:bold; 
	color: #333; }
h3 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em; font-weight:bold; 
	color: #333; }
h4 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em; font-weight:bold; 
	color: #333; }	


/* Miscellaneous classes for reuse */
.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	}
	
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333333;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333333;
}

.hr {
	border-top-width: thin;
	border-top-color: #7cf1fe;
	border-top-style: groove;
}


#footer {font-family: Papyrus, "Palace Script MT", "Brush Script Std"; font-size: .75em;
	text-decoration: none;}
	
a:link {color: #124da2;
	text-decoration: none;}
a:visited {color: #ff0a05;
	text-decoration: none;}
a:hover {color: #5c29ff;
	text-decoration: none;}

 
<style type="text/css">
  body {word-wrap: break-word;}
</style>
<![endif]--> 

.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 10px; }
<!--[if IE]>
<style type="text/css"> 
.thrColLiqHdr #mainContent { zoom: 1;}
</style>
<![endif]-->
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
 /*  body div#listmenu ul li  {padding-bottom:70px;} */