/*Main Body*/
body {
	padding:0px;
	margin:0px;
	background: #ffffff; 
	background-image: url('images/sea.jpg');
	background-attachment: fixed;
	background-position:	top center;
	font: 0.8em "Trebuchet MS", Helvetica, Arial, sans-serif; 
	color: #333;}

#petition {
	font: 0.8em "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	
/*Keeps it all nice in the middle*/
#wrapper {
	width: 780px; 
	min-height: 600px;
	position:relative;
	margin: 0 auto; 
	background: #ffffff; 
	background-image: url('images/tarbg.jpg');
	margin-left: 36px;
	margin-right: 36px;
	text-align: left;}
	
/*Borders*/
#leftborder {
	width: 0px; 
	height: 600px; 
	float: left; 
	background: url(border3.gif) repeat-y;}
	
#rightborder {
	width: 0px; 
	height: 600px; 
	float: right; 
	background: url(border3.gif) 
	repeat-y;}

#main {
	width: 684px;
	padding: 155px 48px 5px 48px;
	}

/*Header Stuff*/
#banner {
	width: 237px; 
	height: 120px; 
	background: url(banner3.jpg); 
	position: absolute;
	top:0;
	left:36px;
	padding: 5px 5px 5px 5px;}

#pgtitle {
	position: absolute;
	top:0;
	right:36px;
	padding: 15px 10px 0px 5px;}

#menubar {
	width: 670; 
	border-top: 2px blue dashed; 
	border-bottom: 2px blue dashed; 
	position: absolute;
	top:125px;
	left:48px;
	padding: 4px 0 4px 0;
	}

/*Page Titles*/
.attn {font-family: verdana; font-size: 24pt; color: #e30000; text-align: right;}
a:link {color: blue; }
a:visited {color: red; }
a:hover {color: green; }
a:active {color: red; }
