/*
   Westerra Hub CSS
   August 2008
----------------------------------------------------------

*/

/* -----     Reset   -------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------------------------
   
Westerra Hub Layout

----------------------------*/
body 
{
background:#EFEADC url(/i/bg.gif) repeat-x 0 0 scroll;
font: normal 86% Arial, Verdana, Helvitica;
}
#wrap
{
width:780px;
margin:0 auto;
background:#fff;
}

#head
{
background:#EFEADC url(/i/hub-logo.gif) repeat-x 0 0 scroll;
width:780px;
height:276px;
}

#content
{
width:780px;
float:left;
background:#EFEADC
}
ul#hublist li {width:260px; height:440px; float:left;margin-bottom:30px;}
ul#hublist a {width:260px; height:440px; display:block; }
#hubtwin  {background:#333 url(/i/hubtwin.jpg) no-repeat 0 0; width:195px; height:400px;}
#hubburley { background:#333 url(/i/hubburley.jpg) no-repeat 0 0;}
#hubjerome { background:#333 url(/i/hubjerome.jpg) no-repeat 0 0;}
#hubboise { background:#333 url(/i/hubboise.jpg) no-repeat 0 0;}

.boo
 { letter-spacing : -123456em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .boo { letter-spacing : normal;  text-indent : -999em; overflow : hidden;}
/* End of hack */
.float-left
{
float:left;
margin:10px;
}
.float-right
{
float:right;
margin:10px;
}
.clear
{
clear:both;
}
