body, div, table, td, tr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;	
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #342f2b;
}

#Holder {
	width: 720px;
	border 0px solid #F00;
	margin: 10px auto;

}

/* ------------- LEFT SIDE ------------ */
#Left {
	width: 220px;
	float: left;
	border 1px solid #F00;
}

#Logo {
	width: 220px;
	height: 100px;
	background-image: url('images/logo_chatjes.png');
}
.Side {
	width: 220px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-width: 1x;
	background-color: #000;
	background-image: url('images/side_bottom.png');
	background-position: bottom left;
}
.Side h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	width: 210px;
	height: 30px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 10px;
	background-image: url('images/side_title.png');
}
.Side ul { margin: 0px 20px; padding: 0px; }
.Side li { list-style: none; } 

.Side a { color: #3699E4; text-decoration: underline;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
.Side a:hover { text-decoration: none; }

.Google { margin: 0px 20px; }

/* ------------- RIGHT SIDE ------------ */
#Right {
	margin: 0px;
	padding 0px;
	width: 470px;
	float: right;
	background-color: #FFF;
	background-image: url('images/content_bottom.png');
	background-position: bottom left;
}

#Banner {
	width: 470px;
	height: 100px;
	background-image: url('images/content_banner.png');
}

/* ------------- MENU ------------ */
#Menu { 
	width: 470px;
	height: 40px;
}
#Menu ul {
	width: 466px;
	height: 40px;
	margin: 0px 2px;
	padding: 0px;
	background: #AD1011 url('images/menu_bar.png') repeat-x;
}

#Menu li { display: inline; list-style: none; }

#Menu a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0px 19px;
	background: url('images/menu_divider.png') no-repeat;
	text-decoration: none;
}
#Menu a:hover { text-decoration: underline; }
/* ------------- CONTENT ------------ */
#Content {
	padding: 10px;
	text-align: justify;
}

#Content h2 {
	color: #AD1112;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	
}
#Content ul { margin-left: 20px; }
#Userlist table { margin: auto; } 
#Userlist td { border: 1px solid #CCC; padding: 1px 5px; }
#Userlist th { border: 1px solid #CCC; font-weight: bold; background-color: #EEE; padding: 1px 5px; }
#Userlist .Amount { text-align: center; }

a { color: #AD1112; text-decoration: underline; }
a:hover { text-decoration: none; }
