/*******************************
 *
 *		   style.css
 *			Author: 
 * 	  	   Tom Knowles
 *		  The Roundhouse
 *
 *	This CSS lays out the style of the page
 *  backgrounds, colours etc
 */

#header
{
	background-color: #ffffff;
	background-image: url(../images/layout/bg/bg_header.jpg);
	background-repeat: no-repeat;
}

#header h1#logo
{
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
}

#wrapper
{
	background-image: url(../images/layout/bg/bg_wrapper.jpg);
	background-repeat: repeat-y;
}

#content
{
	background-image: url(../images/layout/bg/bg_content.jpg);
	background-repeat: no-repeat;
}

#homesplash
{
	background-image: url(../images/layout/bg/bg_homegraphic.jpg);
	background-repeat: no-repeat;
}

#footer
{
	background-color: #ffffff;
	background-image: url(../images/layout/bg/bg_footer.jpg);
	background-repeat: no-repeat;
}

#content ul li
{
	list-style-type: none;
	background-image: url(../images/layout/bg/bg_listitem.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

h3
{
	list-style-type: none;
	/*background-image: url(../images/layout/bg/bg_listitem.gif);*/
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

.gridblock img
{
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
}

.gridblock a:hover img
{
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
}