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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: white;
	background-image: url("images/banner.png");
	background-repeat: repeat-x;
	position: relative;
	margin:0 auto;
	padding: 0px;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.clearFloat { clear: both; }
.centered { text-align: centre; }
p {
	font-family:verdana; font-size:10px;
}

h2 {
	font-size: 18;
}


small {
	font-size: 6;
}

div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}

#wrap {
	width:800px;
	position: relative;
	margin: 0 auto;

}

#content {
	

}
#content h1 { color: red; font-size: 24px; }
#content p { font-size: 15px; }

span { text-align: left; }

p.contribListing {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 100%;
}

a.contribLink {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 100%;
}

a.reversed {
	text-decoration: none;
}

a.reversed:link {color:white;}      /* unvisited link */
a.reversed:visited {color:grey;}  /* visited link */
a.reversed:hover {color:white; text-decoration: underline;}  /* mouse over link */
a.reversed:active {color:white;}  /* selected link */

#header {
	margin: 0 auto;
	width: 800px; height: 120px;
	text-align: centre;
}

#footerRibbon {
	float: left;
	width: 280px; height: 44px;
	padding: 5px 0;
	background-image:url(images/ribbon.png);
	background-position: right;
	background-repeat: no-repeat;
}
div.artistList table {
	margin: 0px auto;
	text-align: left;
}

div.artistList {
	text-align: center;	
}

#footer {
	margin: 0px auto;
	padding: 20px auto;
	width: 790px; height: 139px;
	text-align: center;
	color: white;
	background-image: url("images/footerbarSmall.png");
	background-repeat: no-repeat;
}
#subFooter {
	width: 800; height: auto;
	colour: red;
	text-align: right;
}


.indent
{
	text-indent: 20px;	
}

#footercellB {
	margin: 0 5px;
	color: white;
	float: left;
	width: 290px; height: 351px;

}

#footercellC {
	margin-left: 5px;
	color: white;
	float: right;
	width: 195px; height: 351px;
}


#currentIssue {
	position: inherit;
	margin: 35px auto;
	width: 750px;
	text-align: center;
}




#navigation {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: white;


}

ul#contributorList { width: 600px; margin: 0 auto; }

ul#navlist {	}

	ul#navlist li {
		display: inline;
		}
		
		ul#navlist li a {
			display: block;
			height: 50px;
			text-indent: -9999px;
			float: left;
		}
		ul#navlist li a.home {
			width: 234px;
			background: url(images/navHome.png) top center no-repeat;
		
		}
		ul#navlist li a.archive {
			width: 163px;
			background: url(images/navArchive.png) top center no-repeat;
		
		}
		ul#navlist li a.advertise {
			width: 161px;
			background: url(images/navAdvertise.png) top center no-repeat;
		
		}
		ul#navlist li a.about {
			width: 242px;
			background: url(images/navAbout.png) top center no-repeat;
		
		}

		
		ul#navlist li a.home:hover, 		ul#navlist li a.home:active, 
		ul#navlist li a.archive:hover, 		ul#navlist li a.archive:active, 
		ul#navlist li a.advertise:hover, 	ul#navlist li a.advertise:active, 
		ul#navlist li a.about:hover, 		ul#navlist li a.about:active
	{ background-position: bottom center; }
		
		body#home ul#navlist li a.home					{ background-position: bottom center; }
		body#archive ul#navlist li a.archive			{ background-position: bottom center; }
		body#advertise ul#navlist li a.advertise 		{ background-position: bottom center; }
		body#about ul#navlist li a.about 				{ background-position: bottom center; }
		
