html {
	min-height:800px;
}
body {
	background:#b9211d url(images/bg-bottom.jpg) repeat-x bottom;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:arial;
	color:#F3C2C1;
	position:absolute;
	width:100%;
}
h1,h2 {
	color:#fff;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
}
a {
	color:#fff;
}
small {
	text-transform:uppercase;
	color:#fff;

}
.important,strong {
	color:#fff;
}
.clr {
	clear:both;
}
table {
	float:left;
}
#header {
	background-image:url(images/bg-top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	text-align:center;
	padding-bottom:5px;
	height:158px;
}
#logo {
	height:126px;

}
#content {
	clear:both;
	text-align:center;
	font-size:12px;
	line-height:18px;
	position:absolute;
	left:50%;
	margin:-50px auto auto -300px;
	margin-top:10px;
}
#left_column {
	width:200px;
	text-align:right;
	padding-right:12px;
	float:left;
}
#center_column {
	width:200px;
	text-align:justify;
	padding-left:12px;
	padding-right:12px;
	float:left;
}
#right_column {
	width:225px;
	text-align:left;
	padding-left:12px;
	float:left;
}
#footer {
	padding-top:25px;
}