@import url(text.css);
@import url(images.css);


body 		{
			background-color:#000000;
			scrollbar-face-color:#000;
			scrollbar-HIGHLIGHT-color: #000000;
			scrollbar-SHADOW-color: #000000;
			scrollbar-3DLIGHT-color: #000000;
			scrollbar-ARROW-color: #000000;
			scrollbar-TRACK-color:#333333;
			scrollbar-DARKSHADOW-color: #000000;
     		}

#wrapper 	{
			float:none;
			width:900px;
			margin-right:auto;
			margin-left:auto;
			margin-top:-8px;
			background-color:#000;
	 	}	

#header   	{
			float:left;
			width:900px;
			height:493px;
			margin:0;
			background-image: url(../images/Red-Rebel-County-Irish-Cover-Band.jpg);
			background-repeat: no-repeat;
		}

#top-nav  	{
			float:right;
			height:auto;
			width:auto;
			margin-right:130px;
			margin-top:-260px;
			margin-bottom:0px;
			text-align:right;
			padding:0px;
		}


#main 		{
			float:left;
			width:900px;
			height:auto;	
			margin:-170px 0px 0px 0px;

     		}

#innermain 	{
			float:right;
			width:550px;
			height:auto;	
			margin:0px 10px 0px 0px;
			padding:0px;
     		}

#leftcol
		{
			float:left;
			width:250px;
			margin-top:155px;
			margin-left:10px;
		}

#col1
		{
			float:left;
			width:200px;
			margin-left:-10px;
			text-align:left;
		}

#col2
		{
			float:right;
			width:205px;
			margin-right:15px;
			text-align:left;
		}

#gallery
		{
			float:left;
			width:550px;
			margin:0px;
		}

#footer   	{
			float:left;
			width:900px;
			height:50px;
			margin:0;
			background-color:#000000;
		}

#showentry	{
			float:left;
			width:95%;
			border-top:3px solid #333;
			margin: 0px;
		}
		

#bio a#biolink,
#home a#homelink,
#members a#memberslink,
#photos a#photolink,
#setlist a#setlistlink,
#contact #contactlink, 
#media #medialink
		{ 	color:#fff;
			color:#00cc33; 
			text-decoration:underline;
		}

ul.nav		{
			list-style-type:none;
			padding-left:0;
			margin-left:0;
			float:right;
			font-family:"Century Gothic","Gill Sans",Arial;

		}

ul.nav li	{
			float:right;
		}

ul.nav a	{	
			display:block;
			padding: 2px 10px 2px 10px;
			width:auto;	
			text-align:center;
			color:#ff3300;
		}

ul.nav a:hover	{ 	color:#33cc00;
			text-decoration:underline;
		}


a:link { color:#ff3300; text-decoration:none; }
a:visited { color:#ff3300; text-decoration:none; }
a:hover { color:#33cc00; text-decoration:underline; }
a:active { color:#FFF; text-decoration:underline;}





