body { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	background-color:#fff;
	background-image: url(../images/bg.gif); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4;
}

#header { 
	width: 760px; 
	float: left; 
        background-color: #fff;
}

#header img {  
	border-style: none;
}

#container {
  width: 760px;
  height: 750px;
  margin: 2em auto; 
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

#main {
        background-color: #fff;
	height: 430px; 
	overflow: auto; 
	width: 760px; 
	float: right; 
}

#footer {
       height: 86px;
}

/* 3-column layout */
#left3 {
	border: 0;
  float: left;
  width: 175px;
  padding: 5px;
}

#main3 {
	float: right;
	width: 575px;
  margin: 0;
  padding: 0;
}

#center3 {
	border: 0;
	padding-left: 10px;
	margin-right: 200px;
}

#right3 {
  float: right;
  padding: 5px;
}

/* 2-column layout */
#right2 {
	float: right;
	padding: 5px;
}

#left2 {
	float: left;
	width: 515px;
	padding: 10px 20px 20px 20px;
}

/* 1-column layout */
#main1 {
	text-align: center;
	padding: 25px;
}

#navBar {
	border-bottom: 1px solid #ccc; 
}

#navBar a:hover { 
	border-bottom: 3px dotted #901c0d; 
}

#navBar a:active { 
	border-bottom: 3px solid #901c0d; 
}

h2 {
	color: #951d0f;
	padding: 0 5px 5px 5px;
	border-bottom: 3px dotted #ccc;
}

h3 {
	color: #951d0f;
	background-color: #ccc;
}

.sectionBoxLeft {
	width: 100%;
	margin-bottom: 15px;
}

.sectionBoxLeftHeader {
	padding: 2px;
	background: url(../images/sectionLeft_bg.gif) repeat-x;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.sectionBoxLeftBody {
	border: 1px solid #ccc;
	padding: 5px;
}

.sectionBoxRight {
	width: 100%;
	margin-bottom: 15px;
}

.sectionBoxRightHeader {
	padding: 2px;
	background: url(../images/sectionRight_bg.gif) repeat-x;
	color: #951d0f;
	text-align: center;
	font-weight: bold;
}

.sectionBoxRightBody {
	border: 1px solid #ccc;
	padding: 5px;
}

table.gigs {
	width: 100%;
}

table.gigs thead tr th {
	border-bottom: 2px solid #ccc;
	color: #901c0d;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

table.gigs thead tr td {
	font-weight: bold;
	text-align: left;
}

table.gigs tfoot tr td {
	border-top: 1px dotted #901c0d;
}
