@charset "UTF-8";
body  {
	background: #f5c515;
	font-size:12px;
	line-height:24px;

	margin:0px; /* 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: #58595b;
	font-family: Arial, Helvetica, sans-serif;
}
.* {
   padding:0;
   margin:0;
   
}

.html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 
h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-top-colors: #33C;
	
	-webkit-border-top-right-radius: 24px;
-webkit-border-bottom-left-radius: 24px;
-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomleft: 24px;
	
-webkit-border-bottom-left-radius: 24px; 
}
/* this overrides the text-align: center on the body element. */

.twoColFixLtHdr #header {
	font-size:9px;
	font-weight:300;
	padding: 0 10px 0 0px;  /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	color: #58595b;
	letter-spacing: 6 px;
} 
.twoColFixLtHdr #photobar {
	font-size:9px;
	font-weight:300;
	padding: 0 10px 0 0px;  /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	color: #58595b;
	letter-spacing: 6 px;
}

.twoColFixLtHdr #header h1 {
	;
	font-size:10px;
	font-weight:300;
	/* 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. */
	font-family: Arial, Helvetica, sans-serif;
	color: #58595b;
	letter-spacing:8px;
	text-align: center;
	margin: 10px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h2 {
	;
	font-size:20px;
	font-weight:100;
	/* 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. */
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
text-align: left;
	margin: 0px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-top-colors: #33C;
	
	-webkit-border-top-right-radius: 24px;
-webkit-border-bottom-left-radius: 0px;
}
.twoColFixLtHdr #sidebar1 h2{
	font-size:16px;
	font-weight:500;
	/* 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. */
	font-family: Arial, Helvetica, sans-serif;
	color:#58595b;
	
text-align: left;
	margin: 0px; /* 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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */;
}
.twoColFixLtHdr #sidebar1 p{
	font-size:12px;
	font-weight:100;
	/* 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. */
	font-family: Arial, Helvetica, sans-serif;
	color:#58595b;
	
text-align: left;
	margin: 0px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */;
}

.twoColFixLtHdr #sidebar1 a:link{
	color:#58595b;
	
	
}
.twoColFixLtHdr #sidebar1 a:visited{
	color:#58595b;
	
	
}
.twoColFixLtHdr #sidebar1 a:hover{
	color:#FC3;
	
	
	
}


.twoColFixLtHdr #mainContent { 
	margin: 15px 0 0 230px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #mainContent h1{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	margin: 15px 0 0 0px;/* 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. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
} 
.twoColFixLtHdr #mainContent h2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300
	margin: 15px 0 0 0px;;/* 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. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
} 
.twoColFixLtHdr #mainContent p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 24px;
	font-weight:300;
	margin: 15px 20px 0 0px;/* 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. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#58595b;
	border: thin solid #58595b; 
} 
.twoColFixLtHdr #footer p {
	margin:0px;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f5c515;	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a:link {
	
	
	color:#FF9;	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #counter { 
	padding: 0px;
	margin: 0px;
	border: thin solid #f5c515;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f5c515;

	
	
	/* 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. */
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.flt3t { /* this class can be used to float an element left in your page */
	float: right;
	margin-left: 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;
}

