/* Generalities */
body {
  background:#2B3856;
  margin:0;
  padding:8% 8%;
  text-align:center;
  color:#666;
  font-size:small;
  }

a {
  text-decoration: none;
  font-weight: normal;
  color:#888;
}

div.frontframe {
  width:760px;
  height:501px;
  background-image:url('http://www.tokoloshe.org/background.jpg');
  margin:0 auto;
  margin-top:0;
  padding:20px;
  text-align:right;
  border:1px solid #000000;
}



div.frontframe h1 {
	font-family:"Century Gothic", gothic, "Avant Garde Gothic",arial,helvetica,tahoma,sans-serif;
	font-size:36pt;
	color:#EEE;
	text-decoration:none;
	margin-left:0;
	padding:0 0 0 0;
	display:inline;
	text-transform:lowercase;
	font-weight:normal;
}

div.frontframe h1 b {
  	font-weight:bold;
	text-transform:lowercase;
	color:#5CB3FF;
}

div.frontframe a   {
  	font-weight:normal;
	font-family:"Century Gothic", gothic,"Avant Garde Gothic", arial,helvetica,tahoma,sans-serif;
	font-size:18pt;
	color:#EEE;
	text-decoration:none;
	padding:0 0 0 0;
	margin-right:0;
	text-transform:lowercase;
  }

div.frontframe a:hover   {
  	font-weight:normal;
	font-family:"Century Gothic", gothic, "Avant Garde Gothic",arial,helvetica,tahoma,sans-serif;
	font-size:18pt;
	color:#5CB3FF;
	text-decoration:none;
	padding:0 0 0 0;
	padding-right:0;
	margin-right:0;
	text-transform:lowee;
}

/* Generic footer */
div.footer {
  width:618px;
  clear:both;
  margin:0 auto;
  }

div.footer hr {
  display:none;
  }

div.footer p {
  margin:0;
  padding-top:15px;
  font:x-small "Century Gothic", gothic, "Avant Garde Gothic", arial,helvetica,tahoma,sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

div.footer a {
  text-decoration:underline;
}

div.footer a:visited {
  color:#333;
}

div.footer a:hover {
  color:#000;
}

div.footer a:active {
  color:#000;
}

