/*
      St Louis Pirate Festival Style created by ArtRoom Digital 2009
	  http://www.artroomdigital.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000000;
}

A {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #623d1c; TEXT-DECORATION: underline; 
}
P {
	FONT-SIZE: 10pt; MARGIN: 10px; LINE-HEIGHT: 12pt;
}
H1 {
	FONT-SIZE: 12pt;
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt;
}

H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; color: red;
}

.note {
	FONT-SIZE: 8pt;
}
.note2 {
	FONT-SIZE: 8pt; color: #bc0000;
}

.note3 {
 FONT-WEIGHT: bold; FONT-SIZE: 9pt; color: #bc0000;
}

.list {
font-size: 8pt; line-height: 12pt
}
#wrapper { 
 margin: 0 auto;
 width: 850px;
 BACKGROUND-IMAGE: url(images/parch_bg.jpg);
 }
#header {
 width: 850px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 200px;
 margin: 0px;
 background: transparent;
}
#leftcolumn { 
 border-top: 0px solid #ccc;
 border-right: 1px solid #C9A779;
 border-bottom: 0px solid #ccc;
 border-left: 0px solid #ccc;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 150px;
 float: left;
 text-align: center;
}
#content { 
 float: left;
 border: 0px solid #000000;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 475px;
 display: inline;
}
#rightcolumn { 
 border-top: 0px solid #ccc;
 border-right: 0px solid #ccc;
 border-bottom: 0px solid #ccc;
 border-left: 1px solid #C9A779;
 background: transparent;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 150px;
 float: left;
 text-align: center;
}
#footer { 
 width: 850px;
 height: 166px;
 clear: both;
 border: 0px solid #ccc;
 BACKGROUND-IMAGE: url(images/pirate_ftr.jpg);
 margin: 0px;
 padding: 0px;
}