
/*General styling stuff like font and header sizes*/
body 
{
	font-family:verdana, sans-serif;
	font-size:11px;
	color:black;
	background:#153F4F;
}

h1
{
	font-size:14px;
	font-weight:bold;
}

h2
{
	font-size:12px;
	font-weight:bold;
}

a{text-decoration:none; color:#BBBBBB; font-weight:bold;}
a:hover{text-decoration:none; color:#BBBBBB; font-weight:bold;}

.alwaysclear a{text-decoration:none; color:#000000; font-weight:bold;}
.alwaysclear a:hover{text-decoration:none; color:#000000; font-weight:bold;}


/*Page layout style*/
.layoutcentre
{
	position:absolute;
	width:770px;
	left:50%;
	margin:0px auto auto -385px;
	margin-top:0px;
}


#header
{
	margin-top:0px;
	background: transparent url(structureimages/topandnav.png) no-repeat;
	height:126px;
}

#contentbg
{
	width:770px;
	top:136px;
	background: transparent url(structureimages/centrerepeat.jpg) repeat-y;
	min-height:200px;
	overflow:auto;
}

#contentzone
{
	text-align:left;
	width:755px;
	margin-left:8px;
	margin-right:7px;
	min-height:200px;
	background: transparent url(structureimages/fadedbg.png) no-repeat right top;	
	overflow:auto;
}

#contentholder
{
	padding:10px 10px 10px 10px;
	overflow:auto;
}

#menu
{
	padding-top:103px;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	word-spacing:20px;
	color:#BBBBBB;
}

#footer
{
	position:relative;
	background: transparent url(structureimages/bottom.png) no-repeat;
	width:100%;
	height:91px;
}

.thumbarea
{
	border: 8px #000a11 solid;
	display: block;
	float:left;
	margin: 30px 0 20px 30px;
	overflow: visible;
	position: relative;
	width:188px;
	height:141px;
}

.thumbnail
{
	border:0px;
}

.alwaysclear
{
	clear: left;
}

