/* CSS page created 10 July 2010 for temporary index2.php page on www.craigc.co.uk */

body {
	background-color: #000;
}

div {
	margin-left: 100px;
}

div.banner {
width: 1075px;
text-align: left;
background-image: url(bannerextend.gif);
background-repeat: repeat-x;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
}

#footer {
	width: 1075px;
	background-color: #000033;
	color: #fff;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #fff;
}

a {
	font-weight:bolder;
	color: #fff;
	text-decoration:none;
}

p {
	margin-left: 25px;
}