* {
	margin: 0px;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	background: url(../img/bg_repeat.gif) repeat;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -40px; /* bottom margin = -(footer height) */
	background: url(../img/page_bg.png) repeat-y;
  	position: relative;
	width: 830px;
}
.header {
	height: 68px;
	background: url(../img/alumni_association_header_820_blue.png) no-repeat 5px 0px;
}

.title-bar {
	position: relative;
	width: 800px;
	margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    height: 42px;
	color: #DFDFDF;
	text-shadow: #5a5a5a 1px 1px 1px;
	text-align: center;
	background: url(../img/bg_titlebar.png) repeat-x;
	line-height: 28pt;
	font-size: 11pt;
}

.main {
	position: relative;
    margin: 0 0px 0px 15px;
    padding: 0px;
    border: 0px;
	width: 800px;
	background-color: #7fae7a;
	z-index: 1;
}

.navbar {
    vertical-align:top;
	position: relative;
    margin: 1px 0px 10px 5px;
    padding: 0px;
    border: 0px;
	width: 820px;
	float: left;
	background-color: orange;
}

.content {
    margin: 0;
	width: 800px;
	float: left;
	padding: 0;
}

.footer, .push {
	height: 40px;
	clear: both;
}
.footer {
	position: relative;
	width: 820px;
	margin: 0px auto;
	font-size: 0.85em;
	background-color: silver;
}
.footer a:link, a:visited {
	color: #4e5f80;
	text-decoration: none;
	border: 0px;
}
.footer a:hover {
	color: #132a55;
	text-decoration: none;
}
.footer a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.footer p {
	position: absolute;
	left: 0px;
	bottom: 8px;
	width: 796px;
	padding: 0px;
	color: #666666;
	line-height: 1.25em;
	font-size: 0.9em;
	text-align: center;
}
