/*	Jim Hawes - 25/05/10*/
/*  -------------------------------------
	COLOURS
	Browser background: #FFF
	Page background: 	#FFF
	Red: 				#CC3333
	Text: 				#666666
    --------------------------------------*/

/*Global Reset*/
p {
	color				: 	#666;
}
a {
	color				: 	#CC3333;
	margin				: 	0px;
	outline				: 	none;
	text-decoration		: 	none;
}
a:hover {
	color				: 	#CCC;
	margin				: 	0px;
	text-decoration		: 	underline;
}
.clear {
	height				: 	0px;
	margin				: 	0px;
	padding				: 	0px;
	clear				: 	both;
}
form {
	margin				: 	0px;
	padding				: 	0px;
}
input {
	outline				: 	none;
}

hr  {
	margin				: 	0px;
	height				: 	1px;
}
ul {
	margin				: 	5px 0px 5px 5px;
}
ol {
	margin-left			: 	5px;
}
li {
	color				: 	#666;
}
blockquote {
	padding				: 	0px;
	margin				: 	0px 0px 0px 10px;
}
img, img a {
	border				: 	none;
	outline				: 	none;
}
/*-- End Global Reset --*/

html, body {
	margin				: 	0px;
	padding				: 	0px;
	font-family			: 	Verdana, Arial, Helvetica, sans-serif;
	background-color	: 	#FFFFFF;
	background-image	: 	url(../images/bak.jpg);
	background-repeat	: 	repeat-x;
	background-position	: 	left top;
}
#wrapper {
	width				: 	844px;
	margin				: 	0 auto;
}
#container {
	background-image	: 	url(../images/edgesBak.gif);
	background-repeat	: 	repeat-y;
	background-position	: 	left top;
}
#header {
	width				: 	100%;
	height				: 	108px;
	padding-top			: 	7px;
}
#strapline {
	float				: 	right;
	color				: 	#CC3333;
	font-family			: 	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	9px;
	margin-right		: 	10px;
}
#logo {
	height				: 	72px;
	width				: 	69px;
	margin				: 	18px 0 0 57px;
}


#flash {
	width				: 	816px;
	height				: 	230px;
	z-index				: 	-1;
}
#footer {
	background-image	: 	url(../images/edges_04.gif);
	background-repeat	: 	no-repeat;
	background-position	: 	left top;
	height				: 	12px;
}
#copyright {
	font-size			: 	9px;
	height				: 	10px;
	padding-right		: 	10px;
	color				: 	#666666;
	text-align			: 	right;
	line-height			: 	14px;
}
