* {
	margin: 0;
}
html, body {
	height: 100%;
}
/*.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height 
}*/
/*.footer, .push {
	height: 20px; /* .push must be the same height as .footer 
	background-color: #666666;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
}*/

body {
	margin: 0px 0px 0px 0px;
	font-family: Calibri, Arial;
	font-size: 12px;
}

#outer {
	width: 100%;
	overflow: hidden;
}

#header {
	background-color: #666666;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

#header #sitetitle {
	display: inline;
	float: left;
	text-align: right;
}
#header #siteoptions {
	position: relative;
	float: right;
	text-align: right;
}

#menu {
	height: 25px;
	line-height: 25px;
	background-color: #000033;
	color: #ffffff;
	text-align: center;
}

#content {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	min-height: 400px;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
