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

html,
body,
div#wrapper-a,
div#wrapper-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#wrapper-a,
* html div#wrapper-b {
    height: 100%;
}

/**
 *  general defs
 */

span.bitstorm {
	display: none;
}
 
br.clr {
    clear: both;
}

.fl {
    float: left;
    margin-right: 10px;
}

.fr {
    float: right;
    margin-left: 10px;
}

img.fr {
    margin: 5px 0 10px 10px;
}

img.fl {
    margin: 5px 10px 0 0;
}

img.nb {
    border: none;
    padding: 0;
}

.nb {
	border: none;
}

div.clr {
    clear: both;
    height: 0;
    width: 0;
    font-size: 1px;
    line-height: 1.0;
}

address {
	font-style: normal;
}

.strong {
	font-weight: bold;
}

strong {
    color: #900;
}

blockquote {
	background: #eee;
	margin: 25px 0;
	padding: 10px;
	width: 720px;
	height: auto;
	font-size: 95%;
	line-height: 1.50em;
	color: #872522;
}

blockquote span {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
}

* html body blockquote {
	width: 706px;
}

table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

/**
 *  wrapper / body divs
 */

div#wrapper-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background: url(../images/bg/wrapper_a_bg.gif) no-repeat top center;
}

div#wrapper-b {
    position: absolute;
    left: 50%;
    width: 776px;
    margin-left: -388px; /* lines up the wrapper b area flushed to the background of wrapper a ( due to the shadow effect on wrapper a )*/
	background: #fff;
}

* html div#wrapper-b { /* IE 6 MS hack	*/
	margin-left: -387px;
}

div#body {
	margin: 0 0 35px 0;
    height: auto;
}

div#mid {
    padding: 0;
    width: 100%;
}

div#content {
	margin: 7px 20px 0 20px;
	padding: 7px 0 40px 0;
    text-align: left;
    color: #333;
	border-top: 7px solid #c7c7c7;
}

div#feature {
	position: relative;
	margin: 0 0 7px 0;
	padding: 0 0 10px 0;
	height: auto;
	width: 736px;
	border-bottom: 7px solid #c7c7c7;
}

/**
 *  bottom div
 */

div#bot {
    position: absolute;
    bottom: -5px;
    width: 776px;
	height: 35px;
}

* html div#bot {
    bottom: -10px;
}

/**
 *  address-bar div
 */
div#address-bar {
	margin: 7px 20px 0 20px;
	padding: 7px 0 0 0;
	height: 83px;
    text-align: left;
    color: #333;
}

div#bot div#copyright-notice {
    background: #74201d;
    height: 35px;
}

div#bot div#privacy a{
	margin-left: 480px;
	height: 35px;
	background: #74201D;
	color:#BA908E;
	text-align: right;
	margin-top:7px;
}

div#privacy li{
	display: inline;
	list-style: none;

/**
 * Press Release
*/ 
 
.press-date
{
	color: #900;
}

.press-title
{
	
}

div#wbenc
{
	position: relative;
	padding-left: 325px;
	padding-top: 20px;
	height: 75px;
	width: 50px;
}

div#wbenc2
{
	position: relative;
	padding-left: 5px;
	height: 45px;
	width: 50px;
	padding-top: 10px;
}

.news
{
	padding-top: 5px;
	margin-top: 5px;
	height: 110px;
    text-align: left;
	border-top: 7px solid #c7c7c7;	
}
.news inside
{
	border: 1px #74201D;
}

.news h2
{
	margin: 20px 0 0 0;
	font-size: 125%;
	color: #74201D;
}
