*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, arial, sans-serif;
	background-image: url("../images/background.gif");
	font-size: 70.5%;
	line-height: 1.4;
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

#wrapper
{
	margin: 0 auto;
	width: 922px;
}

#faux
{
	background: url("../images/fauxnew.gif");
	margin-bottom: 10px;
	overflow: auto;
	/* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}

#header
{
	color: #333;
	width: 922px;
	padding: 0px;
	height: 172px;
	margin: 10px 0px 0px 0px;
	background: #ABBEBE;
	background-image: url("../images/header.gif");
}

#leftcolumn
{
	display: inline;
	color: #B59D77;
	margin: 0px;
	padding: 0px;
	width: 225px;
	float: left;
	text-align: center;
}

#rightcolumn
{
	float: right;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
	background-image: url("../images/feet.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.clear
{
	clear: both;
	background: none;
}

#leftcolumn a, #leftcolumn a:visited
{
	color: #FFF1D8;
	text-decoration: none;
}

#leftcolumn a:hover
{
	color: #B59D77;
	text-decoration: none;
}

#leftcolumn li
{
	margin: 10px 0px;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .1em;
}

#rightcolumn a, #rightcolumn a:visited
{
	color: #7D080E;
	text-decoration: none;
}

#rightcolumn a:hover
{
	color: #000000;
	text-decoration: none;
}

#rightcolumn li { line-height: 1.4em; }

#footer
{
	width: 100%;
	min-width: 902px;
	min-height: 21px;
	clear: both;
	color: #333;
	background: #C0D6E7;
	margin: 0;
	padding: 4px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1001;
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
	padding-right: 100px;
	border-top: 1px solid #9EB8CD;
}

.indexevent
{
	font-weight: bold;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}

.indexeventbox
{
	border-right: 1px solid #999;
	padding: 2px 4px 2px 2px;
	width: 100px;
	height: 55px;
	float: left;
}

.newevent
{
	border-bottom: 1px solid #999;
	padding: 2px 0px 6px 0px;
	width: 100px;
	font-size: 1em;
	line-height: normal;
	text-align: right;
}

#login_form
{
	float: right;
	width: auto;
	display: inline;
	margin-right: 20px;
}

#login_form div, #login_form label
{
	display: inline;
	font-weight: normal;
	font-size: 1.0em;
}


#login_form .field_box input[type=text], #login_form .field_box input[type=password]
{
	height: 1.3em;
	width: 80px;
}


#login_form .field_box input
{
	margin-right: 10px;
}

#login_form input.checkbox, #login_form label#rememberme_label
{
	float: none;
	margin-right: 0;
}

#login_form label#rememberme_label
{
	padding-right: 10px;
}

button.manager
{
-webkit-appearance: push-button 
}
