/*
-------------------------------------------------------
LIVE4CITY Chat (http://www.live4city.co.uk) Style Sheet
author:   magneticNorth (hello@magneticn.co.uk)
version:  2006.07
---------------------------------------------------- */

/* Generic rules -----------------------------------*/

div{
	position:relative;
}

body{
	margin:0;
	text-align:center; /* Fix IE bug */
	background-color:#d0e0f2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

/* Links -----------------------------------*/

a:link, a:active, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* Container (wrapper) -----------------------------------*/

#container{
	margin:0 auto;
	text-align:left;
	width:760px;
	height:auto;
}

/* Footer -----------------------------------*/

#footer{
	clear:both;
	margin:0;
	padding:8px;
	color:#1E244C;
	list-style-type:none;
	background-color:#FFFFFF;
	width:auto;
}

#footer a{
	color:#1E244C;
}

#footer li{
	display:inline;
}