body {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	background: #ffffff;
}
a:link {
	color:#3b5998;
	text-decoration: none;
}
a:visited {
	color:#3b5998;
	text-decoration: none;
}
a:hover {
	color:#3b5998;
	text-decoration: underline;
}
h1
{
  font-size: 24px;
  background: #ffffff;
  color: #000000;
}
h2
{
  font-size: 20px;
  background: #ffffff;
  color: #000000;
}
#header {
  background:url('/img/facebook-login-header.jpg');
  width: 100%;
  height: 100px;
  padding-top: 0px;
  margin: 0px;
  border-bottom: 1px solid #efefef;
  text-align: center;
  color: #EFEFEF;
}
#nav {
  background: #edeff4;
  width: 100%;
  height: 35px;
  padding-top: 0px;
  margin: 0px;
  border-bottom: 1px solid #d8dfea;
  text-align: center;
  color: #EFEFEF;
}
#navigation
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#main {
  background: #ffffff;
  width: 800px;
  padding: 5px;
  margin: 0px;
  text-align: left;
}

/* Navigation Tabs */
#tabs {
  float:left;
  width:100%;
  line-height:normal;
  font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}
#tabs ul {
  margin:0;
  padding:10px 10px 0 10px;
  list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:left;
    background:url('/img/tableft.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url('/img/tabright.gif') no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#3b5998;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#ffffff;
}
#tabs a:hover {
      background-position:0% -42px;
}
#tabs a:hover span {
      background-position:100% -42px;
}
