@charset "utf-8";

a:link {
	color: #CC3322;
	text-decoration: none;
}

a:visited {
	color: #CC3322;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

body  {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #000000 url(leafbackground.gif) repeat;
}

h1 {
	font-size: 24px;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC3322;
}

h2 {
	font-size: 21px;
/*	font-weight: bold;
*/	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #777744;
}

h3 {
	font-size: 18px;
/*	letter-spacing: 0.2em;
*/	text-transform: uppercase;
	color: #777744;
}

img {
	padding: 2px;
}


#container {
	width: 800px;
	background: #FFFFEE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: thick solid #99BBAA;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 10px 15px 10px 20px;
	border-top: 0px none;
	border-right: thin solid #DDAA22;
	border-bottom: 0px none;
	border-left: 0px none;
}

#sidebarr {
	float: right;
	width: 175px;
	padding: 10px 15px 10px 20px;
	border: thin solid #DDAA22;
	margin-left: 10px;
}

#mainContent {
	margin: 0 0 0 235px;
	padding: 10px 30px 20px 20px;
} 

#wholepage {
		padding: 10px 30px 20px 20px;
} 


.fltrt { 
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.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;
}

.footer {
	color: #666666;
	font-size: 9px;
	text-align: center;
}

.piccap {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.logo {
	padding: 20px 0px 0px 30px;
}

