body {
	margin: 0px 0px 0px 0px;
}
table {
	border: none;
}

a {
	color: #430a08;
	text-decoration: none;
}
a:hover {
	color: #cd0016;
	text-decoration: underline;
}

/* Table layout */
.table {
	background-color: #cd0016;
	background-image: url('../img/background_main.gif');
	width: 100%;
	height: 100%;
}
.main_table {
	background-color: #ffffff;
	width: 654px;
	height: 100%;
}

/* Main cells */
.border_left { 
	background-color: #ffffff;
	background-image: url('../img/main_border_left.gif');
	width: 26px;
	height: 100%;
}
.main_left { 
	background-color: #ffffff;
	width: 421px;
	height: 100%;
}
.border_center { 
	background-color: #ffffff;
	background-image: url('../img/main_border_center.gif');
	width: 7px;
	height: 100%;
}
.main_right { 
	background-color: #e8e2e0;
	width: 175px;
	height: 100%;
}
.border_right { 
	background-color: #e8e2e0;
	background-image: url('../img/main_border_right.gif');
	width: 25px;
	height: 100%;
}

/* Footer cells */
.corner_left { 
	background-color: #e8e2e0;
	background-image: url('../img/main_corner_left.gif');
	width: 26px;
	height: 42px;
}
.footer_left { 
	background-color: #e8e2e0;
	background-image: url('../img/main_bottom_left.gif');
	width: 421px;
	height: 42px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #430a08;
	text-align: center;
}
.bottom_center { 
	background-color: #e8e2e0;
	background-image: url('../img/main_bottom_center.gif');
	width: 7px;
	height: 42px;
}
.footer_right { 
	background-color: #c1b9b9;
	background-image: url('../img/main_bottom_right.gif');
	width: 175px;
	height: 42px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #430a08;
	text-align: right;
}
.corner_right { 
	background-color: #c1b9b9;
	background-image: url('../img/main_corner_right.gif');
	width: 25px;
	height: 42px;
}