/************************************************/
/* Printed Media - Copyright 2009		*/
/* www.mccolmgraphics.co.uk			*/
/* email: info@mccolmgraphics.co.uk		*/
/************************************************/

body {
	margin: auto;
	padding: 10px 0px 0px 0px;
	font-family: verdana;
	font-size: 12px;	
	color: #000000;
	line-height: 17px;
	background-color: #FFFFFF;
}

a:link {
	color: #ec008c;
	text-decoration: none;
}

a:visited {
	color: #ec008c;
	text-decoration: none;
}

a:hover {
	color: #ec008c;
	text-decoration: none;
}

a:active {
	color: #ec008c;
	text-decoration: none;
}

h1{
	font-weight: bold;
	font-size: 17px;
	font-family: verdana;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h2{
	font-weight: bold;
	font-size: 15px;
	font-family: verdana;
	color: #00adef;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#wrap{
	margin: auto;
	width: 960px;
}

#main{
	margin: auto;
	float: left;
	width: 960px;
}

#header{
	float: left;
	margin: auto;
	width: 960px;
	height: 174px;
	background-image: url(../images/header.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	overflow: hidden;
}

#topnav{
	float: left;
	margin: 10px 0px 0px 0px;
	width: 930px;
	height: 27px;
	background-image: url(../images/topnav.jpg);
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 14px 15px 0px 15px;
	line-height: 16px;
	text-align: center;
}

#topnav a:link, #topnav a:visited, #topnav a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 

#topnav a:hover{
	text-decoration: underline;
}



#bodytop{
	float: left;
	margin: auto;
	width: 960px;
	height: 20px;
	background-image: url(../images/bodytop.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#body{
	float: left;
	margin: auto;
	width: 920px;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/body.jpg);
}

#content{
	margin: auto;
	float: left;
	width: 920px;
	padding: 0px 0px 0px 0px;
}

#bodybot{
	float: left;
	margin: auto;
	width: 960px;
	height: 19px;
	background-image: url(../images/bodybot.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer{
	clear: both;
	float: left;
	margin: auto;
	width: 930px;
	height: 48px;
	padding: 25px 15px 0px 15px;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	overflow: hidden;	
}

.footleft{
	margin: auto;
	float: left;
	width: 300px;
}

.footright{
	margin: auto;
	float: right;
	width: 300px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #FFFFFF;
	text-decoration: none;
} 

/*	Table stuff	*/

table{
	margin: 15px 0px 15px 0px;
}

tr.tablehead{
	width: 100%;
	height: 30px;
	background-color: #227931;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

td.tabletop{
	background-color: #000000;
	width: 80px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

td.tabletop1{
	background-color: #ec008c;
	width: 60px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

td.size{
	background-color: #fff200;
	text-align: center;
	font-weight: bold;
	color: #00adef;
	padding: 10px 0px 10px 0px;
}

td{
	text-align: center;
	border-bottom: 1px dotted #898989;
}
