@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #444444;
	background-color: #BBB;
}

.twoColFixLtHdr #container {
	border: 2px solid #EEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:13pt;
	min-width: 800px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	margin-bottom: 80px;
	background-color: #444;
} 
.twoColFixLtHdr #header {
	text-align: center;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left center;
	min-width: 800px;
	max-width: 1000px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #66cc33;
	border: solid 2px #003366;
	background-image: url(header.png);
} 
.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: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #555;
	color: #FFF;
	background-position:center top;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.7em;
	background-color: #555;
	margin-top: 30px;
	margin-right: 10px;
	border-radius:12px;
	height:auto;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	color: #FFF;
} 
#mainContent2 {
	margin: 0 0 0 250px; /* 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: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.7em;
	background-color: #555;
	margin-top: 30px;
	margin-right: 10px;
	border-radius:12px;
	height:1200px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	color: #FFF;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	color: 66cc33;
	font-size: 8pt;
	border-top: 3px solid #66cc33;
	padding: 12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 10px;
	font-size: 8pt;
	color: #FFF;
}
.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;
}
#nav {
	font-family:Tahoma;
	font-size:9pt;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

a, a.active, a.visited, {
	text-decoration:none;
	color:#BBB;
}

#facebook {
	border:none;
	background-position:center;
}

#left {
position:absolute;
width:365px;
height:auto;
margin-bottom:20px;
}

#check {
background-color:#444;
margin-left:390px;
margin-top:100px;
margin-bottom:250px;
width:280px;
padding:10px;
border-radius:12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;

}


}
input {
background-position:center, center;
width:80;
height:5;
}

h1, h2, h3, h4 {
color:#66cc33;
}