@charset "UTF-8";
/* CSS Document */


/* Override Browser Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body { 
	font-size: 75%;
}


/* General Layout Styles */

body {
	text-align: center;

}
/* Define Text Styles */	

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	background-color: #ffffff;
	/* background-image: url(background.jpg);*/
	background-image: url(background-new.jpg);
	background-repeat: repeat;
	background-position: left;
	
	
}

p {
	padding-top: 12px;	

}

td {

}

a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	

}

a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color:#b4b5b5;

}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #666666;
}

h1 	{
	font-size: 36px;
	line-height: 36px;

}

h2 	{
	font-size: 24px;
	line-height: 24px;
	

}

h3 	{
	font-size: 18px;
	line-height: 16px;

}

h4	{
	font-size: 14px;
	line-height: 16px;

}

h5	{

}

h6	{

}

strong {
	font-weight:bold;
	}

.allCaps {
	text-transform: uppercase;
}

/* Define Div Styles */

#container {
	width: 1000px;
	background-color: none;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:relative;
}

#header {
	width: 1000px;
	height: 84px;
	background-image: url(mainheader.jpg);
	padding: 0px;
}

#navBar {

}

#mainContent {
	background-color:#FFFFFF;
	width: 952px;
	margin-top: 24px;
	padding: 24px;
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}
#mainContent p, h1, h2, h3, h4, h5, h6 {
/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}
#intro {
	width: 540px;
}

#gigList {
	width: 654px;
	margin-top: 36px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#twitter {
	position: absolute;
	width: 250px;
	right: 12px;
	height: 600px;
	top: 181px;
}
#right {
	float: right;
	width: 230px;
	padding: 0px;
}

.fltleft {
	float: left;
	padding: 12px;
}

.fltright {
	float: right;
	padding-right: 12px;
}

.small {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #555555;
}

.gray {
	color: #222222;
}
.pageTitle {
	font-family: Helvetica, Arial, sans-serif;
}

#top-image {
	float: left;
	height: 265px;
	width: 398px;
	overflow: hidden;
}
em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
