
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
    font-family:verdana, Georgia,"Times New Roman",serif;

}
h1,h2
{
}
body
{
	font-family: verdana, "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
    border-left: 15px solid #FFA30D;
}

.left2{
  float: left;
  padding:0 10px 10px 0;
}



a
{    color: #FFA30D;

}

a:hover
{
		color: #3399CC;
}
/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 235px;
	background-image: url(random.php);
	background-position: bottom left;
	padding-left: 40px;
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}

#topper{
  margin:0;
  background: #000;
  height: 165px;
  background-image: url(images/header-bg.jpg);
  background-repeat: repeat-x
}


#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}
/* Menu */
#menu
{
    background:  #fff;
	padding: 1em 2.5em 1em 5em;
    text-align: left;
    background-image: url(images/white-bg.jpg);
    background-repeat: repeat-x
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
/*	padding: 3em 15px 1em 15px; */
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 0.5em;
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}

#fullContent{

    margin: 0em 235px 0em 0em;
	padding: 2em 1.5em 1.5em 3em;
}

#fullContent p, #fullContent ul{
   	font-size:13px;
    line-height: 18px;
}

#fullContent ul li{
  list-style-type: none;
  line-height: 19px;
}


#fullContent h2
{
	text-transform: none;
	color: #CC0000;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
    font-size: 16px;
    font-family:georgia,"times new roman",serif;
}

#fullContent h3
{
	text-transform: none;
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
    font-size: 16px;
    font-family:georgia,"times new roman",serif;
}




#primaryContent
{
	margin: 0em 470px 0em 0em;
	padding: 2em 1.5em 1.5em 3em;
}

#primaryContent p, #primaryContent ul
{
	font-size:13px;
    line-height: 18px;
}
#primaryContent ul li{
  list-style-type: none;
  line-height: 19px;
}


#primaryContent h2
{
	text-transform: none;
	color: #CC0000;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
    font-size: 16px;
    font-family:georgia,"times new roman",serif;
}

#primaryContent h3
{
	text-transform: none;
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
    font-size: 16px;
    font-family:georgia,"times new roman",serif;
}


#primaryContent h4
{
	text-transform: none;
	color: #CC0000;
	padding-bottom: 0.3em;
    font-size: 16px;
    font-family:georgia,"times new roman",serif;
}


#primaryContent h1
{
	text-transform: none;
	color: #FFA30D;
    font-size:2.3em;
	padding-bottom: 0.3em;
    font-family:georgia,"times new roman",serif;
}

#secondaryContent h3, #tertiaryContent h3
{
/*	background: url('images/a1.gif') no-repeat; */
	width: 185px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 35px;
	text-transform: capitalize;
	color: #5D5F53;
}

#secondaryContent h3,#secondaryContent h4 {
  color:#CC0000;
}

/* Secondary Content */
#secondaryContent
{
	float: left;
	width: 205px;

}

#secondaryContent p, #secondaryContent ul
{
	font-size: 12px;
    line-height: 20px;
}

#secondaryContent ul li{
  list-style-type: none;
  line-height: 19px;
  padding-bottom: 10px;
}

#secondaryContent a{
  border: 0;

}

img {
border: none;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 225px;
    padding-left: 1em;
    background: #000;
}

#tertiaryContent h3, #tertiaryContent h4
{
	color: #fff;
}

#tertiaryContent p
{
   font-size: 12px;
   padding-right: 10px;
   color:#AAAAAA
   }

#tertiaryContent ul
{
   font-size: 12px;
   padding-right: 10px;
}

#tertiaryContent ul li{
  list-style-type: none;
  line-height: 19px;
}
/* Footer */
#footer
{
	background: #000;
    background-image: url(images/footer-bg.jpg);
    padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
    height: 110px;
    background-position: top;
    background-repeat: no-repeat
}
.clear
{
	clear: both;
}


#news{
  background-image: url(images/news-bg-tate.jpg);
  background-color: #FFD184;
  background-position: left;
  height: 230px;
  background-repeat: no-repeat
}

#news2{
  background-image: url(images/news-bg.jpg);
  background-color: #FFD184;
  background-position: left;
  height: 230px;
  background-repeat: no-repeat;
}
#new-gigs{

  background-color: #FFD184;
  background-position: left;
  height: 230px;
  background-repeat: no-repeat
}

#links-side{
  background-color: #FFD184;
  padding: 2px;
  margin-bottom: 15px;
}

#links-side h2{
  color:#CC0000;
  padding-left: 6px;
  font-size: 12px;
  font-weight: bold;
}



 #news h2, #news2 h2{
  padding-left: 10px;
  color: #333333;
  font-size: 19px;
}

#news p, #news2 p{
  padding-left: 210px;
  padding-right: 20px;
  padding-top: 30px;
  float: center;
    color: #97640F;
}
