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

p {
	margin: 1em;
}

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}


body > #wrap {height: auto; min-height: 100%;}

/* #main {padding-bottom: 118px;}  /* must be same height as the footer */


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table
{
	margin: auto;
}


		img#expando { 
			position: absolute; 
			display: none; 
			z-index: 1; 
			-ms-interpolation-mode: bicubic; 
		} 

		.wide img#expando, 
		.tall img#expando { 
			display: block; 
		} 

		.wide img#expando { 
			width: 100%; 
			height: auto; 
		} 

		.tall img#expando { 
			width: auto; 
			height: 100%; 
		}
	
		.ie6fixed {
			position: absolute;
			top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
		}


#mydiv a {
	color: #000;
	text-decoration: none;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height:400px;
	margin-top: -231px; /*set to a negative number 1/2 of your height*/
	margin-left: -320px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #fff;
	background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-align: left;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

#sspdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:525px;
	margin-top: -274px; /*set to a negative number 1/2 of your height*/
	margin-left: -402px; /*set to a negative number 1/2 of your width*/
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

#musicdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:347px;
	height:427px;
	margin-top: -221px; /*set to a negative number 1/2 of your height*/
	margin-left: -212px; /*set to a negative number 1/2 of your width*/
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}


#top {
	position:absolute;
	top: 0 px;
	width:100%;
	padding: 0.5em 0;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#bottom {
	position:absolute;
	width:100%;
	bottom: 0px;
	text-align: center;
	height: 104px;
	clear:both;
	background-color: #000;
	background-image: url(images/bugs_bg1.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	
}

#header {
	position:relative;
	top: 0 px;
	width:auto;
	text-align: center;
	float:left;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#official {
	position:relative;
	width:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	text-align: left;
}

#craig {
	position:relative;
	top: 0 px;
	width:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	color: #000;
	font-weight: bold;
	text-align: left;
}

#nav {
	position:relative;
	top: 0 px;
	width:auto;
	text-align: center;
	float:right;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#links {
	position:relative;
	top: 0 px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #000;
	font-weight: bold;
	padding-right:20px;
	float:left;
	margin-top:32px;
}

#links a {
	text-decoration:none;
	color:#000;
}

#links a:hover {
	color:#C00;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.newsheader {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
.newsSubHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.contactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

