* :focus { outline: 0; }
img	{border: none;}
a {text-decoration: none;}
a:link {color:#006600;}
a:visited {color:#009900;}
a:active {color:#FF9933;}
p {color:#999999;}
h2, h4 {color:#CCCCCC;}
.style1 {color:#0B85B9;
    font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:22px;
	font-weight:bold;}



body {behavior:url(csshover.htc);
		background-color:#000000;
		text-align: center;}
		
#main_wrapper {
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}

div.col {float:left; text-align: center;}

#header {
	background-color:#000000;
	}

#nav {
	width:150px; /* width + content width must = 100% */
	float:left; /* floats on nav and content divs make them sit side by side */	
	}
	
#content {

	background-color:#000000;
	/* default auto width */
	}
/* hack for IE6 */
/* floating this element gets rid of the gap between the nav and content - the hateful 3 pixel jog bug in IE */
/* floating this element in other browsers makes layout break - don't remove this comment \*/

/* end of hack */


		div#menu {
			background-color:#990000;
			text-align: center;
			height: 77px;
			width: 100px;
			}
			
					
			div#words {height: 61px; width: 110px; padding: 10px;}
			div#music {height: 61px; width: 110px; padding: 10px;}
			div#visual {height: 61px; width: 110px; padding: 10px;}
			div#info {height: 61px; width: 110px; padding: 10px;}
			

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background: #000000;
	color:#FFFFFF;
	}
#header_inner, #nav_inner, #content_inner, {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}

#nav_inner {
	padding:1em .5em; /* creates space between the box and the content */
	/* border-right:2px dotted #666666; 
	border-bottom:2px dotted #666666; */
	margin-bottom:10px;;
	}

#content_inner { 
	padding:1em 1em 1em 1.5em; /* creates space between the box and the content */
	text-align:left; 
	margin-left: 160px;
	}
#content-header {

	position: absolute;
	width: 430px; height: 18px;
	left: 190px; top: 237px;
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
* html {}