/*------Main Tag Styling-----*/

body {
	background: #eee;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}

#wrapper {
	width: 770px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
#banner   {
	background: url(../../images/Rights%20Action%20Main%20Header.jpg);
	float: left;
	height: 180px;
	width: 770px;
}


#introText {
	background: #fff
	margin: 0px;
	padding-top: 10px;
	font-weight: bold;
	background: #fff;
	width: 770;
	padding-bottom: 10px;
}

#sidebar {
	font-family: "Century Gothic";
	float: left;
	width: 200px;
	background: #FFFFB0 repeat-y;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	clear: left;		
}
#textGR {
	margin: 0px;
	border: 0px;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.8em;
	background-color: #ADBFA6;
	padding-left: 5px;
	padding-right: 5px;
	width: 190px;
	text-align: center;
	clear:both;
}

#mainContent {
	width: 525px;
	background-color: #FFF;
	float: right;
	padding-left: 20px;
	padding-right: 15px;
}
#footer {
	padding: 0px;
	background-color: #CCC;
	clear: both;
	margin-top: 5px;
	position: relative;
	min-width: relative;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

