/* for all browsers that understand min-width */
.width {
	width:90%;
	min-width:760px;
	margin:0 auto;
	}

a img {
	border: none;
	}

a {
	color: #484848;
	}
	
a:hover {
	color: #303030;
	}
	
/* the bodge for IE6 browsers */
* html .minwidth {
	border-left:760px solid #fff;
	position:relative;
	float:left;
	z-index:1;
	}
	
* html .container {
	margin-left:-760px;
	position:relative;
	float:left; z-index:2;
	text-align:left;
	}

#header {
	background: black url('../images/subheader.jpg') no-repeat right;
	color: white;
	width: 100%;
	}

#left, #header, #menu, #content, #footer {
	float: left;
	font-family: serif;
	}
	
#right{
	display: none;
	float: right;
	padding-right: 40%;
	margin: 30px;
	}
	
#left {
	padding-left: 15px;
	line-height: 1.5em;
	font-size: 15px;
	text-align: center;
	}

#left img{
	padding-right: 4px;
	}
	
#primemsg {
	font-size: 16px;
	color: #C8C8C8;
	text-align: right;
	}
	
#upper {
	background: black url('../images/upperline.gif') repeat left;
	}

#header h1, h3{
	display: none;
	color: #787878 ;
	font-family: times;
	margin: 0;
	font-variant: small-caps;
	margin-bottom: 5px;
	}

#menu {
	background: black url('../images/menufade.jpg') repeat;
	width: 100%;
	}
	
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#menu li {
	font-family: arial;
	width: 12.27%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	border-left: 2px solid black;
	}

#menu li:first-child {
	border-left: none;
	}

#menu a {
	display: block;
	float: left;
	margin: 0;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
	color: white;
	height: 30px;
	padding-top:2%;
	}

#menu a:hover {
	background: dimgray url('../images/menufade_hov.jpg') repeat;
	}

#content {
	background: white url('../images/block1.jpg') no-repeat;
	width: 100%;
	color: #707070;
	}
	
#contentwrap {
	padding: 20px 10px 10px 200px;
	}
	
#footer {
	width: 100%;
	text-align: center;
	color: white;
	}
	
h2 {
	color: dimgrey;
	font-variant: small-caps;
	}

body {
	background: black;
	}
	
iframe {
	overflow: hidden;
	float: right;
	width: 375px;
	height: 390px;
	margin-left: 7px;
	}

#bbbtn {
	display: inline-block;
	padding: 0 3px;
	width: 144px;
	height: 30px;
	margin-right: 3px;
	background: url(../images/bbcom.jpg);
	}

#bbbtn:hover {
	background: url(../images/bbcom_active.jpg);
	}
	
#wbbbtn {
	display: inline-block;
	padding: 0 3px;
	width: 144px;
	height: 30px;
	background: url(../images/wedbbcom.jpg);
	}

#wbbbtn:hover {
	background: url(../images/wedbbcom_active.jpg);
	}