* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 13px;
	color: #324f9c;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

.footer {
	height: 80px; 
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}

.push {
	height: 80px; 
}

#header {
	margin-top: 15px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	text-align: center;
	padding-top: 13px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 32px;
	background-color: #904600;
}

#menu a {
	margin-right: 13px;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #f78f1e;
}

#menu a.on {
	margin-right: 13px;
	font-size: 14px;
	color: #f78f1e;
	text-decoration: none;
}

#menu a.on:hover {
	color: #f78f1e;
}

#content {
	width: 900px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#site_footer {
	width: 900px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#copyright {
	color: white;
}

#copyright a {
	color: white;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

#trackie_group {
	float: right;
}

#column1 {
	float: left;
	width: 440px;
}

#column2 {
	float: right;
	width: 460px
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 40px;
}

h2, h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px;
}

h2 {
	background-image: url(../images/header-left-to-right.jpg);
	background-repeat: repeat-y;
	height: auto;
	text-align: left;
}

h3 {
	background-image: url(../images/header-right-to-left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: auto;
	text-align: right;
}

a {
	color: #f78f1e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.btn_link {
	padding: 10px;
	background-color: #2468cf;
	color: white;
	font-size: 14px;
	text-decoration: none;
}

a.btn_link:hover {
	color: white;
	background-color: #160a8d;
}
