@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C8E2A0 url(../images/bg2.jpg) repeat-x;
	margin: 10 0 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: #000;
}
.lrgText {
	font-size: 1em;
	font-weight: bold;
	color: #87BC3A;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/floral1.gif) no-repeat right top;
} 
#header {
	padding: 0 10px;
} 
#header h1 {
	margin: 0; 
	padding: 0px;
	color: #639;
}
#sidebarnav {
	float: left;
	width: 190px;
	background: #EBEBEB; 
	padding: 10px;
}
#mainContent {
	margin: 0 20px 0 230px;
	padding: 0 20px;
	font-size: .9em;
}
#mainContent h1 {
	color: #672f8e;
	font: bold 1.7em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#mainContent h2 {
	color: #669933;
	font: 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#mainContent h3 {
	color: #547423;
	font: 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #4A683E;
}
#mainContent .screenshot {
	font: .9em Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}
#mainContent ul {
	list-style: disc outside;
}
#stage {
	width: 830px; 
	background: #FFF url(../images/floral3.gif) no-repeat left bottom;
	margin: 0 auto;
	border: 1px solid #96C;
	text-align: left;
	padding: 10px;
}
#footer {
	padding: 0 10px 0 15px;
	border-top: 1px solid #96C;
	border-bottom: 1px solid #96C;
	background: #EBEBEB;
	color: #666666;
	margin: 25px 0px 10px;
} 
#footer p {
	margin: 0 0 10;
	padding: 0px 0 10px;
	font-size: .8em;
}

#footer .copyright {
	float:left;
}
#footer .btmnav {
	float:right;
}
.headerQuote { 
	float: right;
	color: #639;
	font-size: 0.9em;
	margin-top: 10px;
	text-align: right;
	margin-right: 150px;
	font-style: italic;
	padding: 3px;
}

/*[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]*/ 
</style>
.lrgText {
}
#navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
	width: 55%;
	float: right;
	background: #ebebeb;
}
.imgrt { 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imglft { 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt { 
	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;
}
.indent {
	margin-right: 20px;
	margin-left: 30px;
}
#quote {
	color: #63C;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-align: right;
	padding-left: 15px;
	margin-left: 10px;
}
