html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #242e32 url("images/bg-total.gif") repeat-x;
	background-color: #242e32;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	scrollbar-arrow-color: #f3bd0b;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #bab2ab;
	scrollbar-darkshadow-color: #76695b;
	scrollbar-face-color: #9b9289;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #76695b;
	scrollbar-track-color: #000000;
}

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

h2 {
	font-weight:bold;
	font-size: 12px;
	color: #f3bd0b;
}

td {
	vertical-align: top;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

td.flash {
	padding-left: 38px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 215px;
	height: 448px;
	background: url("images/bg-mainleft.jpg");
}

td.title {
	padding-left: 0px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 466px;
	height: 18px;
	background: url("images/bg-maintop.jpg");
}

#content {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 573px;
	height: 336px;
	overflow : auto;
}
