@charset "UTF-8";
body  {
	font: 75% Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	padding: 0;
	background: #FFFFFF;
}

.twoColFixLtHdr #container {
	width: 737px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../fla/bg_lines_742.jpg);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #header {
	width: 566px;
	float: right;
	height: 46px;
} 
.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 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 0px; !important;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* 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 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p span {
	font-weight: bold;
}
#mainContent td p {
	color: #000000;
}
#mainContent h3 span {
	font-size: 70%;
}

.twoColFixLtHdr #mainContent p {
	padding-right: 20px;
}

.twoColFixLtHdr #intro {
	margin: 6px 42px 0px;
	width: 428px;
}
#intro p span {
	font-weight: bold;
}
a img {
	border: none;
}
.pod {
	padding: 2px;
!important;
	border: 2px solid #ABC7EB;
	margin: 0px 55px 50px 50px;
	float: right;
	width: 170px;
}

.twoColFixLtHdr #footer {
	background:#FFFFFF;
	height: 36px;
	background-image: url(../fla/btm_blu.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px 24px 0px 0px;
}
.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;
}
.twoColFixLtHdr  #themeGfx {
	margin: 6px auto auto 0;
	height: 359px;
	width: 226px;
}
.twoColFixLtHdr #invite {
	margin: 0px auto auto 250px;
	width: 222px;
	float: right;
}
