
.topLeft{
	background-image: url(images/top.jpg);
	background-repeat:repeat-x;
	width:200px;
	height:20px;
	float:left;
}

.topLeftColour
{
	background-image: url(images/top.jpg);
	background-color:#33FF99;
	width:20px;
	height:200px;
	float:left;
	}
	
	.topRightColour
	{
		background-image: url(images/top.jpg);
		background-color:#33FF99;
		width:20px;
		height:100%;
		float:right;
		}

.headerTop
{
	background-image: url(images/top.jpg);
	width:980px;
	height:20px;
	float:left;
	}



div#logo
{
	 background-image:url(images/logo.gif);
	 width:441px;
	 height:159px;
	 float:left;
	}
	

/*.header
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	
}*/
	
	
/* is this used? */	
.bottom
{
	 width:980px;
	 height:25px;
	 background:#fff;
	 border:1px solid #ececec;
	 text-transform:uppercase;
	 color:#CC3333;
	 font-size:12px;
	 margin:0 0 -6px 0;

}	

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.1em georgia,serif; 
	font-family: Trebuchet MS;
	font-weight:bold;
	text-transform:uppercase;
	font-size:medium;
}
h1, h2, h3, a {
		color:#CC3333;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

/* divisional footer text link color */	
div#footer div.footer li a
{
    color:#cc3333;
}


.link
{
	 color:#CC3333
	}

.staticButton
{
	background:url(images/staticButt.png) no-repeat;
	width:117px;
	height:36px;
	text-align:center;
	padding:8px 0 8px 0;
}

.staticButton a:hover
{
	font-weight:bold;
}

.longerStaticbutt
{
	background:url(images/longerStaticbutt.png) no-repeat;
	width:200px;
	height:36px;
	text-align:center;
	padding:8px 0 0;
}

.longerStaticbutt a:hover
{
	font-weight:bold;
}

.sideContent
{
	font-size:12px;
	color:#CC3333;
	padding:0 0 0 35px;
	}