body {

	background-repeat: repeat;
	font-family: Arial, Arial, Helvetica;
	color: #78878C;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: center;
background-color: 	78878C; 
}

h1 {
	margin-top: 5px; 
	margin-right: 18px;
	margin-left: 12px;
	margin-bottom: 0;

}

p {
	font-family: Arial, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: black;
	margin-top: 5px; 
	margin-right: 18px;
	margin-left: 12px;
	margin-bottom: 0;
}	

#header
{
width: 900px;
height: 134px;
background-color: #78878C;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: bottom;
}

#content
{
width: 900px;
overflow: auto;
}




#sidebar {

float: left;
width: 208px;
background-color: #78878C;
min-height: 789px;
height: 789px;


}

#main {
float: left;
width: 690px;
background-color: white;
min-height: 766px;
height: auto;
	border-right: 2px solid black;
	border-bottom: 2px solid black;


}



#site {
	margin-left: auto;
margin-right: auto;
text-align: left;
width: 900px;
background-color: #78878C;

	}

