/*

Design by Craig Nicholson
Edited by Lorraine Buchan ;)

http://www.sign-workshop.co.uk

*/
body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(http://www.signworks.pwp.blueyonder.co.uk/images/img1.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}
p {
	line-height: 160%;
	margin-top: 0px;
}
h2 {
	height: 21px;
	margin-bottom: 20px;
	background: url(http://www.signworks.pwp.blueyonder.co.uk/images/img6.gif);
	font-size: 0.9em;
	color: #000000;
	padding: 9px 0 0 10px;
	margin-top: 0px;
}
h1 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Header */

#header {
	width: 720px;
	height: 161px;
	margin: 0 auto;
	background: url(http://www.signworks.pwp.blueyonder.co.uk/images/img2.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	display: inline;
}
#menu a {
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(http://www.signworks.pwp.blueyonder.co.uk/images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}
#menu a:hover, #menu .active a {
	background-image: url(http://www.signworks.pwp.blueyonder.co.uk/images/img4.gif);
	color: #CCCCCC;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}
#colOne {
	float: left;
	width: 160px;
}
#colTwo {
	float: right;
	width: 530px;
	padding: 0 15px 15px;
	margin-bottom: 36px;
}

/* Footer */

#footer {
	height: 70px;
	background: url(http://www.signworks.pwp.blueyonder.co.uk/images/img5.gif) repeat-x;
	clear: both;
	font-size: smaller;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding-top: 8px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer2 {
	font-size: smaller;
	background: #000000;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 10px;
	color: #cccccc;
	text-decoration: none;
}
#footer2 a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer2 a:hover {
	text-decoration: underline;
}
