/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/bk.jpg);
 
}

h1 {
 color: rgb(108,76,77);	
}

h3 {
  color: rgb(38,169,215);	
}

h4 {
  font-weight: bold;   
}

#wrapper { 
 margin: auto;
 margin-top: 50px;
 margin-bottom: 50px;
 width: 903px;
 background-color: #fff;
 border: 8px solid rgb(38,169,215);
}
#faux {
 height: 10px;
 background-color: #000;
 color: #000;
}
#header {
 height: 265px;
 background: #000;
 background-image: url(images/logo.jpg);
 background-repeat: no-repeat;
 margin: auto;
 text-align: center;
 width: 100%;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin-top: 10px;
 margin-right: 10px;
 padding: 10px;
 width: 180px;
 float: left;

}

#content { 
 float: left;
 color: #000;
 margin: 10px 13px;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 800px;
 border-left: 1px solid rgb(38,169,215);
}

#sellersContent {
 float: left;
 color: #000;
 margin: 10px 13px;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 1000px;
 border-left: 1px solid rgb(38,169,215);	
}

#itemPreparationContent { 
 float: left;
 color: #000;
 margin: 10px 13px;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 900px;
 border-left: 1px solid rgb(38,169,215);
}

#eventDatesContent { 
float: left;
 color: #333;
 margin: 10px 13px;
 padding: 10px;
 width: 460px;
 display: inline;
 position: relative;
 height: 600px;
 width: 600px;
 border-left: 1px dotted #E9E9E9;
}



#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 195px;
 float: right;
}
#footer { 
 clear: both;
 color: rgb(38,169,215);
 text-align: center;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

.mainnav {
 list-style: none;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
 display: block;
 background-color: #FDFBFD;
 text-decoration: none;
 width: 160px;
 padding: 4px 0px 4px 7px;
 color: #000;
 border-bottom: 1px solid rgb(38,169,215);
 text-align: left;
}
li.border-top {
 width: 160px;
}

ul.mainnav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #B5B5B5;
 width: 160px;
 background-color: #F9F2F9;
}

.saleScheduleTable {
  border: 5px solid rgb(108,76,77);
  border-collapse: collapse;
  width: 75%
  color: #000;
}

.saleScheduleTableHeader {
      background-color: rgb(108,76,77);
      color: #fff;
      text-align: center;
      font-weight: bold;
}



ul.sellersBullets li a:link, ul.sellersBullets li a:visited {
 
}

ul.sellersBullets li a:hover {
}

.promoteList {
text-decoration: none;
list-style: none;
}

.volunteersList {
text-decoration: none;
list-style: none;
}