html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	background:url(../images/layout/bg.jpg);
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a {
	text-decoration:none;
	color: #ff0072;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#container {
	width: 850px;
	margin: auto;
}
.header {
	margin-top:20px;
	margin-bottom:-5px;
}
.bheader {
	margin-top:0px;
	margin-bottom:-9px;
}
.footer {
	margin-top:-7px;
}
#content {
	color:#000;
	width: 850px;
}
#bgcolour {
	background-color:#000;
}
#submenu li {
	display:inline;
	font-weight:bold;
	font-size:12px;
}
#submenuarrow li {
	display:inline;
	font-weight:bold;
	font-size:12px;
}
#submenuarrow li a {
	color: #000;
}
#submenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/layout/submenu.jpg) repeat-x;
	height: 30px;
	list-style: none;
}
#submenuarrow {
	position: relative;
	margin: 0 auto 0 auto;
	background: url(../images/layout/submenu.jpg) repeat-x;
	height: 30px;
	list-style: none;
	word-spacing:16px;
	text-align:center;
	line-height:2;
}
.cb {
	margin:0.5em 0;
}
.bt {
	background:url(../images/layout/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/layout/box.png) no-repeat 0 0;
}
.bb {
	background:url(../images/layout/box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/layout/box.png) no-repeat 0 100%;
}
.i1 {
	padding:0 0 0 12px;
	background:url(../images/layout/borders.png) repeat-y 0 0;
}
.i2 {
	padding:0 12px 0 0;
	background:url(../images/layout/borders.png) repeat-y 100% 0;
}
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
.cb h1 {;
	padding:0.3em 10px;
	border:solid 1px #000000;
	color:#FFFFFF;
	height:19px;
	background:url(../images/layout/submenu.jpg);
}
.menu {
	line-height: 1;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.menu ul {
	text-align: center;
	margin: 0 0 5px 0;
}
.menu li {
	display: inline;
}
.menu li a {
	padding: 7px 0 6px 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/layout/menu-left.gif) no-repeat left top;
}
.menu li a:hover {
	background: url(../images/layout/menu-left.gif) no-repeat left bottom;
}
.menu li a span {
	padding: 7px 10px 6px 0;
	background: url(../images/layout/menu-right.gif) no-repeat right top;
}
.menu li a:hover span {
	background: url(../images/layout/menu-right.gif) no-repeat right bottom;
}
.curlycontainer {
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 180px;
}
.curlycontainer .innerdiv {
	background: transparent url(../images/layout/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}
blockquote {
	background: transparent url(../images/layout/quoleft.png) left top no-repeat;
}
blockquote div {
	padding: 0 48px;
	background: transparent url(../images/layout/quoright.png) right bottom no-repeat;
}
.intro {
	width: 400px;
	float: left;
}
#imageContainer {
	height:500px;
	position:relative;
	margin:auto;
	width:340px;
	border:1px solid #000;
	margin-left:435px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.table {
	text-align:center;
}
.colour {
	border:2px solid #FF0e72;
}
.scroll {
	overflow:auto;
	width:400px;
	height:280px;
}
.gallery a {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-size-adjust:none;
	line-height:1.4em;
	display:block;
	width:110px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
	margin:5px;
	padding:1px;
	padding-top:5px;
	text-decoration:none;
	color:#666666;
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	opacity:0.87;
	filter:alpha(opacity=87);
}
.gallery a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.gallery a img {
	border: none;
	height:100px;
	width:100px;
}
