body {
	background: #000000;
	text-align: justify
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #d1d098;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	color: #666666;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 15px;
	letter-spacing: 5px;
}

#header h2 {
	float: right;
	margin: 0px 20px 0 0;
	font-size: 19px;
	letter-spacing: -2px;
}


a {
	color: #6a7fcd;
	text-decoration: none;
}

a:hover {
	color: #2f51d2;
	text-decoration: none;
}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	border-top: none;
	background: #000;
}

#colOne {
	float: left;
	font-size: small;	
	width: 192px;
	margin-top: 5px;
	padding: 0 10px 10px 20px;
	border: 1px solid #d1d098;
}

#colTwo {
	float: left;
	margin-top: 5px;
	width: 620px;
	padding: 0 0px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 29px;
	letter-spacing: -1px;
	color: #e4d8a8;
}

#content h3 {
	margin-bottom: 0px;
	font-size: 25px;
	letter-spacing: -1px;
  color: #d1d098;
}

#content h4 {
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #e4d8a8;
}
.smp-float { 
  margin: 0px 4px 0 25px; float:left; 
  padding:0px 15px 0px 0px; 
}       
/* Menu stuffs */

.hovermenu {
margin: -10px 0px 0px 10px;
}

.hovermenu ul{
font: bold 16px arial;
padding-left: 0;
margin-left: 0;
height: 16px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
color: #d1d098;
background-color: #000;
border: 1px solid #d1d098;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
text-decoration: none;
color: black;
border-style: outset;
}

html>body .hovermenu ul li a:active{ 
border-style: inset;
border: 1px solid #d1d098;
}

/* testing hover tooltips */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#000;
    color:#225196;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}

/* End Menu Stuffs */

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	text-align: center;
	padding: 0;
	font-size: 15px;
}