.page
{
margin:auto;
width:850px;
background-color:#fffad9;
}

.fb-like
{
	margin-left: 200px;
	width: 50%;
}

#login_bar
{
	text-align:right;
	font-size:90%;
	font-weight:bold;
	color:#4a8cc6;
	background-color:#fffad9;
}
#header
{
background-color:#fffad9;
width:850px;
height:168px;
margin:0px;
border:0px;
padding:0px;
text-align:center;
}

#content
{
width:95%;
float:left;
margin:8px;
background:#fffad9;
}
#content ul
{
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
#navigation_bar
{
width:100%;
background-color:#fffad9;
float:left;
}

#navigation_bar ul
{
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	width:125px;
	float:left;
	
}
#navigation_bar ul li
{
	margin-right:0px;
	position:relative;
}

#navigation_bar ul a 
{
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 2px 3px;

	text-align:center;
	text-decoration:none;
	color:black;

	border-width:5px;
	border-color: #6aace6 #6aace6 #1958b7 #1958b7;

	background-color: #4a8cc6;
}
div#navigation_bar ul ul
{
	display:none;
	z-index:500;
	position:absolute;
}
div#navigation_bar ul li:hover ul
{
	display:block;
}

#navigation_bar a:hover
{
	background-color: #5a9cd6;
}
#navigation_bar a:active
{
border-bottom: solid #6aace6;
border-top: solid #1958b7;
border-right: solid #1958b7;
border-left: solid #6aace6;
background-color: #3a7cb6;
}

.footer
{
background-color:#fffad9;
clear:left;
width:850px;
text-align:center;
}
body {
margin:auto;
width:850px;
background-image:url("/images/soroptimist_background.jpg");
}
h1 {
line-height:130%;
text-align:center;
color:#4a8cc6;
}
