/* Reset Stuff */
html, body, div, span, applet, object, iframe, p,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	width: 100%;
}

input::-moz-focus-inner { border: 0; }
a {
	text-decoration:none;
}


small {
	font-size:10px;
}

hr {
	float:left;
	clear:both;
	width:100%;
}
body {
	line-height: 1;
	font-family: sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color:#fff;
	color:#222;
	height: 100%;
	width: 100%;
	background: url(images/background_plain.gif) repeat-y center top;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h3  {
	border: 0;
	padding:0;
}

/* Main Layout */

#centreCol {
	width:760px;
	overflow: hidden;
	display:block;
	height:100%;
	margin:0 auto;
	overflow:visible;
	text-align: center;
}

.inline li {
	display: inline-block;
}

.inline li img{
	cursor:pointer;
}
