@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #000;
	background-image: url(../images/maya5.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* 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;
}
p { color:#666666; font-size: .7em; font-family: Arial, Helvetica, sans-serif; line-height: 1.3em }
h1 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #6c8443; line-height:.6em; }
a  { font-size:inherit; font-family: Arial, Helvetica, sans-serif; font-weight: 400; text-decoration: none }
a:link   { color: #749 }
a:visited    { color: #749 }
a:hover   { color: #fc3;}
a:active {color:#f3f;}
a:visited:hover   { color: #da0; }
a.big { font-family: Arial, Helvetica, sans-serif; line-height: 24px;font-size: 12px; font-weight: 500; text-decoration: none;}
a:link.big     { color: #c90;}
a:visited.big    { color: #b70;}
a:link:hover.big    { color: #fc3;}
a:visited:hover.big    { color: #fc3;}
#container { 
	width: 950px;
	top-margin: 0px;
	left-margin: 45px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 146px 10px 15px 20px;
	text-align: right; /* this overrides the text-align: center on the body element. */
}
#mainContent { 
	margin:50px 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 100px 0 0 0; remember that padding is the space inside the div box and margin is the space outside the div box */
	border:solid; border-width:10px; border-color:#000000;
} 
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;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.#sidebar1 { padding-top: 30px; }
.#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */