/***************************************
** Utility..........: lgu.css
** Description......: Global CSS include
** Copyright........: Cite DMS Ltd
** Email............: info@cite.co.uk
** Last Changed.....: 27/01/2005 14:56
** Note.............: None
***************************************/
@import url(layout.css);
@import url(type.css);

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

body {
	background: #ffffff url(../images/bgsub.gif) repeat-y center top;
	text-align: center;
}

#bodynocol { 
	background: #ffffff url(../images/bgsubnocol.gif) repeat-y center top;
	text-align: center;
}

#bodyhome { 
	background: #ffffff url(../images/bg.gif) repeat-y center top;
	text-align: center;
}

#bodynews { 
	background: #ffffff url(../images/bgsubnews.gif) repeat-y center top;
	text-align: center;
}

#bodygallerypop, #bodyemailpop {
	background: #ffffff;
	text-align: left;
	margin: 10px;
}

#container {
	position: relative;
	width: 780px;
	margin:0px auto;
	text-align: left;
}

ul.fckbullet {
	margin-left: 1.3em;
	padding-left: 1.3em;
}

ol.fckbullet {
	margin-left: 1.3em;
	padding-left: 1.3em;
}
