

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#000000; font-size: .8em;
}

#wrapper { 
 margin-right: auto; 
 margin-left: auto;
 width: 960px;

}

#header {
 color: #000000;
 width: 960px;
 float: left;
 height: 208px;
 margin: 0px 0px 0px 0px;
 background: #000000;
}

#leftcolumn { 
 color: #000;
 background: #000;
 margin: 0px 5px 5px 0px;
 padding: 6px;
 height: 350px;
 width: 130px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #000;
 background: #000000;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 680px;
 width: 780px;
 display: inline;
}


 
 #links a, #links a:visited {
  text-decoration:none; 
  background-color:#000000; 
  color:#FDD017; 
  display:block; 
  width:17em; 
  height:1.5em; 
  border-bottom:1px solid #0384FF; 
  padding:0.5em;
  }

#links a:hover {
  border-bottom:1px solid #0384FF;
  text-align:right;
  }
  

 
 #menu a, #menu a:visited {
  text-decoration:none; 
  background-color:#000000; 
  color:#FDD017; 
  display:block; 
  width:9em; 
  height:1.5em; 
  border-bottom:1px solid #0384FF; 
  border-right:1px solid #0384FF; 
  padding:0.5em;
  }

#menu a:hover {
  border-bottom:1px solid #0384FF;
  text-align:right;
  }
  


/* ------------------
 styling for the tables 
   ------------------   */

#hor-minimalist-b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #fff;
	background: black;
	margin: 45px;
	width: 700px;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 10px 8px;
	border-bottom: 1px solid #808080;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #808080;
	color: white;
	padding: 6px 8px;
}



  
  
  h1 { font-size:175%; font-weight:bold; color:#FDD017; text-align: center; }
  p { color: #ffffff; font-size: 110%}
