@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	padding-top: 20px;
	background-image: url(http://www.printideasweb.co.uk/sargents2/images/jam_bkgrd4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #7a0108;
	
}
a:link, a:visited {
	text-decoration: none;
	font-weight:bold;
    color:#CC9933;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}
#photofeature {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	line-height: 1.5px;
	color: #000;
	float: right;
	padding-top: -8px;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
}
.clearfix {
    float: none;
    clear: both;
}
#container {
	width: 960px;
	background-color:#FFF;
	margin: 0 auto;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 3px 5px 10px #000;
	-webkit-box-shadow: 3px 5px 10px #000 }

#header {
	background-color:#FFF;
	width: 940px;
	height: 60px;
	font-size: 11px;
	text-align: right;
	line-height: 7;
	font-family: "Lucida Sans Unicode", "Lucida Grande",   sans-serif;
}

#main_image {
	position: relative;
	width: 960px;
}
#mainContent {
	background-color: #FFF;
	position: relative;
	height: 205px;
	width: 960px;
}
hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}
#first_column {
	width: 143px;
	float: left;
	margin-left: 20px;
	padding-right: 10px;
	border-right:1px solid #CCC;
	font-size: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#second_column {
	width: 143px;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}
#third_column {
	width: 550px;
	float: left;
	margin-top:5px;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 12px;
	text-align:center;
	line-height: 1.5;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

tr {
	text-align:center;
	line-height: 1.5;
	font-size: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img {
	 display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
}
h1 {
	color: #000;
	font-size: 24px;
	text-align:center;
	margin: 0 auto;
	line-height: 1.25;
}
h2 {
	color: #000;
	font-size: 11px;
	text-align:center;
	margin: 0 auto;
	line-height: 0.5;
}
h3 {
	color: #000;
	font-size: 22px;
	text-align:center;
	margin: 0 auto;
	line-height: 1.5;
}
#mince_pies {
	float: left;
	clear: left;
	width: 900px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
}
#logo {
	position: relative;
	right: 0;
	bottom: 0;
}

#footer {
	float: left;
	clear: left;
	height: 50px;
	width: 920px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#footer p {
	font-size: xx-small;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande",   sans-serif;
}
