html {
	-webkit-text-size-adjust: none;
	min-width: 480px;
	min-height: 320px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

body {
	background: #111;
	color: #F0F0F0;
	font-family: "Segoe UI", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	height: 100%;
	width: 100%;
}

a:link {
	color: #343D91;
	text-decoration: none;
}

a:visited {
	color: #343D91;
	text-decoration: none;
}

a:active, a:hover {
	color: #4D55AA;
	text-decoration: underline;
}

img {
	border: none;
}

img.smilie {
	vertical-align: middle;
}

/* One time use classes */
#container {
	background: #DDD url(../../images/FB3/whitespaceBG.png);
	color: #111;
	border-bottom: 1px solid #FFF;
	height: 95%;
	width: 100%;
	display: table;
}

#leftWS {
	background: url(../../images/FB3/whtSpcL.png) repeat-y right;
	width: 15%;
/*	display: table-cell;
	height: 100%;
*/
}

#rightWS {
	background: url(../../images/FB3/whtSpcR.png) repeat-y left;
	width: 15%;
/*
	display: table-cell;
	height: 100%;
*/
}

#pageContent {
	background: #EEE;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 0px;
	border-bottom: 0x;
	width: 70%;
	margin: auto auto;
	vertical-align: top;
/*
	display: table-cell;
	height: 100%;
*/
}

#banner {
	background: #343D91 url(../../images/FB3/bannerbg.gif);
	color: #F0F0F0;
	height: 90px;
}

#menu {
	padding: 2px 0px;
	background: #CCC url(../../images/FB3/outset-small-grey.gif) repeat-x;
	border-bottom: 1px solid #BBB;
	text-align: right;
}

#menu a {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
}

#menu a:hover, #menu a:active {
	background: #343D91 url(../../images/FB3/outset-small-blue.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}

#bottommenu {
	background: #F0F0F0 url(../../images/FB3/inset-medium-grey.gif) repeat-x;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding: 10px;
	font-size: 11px;
	color: #111;
}

#copyright {
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
}

pre {
	overflow: auto;
	max-height: 300px;
	background: #DDD;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #BBB;
	border-right: 1px solid #FFF;
	margin: 4px;
	padding: 4px;

	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

h2 {
	background: #343D91 url(../../images/FB3/winUB.png);
	color: #F0F0F0;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	min-height: 24px;
	max-height: 24px;
	line-height: 24px;
	height: 24px;
	padding: 0px 2px;
	margin: 0px;
	text-align: left;
}

p:first-letter {
	margin-left: 2em;
}

div.item {
	background: #666 url(../../images/FB3/tborder_bottom.gif) bottom repeat-x;
	margin: auto auto;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #DDD;
	padding: 1px;
	padding-bottom: 2px;
	padding-top: 0;
	color: #111;
}

div.item .content {
	background: #F0F0F0;
}

.content {
	padding: 2px 4px;
}

.advert {
	margin: auto auto;
	padding: 2px 0px;
}
