@charset "utf-8";
/* <![CDATA[ */

/*
	Generic styling
*/	
* {
	margin: 0;
	padding: 0;
}
*:active {
	outline: none;
}
*:focus {
	outline: none;
}

img {
	border: none;
	vertical-align: top;
}
.menu {
	color: <%=menucolor%>;
	font-size: x-small;
}
.menutitle {
	color: <%=menutitlecolor%>;
	font-size: small;
	font-weight: bold;
}
.headline
{
	color: black;
	font-size: large;
	font-weight: normal;
	letter-spacing: 2px;
}
	.cssBorder {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page {
	margin: 0 auto;
	background-image: url(/wp-content/themes/WB2Theme/graphics/bgs/bg.jpg);
	width: 940px;
    height:auto;
	}
	
#nav {
    margin-left:0px;
    padding-left:10px;
	height: 24px;
    background-image: url(/wp-content/themes/WB2Theme/graphics/bgs/header_02a.jpg);
}

#nav li {
    display:inline;
}

#nav li a {
	/*background: transparent none top left repeat-x;*/
    background: transparent url(/wp-content/themes/WB2Theme/graphics/bgs/button.png) left top no-repeat;
	color: #0000ff;
	display: block;
	float: left;
	font-size: 1.05em;
    font-variant:small-caps;
	height: 23px;
    width:91px;
	line-height: 1.9em; /*play games w/ IE. should be 3em
	padding: 0 10 40 10px;*/
    font-weight:700;
    text-align:center;
    /*text-shadow: 0px 2px 2px #000;*/
}

