html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body
{
	font: 76%/135% 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 130%;
	background: url('../images/21.jpg') repeat;
}

td.content {
width: 856px;
	margin-left: 30px;
	margin-right: 30px;
background: url('images/vortexweb_10.gif');
background-repeat: repeat-y;
height: 100%;
}

#content {
width: 856px;
background: url(images/vortexweb_10.gif) repeat-y;
height: 100%;
}





/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	font-size: 140%;
	color: #333333;
	margin: 0 0 0 1em;
}

h2 {
 color: #0F1A7C;
}
h3{
	word-spacing:4px;
	letter-spacing:3px;
	font-size:10px;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}


#topmenu {
	float: left;
	font-size: 90%;
	margin: 2em 0;
	line-height: normal;
	height: 41px;
	width: 530px;
	font-weight: bolder;
}
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      margin:0;
      padding: 0;
		color: White;
		cursor: pointer;
      }
	 #topmenu a:hover {
	color: #F2C41B;
}
    #topmenu a span {
      float:left;
      display:block;
      padding:4px 15px 6px 10px;
      }
      
