* {
	margin:0;
	padding:0;
}
    body {
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
    }
	#page-wrap{
		width:800px;
		margin:0 auto;
	}
    p {
        margin:10px 10px 10px 10px;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		border-bottom:1px solid #000;
    }
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header h1 span {
		display:none;
	}
	#header h1 {
	background-image: url(images/cpbanner.gif);
	background-repeat: no-repeat;
	height: 75px;
	}
	#header ul.nav {
	    clear:left;
	    float:left;
	    list-style:none;
	}
	#header ul li {
	display:inline;
	margin:0;
	padding:0;
	color: #FFFFFF;
	background-color: #000000;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	background-color: #000000;
	}
	#header ul li a:hover {
	color:#fff;
	background-color: #666666;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#000000;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#000000;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-230px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#000000;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:460px;         	/* Left column width + right column width */
        background:#000000;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:230px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
	position:relative;
	left:200%;
	overflow:hidden;
	margin-top: 0;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	font-size:16px;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /*  */

p.copyright {
	font-size:10px;
	text-align: center;
}
a {
	color: #FF99FF;
}
a:hover {
	color: #993366;
}
#home li a.home, #artists li a.artists, #categories li a.categories, #contact li a.contact,#links li a.links, #guestbook li a.guestbook{
	font-weight: bold;
}
.webring {
	font-size:10px;
	width:350px;
	margin:0 auto;
}
.counter {
	width:700px;
	position:relative;
	border-width:2px;
	text-align:center;
	font-size: 12px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.picture {
	text-align: center;
	display: block;
	height: 202px;
	width: 202px;
	border: thick solid #000000;
}

.announce {
	color:#FFFFCC;
	background-image: url(images/holly.png);
	background-repeat: repeat-x;
	background-position: top;
	top: -50px;
	background-color: #000000;
}
