#wrapper {
	position: absolute;
	width: 100%;
}

#content {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	border: solid 1px black;
	background-color: #FFFFFF
}
#header {
	text-align: center;
	position: relative;
	width: 800px;	
}
#logout_link {
    text-align: right; 
    position: absolute; 
    width: 780px; 
    font-family: Arial;
    font-size: 11px;
}

#page_header 
{
    text-align: center;
    color: #483C26;
    font-size: 16px;
    font-family: Arial;
    font-weight: bolder;
}

#body {
	margin: 20px;
}
#footer {
	text-align: center;
	position: relative;
	width: 800px;
}

#left_col {
    float: left;
    width: 40%;
}

#right_col 
{
   float: left;
   width: 60%;
}