/* Colours
=========
*/

html, body
{
	color:#FFFFFF;
	background-color: #000000;
}

#wrapper 
{
	border:1px solid #6A6A6A;
}

#headergraphic
{
	background-image: url('/images/layout/nighttime/header-index.jpg');
	background-repeat: no-repeat;
	color:#FFFFFF;
}
#header
{
	border-bottom: 3px solid #D10071;	
}


#nav
{
	border-top: 2px solid #000000;	
	color: #ffffff;
	background-color:#B83961;
}

a:link, a:visited, a:active
{
	color: #ffffff;
}

a:hover
{
	color: #FDD6EB;
}

#footer
{
	color: #ffffff;
	background-color: #4F022C;
	border-bottom: 3px solid #D10071;	
}

#content
{
	/*background-image: url('/images/layout/content-bgimage.jpg');*/
	background-repeat: no-repeat;
}


#contentmiddle
{
	/*background-image: url('/images/layout/content-bgimage-2.jpg');*/
	background-repeat: no-repeat;
}

#contentmiddle a:link, #contentmiddle a:visited, #contentmiddle a:active
{
	color:#ffffff;
}

#contentmiddle a:hover
{
	color: #E6AAC0;
}

#contentleft a:link, #contentleft a:visited, #contentleft a:active, #contentright a:link, #contentright a:visited, #contentright a:active
{
	color:#FFFFFF;
}

#contentleft a:hover, #contentright a:hover
{
	color:#FDD6EB;
}

#admincontent
{
	color: #ffffff;
	background-color: #000000;
}



#boxheight1
{
	background-image: url('/images/layout/nighttime/box1.gif');
	background-repeat: no-repeat;
}

#boxheight2
{
	background-image: url('/images/layout/nighttime/box2.gif');
	background-repeat: no-repeat;
}

#boxheight3
{
	background-image: url('/images/layout/nighttime/box3.gif');
	background-repeat: no-repeat;
}

#boxheight4
{
	background-image: url('/images/layout/nighttime/box4.gif');
	background-repeat: no-repeat;
}


h2
{
	color: #E6AAC0;
}

.adminlink
{
	color: #ff0066;
}

#boxheight1 h3, #boxheight2 h3, #boxheight3 h3, #boxheight3 h4
{
	color:#E6AAC0;
}

#boxheight1 a:hover h3, #boxheight2 a:hover h3, #boxheight3 a:hover h3, #boxheight4 a:hover h3
{
	color:#A40058;
}