/* CSS Document */

body {
	background-image: url(http://www.fulwell73.co.uk/images/slice_backg.jpg);
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

a {
text-decoration:none;
color:#999999;
}


#container {
width:770px;
background-image:url(images/page_edges.jpg);
background-repeat:repeat-y;
height:100%;
margin:0 auto;
}

#innerLeft {
background-image:url(images/left_slice.jpg);
background-repeat:repeat-y;
margin-top:0px;
width:15px;
}


#innerRight {
background-image:url(images/slice_right.jpg);
background-repeat:repeat-y;
width: 15px;
}

#page {
padding-top:30px;
background-color:#FFFFFF;
width:740px;
margin:0 auto;
}

.menudark {
font-family: Arial, Helvetica, sans-serif;
font-size: 114%;
font-weight: bold;
color: #333333;
}

.menugrey {
font-family: Arial, Helvetica, sans-serif;
font-size: 106%;
font-weight: bold;
color: #999999;
}

#pageTitle {
float:left;
width:50px;
margin-left:60px;
}

#pageContent {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:600;
color:#333333;
width:520px;
margin-left:110px;
text-align:left;
}

#pageContent .title {
font-size:16pt;
font-weight:bold;
color: #666666;
}

#pageFooter {
background-image:url(images/pageFooter_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
margin-left:15px;
width:740px;
height:239px;
}

.pageFooterContent {
font-family:Arial, Helvetica, sans-serif;
font-size:86%;
color:#333333;
text-align:left;
margin-left:110px;
}

.fulwellTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
color: #999999;
}

.links {
font-size:18px;
color:#999999;
}