/*Global Settings Begin*/

* {
	margin: 0;
	}

html, body {
	min-width: 900px;
	background: #ffffff;
	margin:0px;
	padding:0px;
	font: 14px  tahoma, verdana, arial, helvetica;
	color:#414141;
	}

a:link, a:visited, a:active {
	color: #5b7bda;
	}
a:hover {
	color: #da5b5b;
	}

h1 {
	color:#1a4d80;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom:1px solid #83a0be;
	}

h2 {
	margin-top: 10px;
	font-size: 14px;
	}

#header {
	width: 100%;
	height: 200px;
	background: url('images/headerBG.png');
	display: block;
	overflow: hidden;
	}
	#banner {
		margin: auto;
		display: block;
		overflow: hidden;
		background: url('images/banner.png');
		width: 840px;
		height: 150px;
		}
		#logo {
			margin-top: 75px;
			float: left;
			}
			#logo img {
				border: 0px;
				}
		#frontHeader {
			float: left;
			margin: 60px 0 0 100px;
			}
			#frontHeader h1 {
				color: white;
				font-size: 25px;
				font-family: tahoma;
				border: 0px;
				}
		#contactInfo {
			margin-top: 90px;
			float: right;
			}
			#contactInfo p {
				color: white;
				font-weight: bold;
				font-size: 16px;
				}

	#topLinks {
		height: 35px;
		width: 900px;
		margin: auto;
		margin-top: 0px;
		text-align: center;
		}
		ul.topList{
			list-style: none;
			margin: 0px;
			padding:0px;
			}
		ul.topListFront{
			list-style: none;
			margin: 0px;
			margin-left: 0px;
			padding:0px;
			}
			ul.topList li, ul.topListFront li {
				list-style-type:none;
				margin:auto;
				float: left;
				}
		a.topLinkFront {
			display: block;
			width: 450px;
			padding: 12px 0 15px 0;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			font-size: 16px;
			font-family: tahoma, verdana, helvetica, arial;
			color: #3f3f3f;
			}
		a.topLink {
			display: block;
			width: 225px;
			padding: 14px 0 15px 0;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			font-size: 14px;
			font-family: tahoma, verdana, helvetica, arial;
			color: #3f3f3f;
			}
			a.topLink:hover, a.topLinkFront:hover { 
					color: blue;
					}

#body {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
	}

#footer {
	background: url('images/footerBG.png') #d4d4d3;
	width: 900px;
	height: 40px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	}
.shaddow{
	width: 850px;
	height: 10px;
	margin: auto;
	background: url('images/shadow.png'); 
	}
#footer p {
	margin-top: 12px;
	font-size: 10px;
	color: #414141;
	}


/* Front Page Style */

img.splashLeft {
	float: left;
	margin-right: 4px;
	}	
img.splashRight {
	float: right;	
	}
a img {
		border: solid 2px #727272;
		}
a img:hover {
		border-color: blue;
		}
a.splashLink {
	color: #727272;
	}
	a.splashLink:hover {
		color: blue;
		}
#splash {
	display: block;
	overflow: hidden;
	}
#socialNetworking {
	text-align: center;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	}
	#socialNetworking img {
		border: 0px;
		margin: 5px;
		}

/* Page Style */
#contentBoxMain {
	text-align: justify;
	overflow: hidden;
	width: 580px;
	float: left;
	}
#rightPictureBox {
	text-align: justify;
	overflow: hidden;
	margin-top: 30px;
	width: 290px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #83a0be;
	}
p {
	margin: 10px 0 10px 0;
	}

/* News and Updates */
#latestNews {
	text-align: justify;
	overflow: hidden;
	width: 430px;
	float: left;
	}
#upcomingGigs {
	text-align: left;
	overflow: hidden;
	width: 430px;
	float: right;
	}

table.archive {
	margin: auto;
	margin-top: 25px;
	background: #e4e4e4;
	border: solid 1px black;
	}
	table.archive th{
	text-align: left;
	padding: 5px 0 5px 10px;
	width: 230px;
	background: #555555;
	color: white;
	}
	table.archive td{
	text-align: left;
	padding-left: 10px;
	width: 230px;
	}
	table.archive td.dark{
	text-align: left;
	padding-left: 10px;
	width: 230px;
	}
	table.archive td.light, table.archive th.light{
	background-color: #eeeeee;
	}