@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFB300;
}
#container  {
	width: 1040px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFD700;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
} 
#header  {
	background-color: #FFD700;
	width: 740px;
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 150px;
} 
#banner {
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#top-nav {
	background-color: #000000;
	width: 740px;
	padding-right: 150px;
	padding-left: 150px;
}
#sub-nav {
	background-color: #FFD700;
	width: 740px;
	padding-right: 150px;
	padding-left: 150px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	background-color: #FFD700;
	margin-top: 20px;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent  {
	background-color: #FFD700;
	text-align: left;
	width: 280px;
	margin-top: 20px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #000000;
	border-left-color: #000000;
} 
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* padding keeps the content of the div away from the edges */
	background-color: #FFD700;
	margin-top: 20px;
	margin-right: 150px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent2 {
	background-color: #FFD700;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 400px;
	margin-top: 20px;
	margin-right: 160px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	background-color: #FFD700;
	margin-top: 20px;
	margin-right: 150px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent3 {
	background-color: #FFD700;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 550px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.gig-listings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.brown {
	color: #993300;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 11px;
}
#footer  {
	background-color: #FFD700;
	width: 740px;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 9px;
	color: #000000;
} 
.footer-nav {
	font-size: 10px;
	text-transform: uppercase;
	color: #993300;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
