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

body	{
	padding: 0px;
	margin: 0px;
	background-color: #75B070;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a	{
	color: #1E3513;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

#wrapper	{
	background-image: url(images/placeholder.jpg);
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

#left	{
	width: 570px;
	float: left;
	margin-top: 70px;
}

#left .top	{
	height: 12px;
	width: 420px;
	margin-left: 150px;
}

#left .bottom	{
	height: 12px;
	width: 420px;
	margin-left: 150px;
	margin-bottom: 20px;
}

#left .words	{
	color: #4E3C29;
	margin-left: 150px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left .words2	{
	margin-bottom: 20px;
	color: #4E3C29;
	margin-left: 150px;
}

#right	{
  	position: fixed;
	float: left;
	width: 200px;
	margin-top: 70px;
	margin-left: 640px;
	font-size: 14px;
}

#left .header {
	font-size: 18px;
	color: #333366;
	margin-left: 150px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#membership strong { font-size:14px } 
