body  {
	background-color: #FFFFFF;
	margin: 20;
}

a:link {
	color: #D52027;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #D52027;
	text-decoration: none;
}
a:active {
	color: #D52027;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
}
.style4 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D52027;
	letter-spacing: 3px;
}
.style5 {
	font-size: 10px;
	text-transform: uppercase;
}


.base #container {
	background: url("images/bg_shadows.jpg") repeat;
	width: 900px;
	height: 100%;
	margin: auto;
} 

.base #top {
	background: url("images/bg_header.jpg");
	width: 900px;
	height: 150px;
	margin: auto;
}

.base #main {
	background: url("images/bg_shadows.jpg") repeat;
	width: 790px;
	margin: auto;
	padding: 45px 35px 10px 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: top left;
}

.base #action {
	background: url("images/bg_shadows.jpg") repeat;
	width: 840px;
	margin: auto;
	padding: 5px 0px 15px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: top left;
	clear: right;
}

.base #footer {
	background: url("images/bg_footer.jpg");
	width: 900px;
	height: 120px;
	margin: auto;
	clear: right;
}