html {
	background:#000;
  font: 8px verdana, arial, sans-serif;
	font-color: #fff
}

body {
BACKGROUND: #000000;
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Tahoma, Verdana, sans-serif;
TEXT-DECORATION: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px 0px 0px 0px;
}

p {
font: 11px Tahoma, Verdana, sans-serif;
font-color: #ffffff;
}

ul {
font: 11px Tahoma, Verdana, sans-serif;
}

a:link {
	color: #ffff66;
}
a:visited {
	color: #ffff66;
}
a:hover, a:active, a:focus {
	color: #ffffff;
}
h1 {
COLOR: #ffffff;
letter-spacing: 2px;
FONT-SIZE: 16px;
FONT-FAMILY: Tahoma, Verdana, sans-serif;
font-weight: bold;
text-transform: lowercase;
padding: 1px;
margin: 0px;
}

h2 {
COLOR: #ffffff;
FONT-SIZE: 11px;
FONT-FAMILY: Tahoma, Verdana, sans-serif;
font-style: italic;
text-transform: lowercase;
padding: 1px;
margin: 0px;
}


/*
DIV INFO HERE
*/


#allbody {
border: none;
width: 100%;
background: none;
}

#main {
border-top: 1px #ffffff solid;
border-left: none;
border-right: none;
border-bottom: 1px #ffffff solid;
/*
border-left-width: none;
border-right-width: none;
border-bottom-width: 1px #ffffff solid;
*/
background-image : url(../images/bg.jpg);
background-repeat: no-repeat;
width: 100%;
height: 600px;
overflow: auto;
}

#mainExpand {
border-top: 1px #ffffff solid;
border-left: none;
border-right: none;
border-bottom: 1px #ffffff solid;
/*
border-left-width: none;
border-right-width: none;
border-bottom-width: 1px #ffffff solid;
*/
background-image : url(../images/bg.jpg);
background-repeat: no-repeat;
width: 100%;
}


#spacer {
height: 450px;
background: none;
float: left;
}

#about {
width: 550px;
margin-top: 50px;
background: none;
float: left;
}

#about a:link {
text-decoration: none;
color: #000000;
border: none;
}


#about a span {
display: none;
}

#about img {
border: none;
margin: 2px;
}

#about a:hover {
border: 1px;
color: #ffffff;
}

#about a:hover span {
display: block;
position: absolute; 
left: 540px;
top: 30px;
margin-top: 30px;
margin-right: 30px;
float: right;
overflow: auto;
padding: 2px;
width: 300px;
height: 450px;
color: #ffffff; 
background: black;
z-index: +1;
}

#about a:active {
color: #ffcc33;
}

#about a:visited {
color: #000000;
}


#content {
display: block;
position: absolute; 
left: 540px;
top: 30px;
margin-top: 30px;
margin-right: 30px;
float: right;
overflow: auto;
padding: 2px;
width: 300px;
height: 450px;
}

#contentExpand {
/*display: block;
position: absolute;
*/
left: 40px;
top: 30px;
margin-top: 30px;
margin-right: 30px;
margin-left: 50px;
overflow: auto;
padding: 2px;
width: 60%;
}

#footer {
text-align: center;
margin:1px;
}

#footerExpand {
text-align: center;
clear: both;
margin:1px;
}


#footer a {
font-weight: bold;
}