* {
	margin: 0px auto;
}
html, body {
	height: 100%;
	text-align: center;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -132px; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}
.footer, .push {
	height: 132px; /* .push must be the same height as .footer */
	clear: both;
    margin-top: 20px;
}

.header {
    background: #3f3f3f;
	height: 132px;
}

.menu {
    background: #3f3f3f;
	height: 41px;
}

.footer {
    background: #3f3f3f;
	text-align: center;
}

.main {
	margin-top: 30px;
	width: 650px;
}

.left {
	float: left;
	top: 30px;
	width: 67%;
	text-align: left;
}

.right {
	float: right;
	top: 30px;
	margin-left: 3%;
	width: 25%;
	text-align: right;
}


p.text {
	color: #3f3f3f;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.6em;
}

h3.rubrik {
	color: #3f3f3f;
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
	font-size: 0.7em;
	line-height: 1.3em;
}

h1.rubrik {
	color: #3f3f3f;
	font-family: arial;
	font-weight: bold;
	font-size: 0.8em;
}

td.form {
	font-family: verdana;
	font-size: 0.7em;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/