*
{
	border: 0;
	margin: 0;
	padding: 0;
}


/* =Basic HTML, Non-essential

----------------------------------------------------------------------*/
#guide {font: small-caps 900 18pt/20pt arial, sans-serif;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999999;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
margin-top: 10px;
}

.image{
	border-style:solid;
	border-color: white;
	border-width:2px;
	padding: 5px;
}

img.floatLeft { 
    float: left; 
    margin: 5px 8px 5px 5px;
	border-style:solid;
	border-color: white;
	border-width:1px; 
}

img.floatRight { 
    float: right; 
    margin: 5px;
	border-style:solid;
	border-color: white;
	border-width:1px; 
}

a:link {text-decoration: none; color: #fff;}     /* unvisited link */
a:visited {text-decoration: none; color: #fff;}  /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */

body
{
	background:#000 url(../images/WBB_bg_shim.gif) repeat;
	color: #777;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	line-height:1.050em;

	/* font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif; */
}

.header1
{
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	letter-spacing: 1pt;
	text-align: center;
}

.header2
{
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	letter-spacing: 1pt;
	text-align: left;
}
.header3
{
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	letter-spacing: 1pt;
	text-align: center;
}
p
{
	clear: both;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#footer {
	clear: both;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 9pt;
	color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 1pt;
	text-align: right;
}

table { 
		width: 500px;
		margin: 0 auto;
		text-align: left;
} 


table.about { 
		width: 550px;
		margin: 0 auto;
		text-align: left;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
/* To change the box image size */
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}