body {
	color: #000;
	background-color: #ebebeb;
	background-image:url(img/body-bg.gif);
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* html tags */
img {
	border: 0;
}

.clearfix {
	clear: both;
}

a:link, a:visited { 
	color: #006699;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	text-decoration: underline;
}
a:active { 
	color: #006699;
}

#wrapper {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(img/wrapper-bg.gif);
	background-repeat:repeat-y;
}

#side-panel {
	float: left;
	width: 180px;
}

#side-login {
	margin-top: 10px;
	margin-bottom: 10px;
}

#side-login input[type=text], #side-login input[type=password] {
	height: 18px;
	width: 172px;
	background-color: #fff;
	border: 1px solid #CCC;
	margin-top: 2px;
}

#side-login label {
	font-weight: bold;
}

#login_message {
	color: #666;
}

#side-border {
	text-align: center;
	margin-top: 40px;
}

#menu {
	float:left;
	width: 531px;
	margin-left: 27px;
}

#content {
	float: left;
	width: 539px;
	margin-left: 17px;
	margin-right: 30px;
	margin-top: 5px;
}

#content-narrow {
	float:left;
	width: 275px;
	margin-right: 10px;
}

#content-map {
	float:left;
	width: 250px;	
}

.content-spacer {
	clear: both;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Index page Hall CSS */
.hall-container {
	float: left;
	width: 162px;
	margin-left: 10px;
}

.hall-title {
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	text-transform:uppercase;
	height: 40px;
}

.hall-image {
	text-align: center;	
}

.hall-link {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hall-pot {
	padding-bottom: 10px;
	font-size: 11px;
}

.pot-name {
	float: left;
	width: 110px;
	padding-bottom: 4px;
}

.pot-amount, .pot-amount-big {
	float:right;
	width: 52px;
	text-align: right;
	padding-bottom: 4px;
}

.pot-amount-big {
	font-weight: bold;
	color: #cc0000;
	font-style: italic;
}

.hall-spacer {
	clear: both;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Footer */
#footer {
	margin-left: 190px;
	width: 546px;
	text-align: center;
	font-size: 10px;
	color:#666;
	padding-bottom: 30px;
}