@charset "UTF-8";
body  {
	font-family: 100% Georgia, Times, serif;
	font-size: 18px;
	background: #ffffff;
	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: 960px;
	background-image:url(images/bkg_01.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: "100% Georgia", Times, serif;	/*border: 1px solid #000000;*/
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image:url(images/Header-01.png);
	height: 210px;
	/*padding: 0 10px 0 20px; */ /* 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. */
} 
.twoColFixLtHdr #header h4 {
	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: 140px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: none;
	letter-spacing:0px;
	border-bottom: 0px;
}
.twoColFixLtHdr #header a {
	border-bottom: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: 7px 15px 15px 90px;
}
.twoColFixLtHdr #sidebar1Articles {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: 15px 15px 15px 80px;
	text-align: left;
}
.twoColFixLtHdr #sidebar1Articles ul {
	list-style-type: none;
	margin: 0 0 0 -20px; /* Moves articles in the list to the left 20px to line up with the Articles header */
}

.twoColFixLtHdr #sidebar1Articles h3 {
	/* margin: 20px;  Moves articles right 20px to line up with the Articles list */
	font-family: Helvetica, Arial;
}

.twoColFixLtHdr #mainContent { 
	width: 500px;
	float: right;
	margin: 0 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. */
	padding: 0 90px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 

.twoColFixLtHdr #mainContent2 { 
	width: 800px;
	margin: 0px auto 0 auto; 
}

.twoColFixLtHdr #footer {
	height: 100px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/Footer-01.png);
	background-repeat: no-repeat;
	background-position: bottom;
} 

.twoColFixLtHdr #footer h5 {
	margin: 40px 0 0 0 0;
	font-family: "100% Arial", helvetica, san-serif;
	font-size: 12px;
} 

.twoColFixLtHdr #footer a {
	border-bottom: none;
}

.twoColFixLtHdr #footer p {
	margin: 60px 0 10px 0;
	/*padding: 10px 0;*/
	font-size: 10px;
	color: #999;
	font-family: "100% Georgia", Times, serif;
}
.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;
}

/*code below from blog */
h1,h2,h3,h4 {letter-spacing:-1px}
h1,h2,h3,h4,#nav,small,.postmetadata, .small{font-family: Helvetica, Arial;}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color:#666;
	font-family: Helvetica, Arial;
}
a {color:#999;text-decoration: none;border-bottom: 1px solid #eee}
a:hover {color:#000;border-bottom:1px solid #ccc}
h2 a { color:#000;text-decoration: none;font-size: 30px; border:none}
h2 a:hover, #header h1 a:hover { color:#c00;border:none}
small {font-size:10px;color:#ccc; padding:10px 8px 5px 0px;float:left;text-transform: uppercase;font-weight: bold;}
p {
	color:#555;
	font-family: "100% Georgia", Times, serif;
}

/*my code added to images */
img {border:1px solid #b5b5b5}

/*This is for the button */
a.button {
    /* Sliding right image */
    background: transparent url('images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('images/button_left.png') no-repeat; 
display: block;
line-height: 24px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}

