@charset "utf-8";

html {
	height: 100%;
}

body {
	font-family: georgia,garamond,serif;
	background-image:url('images/seamlessfloral.gif');
	margin: 0;
	padding: 0;
	text-align: center;
	color: #50150c;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #8c9e32;
}

a:visited {
	text-decoration: none;
	color: #8c9e32;
}

a:hover {
	text-decoration: none;
	color: #8c9e32;
}

a:active {
	text-decoration: none;
	color: #8c9e32;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: georgia,garamond,serif;
	color: #8c9e32;

}

.bigger {
	font-size: 14px;
	font-weight: bold;
	color: #bd4714;
}

* ul {
	font-size: 14px;
	font-family: georgia,garamond,serif;
}

* li {
	line-height: 25px;
}

a img {
	margin-right: 20px;
	float: right;
	border-width: 0;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 46em;
	margin: 0 auto;
	border: 1px solid #f2ae03;
	text-align: left;
	background-image:url('images/tuscan_tile.jpg');
}

#sidebar1 {
	float: left;
	width: 11em;
	background: #EBEBEB;
	padding: 15px 0;
}

#sidebar2 {
	float: right;
	width: 11em;
	background: #EBEBEB;
	padding: 15px 0;
}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}


#mainContent {
	margin-top: 40px;
	width: 736px;
}

#topbar {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 524px;
	height: 61px;
	background-image:url('images/communitytitle.gif');
}

#background {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

	width: 736px;
	height: 100%;
	background-image:url('images/bg_community.jpg');
}

#yellowbar {
	margin: 0;
	height: 4px;
	width: 736px;
	background: #f2ae03;
}

#text {
	padding-top: 30px;
	margin-left: 80px;
	margin-right: 80px;
}

#nextbtn {
	height: 34px;
	width: 148px;
	float: right;
	padding-bottom: 10px;
}

#backbtn {
	height: 28px;
	width: 181px;
	float: left;
	margin-left: 40px;
	padding-bottom: 10px;
}

.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 {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
