@charset "UTF-8";
body {
	background: url(images/background.jpg)
}

a { color: #FF66CC; }

#wrapper {
	width:1020px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background:url(images/header.png) no-repeat;
	height:182px;
}

#header-nav {
	background:url(images/content-background.png) repeat-y;
	height: 51px;
	padding-bottom: 10px;
}

#header-nav-inside {
	background:url(images/header-nav.gif) repeat-x bottom #610092; 
	height:51px;
	margin:0 8px;
	text-align:center;
}

#mainContent {
	background:url(images/content-background-col.png) repeat-y;
	min-height: 300px;
}

#footer {
	background:url(images/footer.png) no-repeat; 
	height: 64px;
}

#leftCol, #mainCol, #rightCol {
	float: left;
	margin-left:25px;
}

#leftCol {
	margin-left: 21px;
	width: 215px;
}

#mainCol {
	width: 500px;
}

#rightCol {
	margin-left: 25px;
	width: 215px;
	text-align: center;
}

#twtr-profile-widget {
	margin-left: 8px;
	margin-bottom: 5px;
}

.gigHeader, .gigBody, .gigCity {
	padding-left: 10px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

.gigHeader {
	text-decoration: underline;
	font-size: 14px;
}

.gigBody {
	font-size: 13px;
	font-weight: bold;
}

.gigCity {
	font-size:12px;	
}

.clear {
	clear:both;	
}

.bodyText {
	padding: 5px 15px 0 15px;	
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;	
}

body p {
}

.copyright {
	color: #FFF;
	text-align:center;
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 10px;
}

