@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
}
a {
	color:#214368;
}
a:hover {
	color:#194f89;
	text-decoration:none;
}
.style_1 {
	font-size: 14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
.style_2 {
	font-size: 12px;
	color:#343434;
}
.style_2 a {
	font-size: 12px;
	color:#343434;
	text-decoration:none;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 46px; /* .push must be the same height as .footer */
}

