@font-face {  
	  font-family: "Calibri";  
	  src: url( /location/of/font/FontFileName.eot ); /* IE */  
	  src: local("Calibri"), url( /dev/bbshc/css/fonts/calibri.ttf ) format("truetype"); /* non-IE */  
	} 


html,body{
	font-family: calibri;
}

body {
	background-color:#ccc;
}

.clear{
  clear: both;
}

.wrapper {
	position: relative;
	width: 900px;
	font-size: 1em;
	margin: 0 auto -20px;
	text-align: left;
	background-color:#003366;
	border: #000 2px solid;

}

.header {
	height: 150px;
	background:#f2f2f2 url('/dev/bbshc/img/samples.gif') no-repeat right top;
	margin: 10px auto 5px;
  	position: relative;
	width:800px;
	padding:20px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
}

.widescreen_content{
        margin: 0px auto 10px;
        height:auto;
        padding: 20px;
        width: 800px;
        background: #f2f2f2;
        border-top: 1px solid black;
        -moz-border-radius:0px 0px 0px 0px;
}

.floatleft { 
	float: left;
	margin: 10px 10px 0 0;
	border: 0px solid #003366;
	padding: 2px;
}

.floatright { 
	float: right;
	margin: 5px;
	border: 1px solid #003366;
	padding: 2px;
}

.main_right{
	float:right;
	margin: -1em 80 0 auto;
	width:445px;
	padding:5px;

}

.main_left{
	float:left;
	margin: -1em auto -1em 84;
	width:268px;
	padding:5px;
	
}
.menu {
	right:45px;
	position:relative;
	top:20px;
	
}


/** Navigation links  **/
a.nav {
	color: #003366;
 	font-family: calibri; 
	font-size: 1em; 
	font-weight: bold; 
	text-decoration: none;
	margin: 0 5px;
}

a.nav:hover {
	color: #333333; 
	font-family: calibri; 
	font-size: 1em; 
	font-weight: bold; 
	text-decoration:underline;
}
  
a.nav2 {
	color: #003366;
 	font-family: calibri; 
	font-size: 1em; 
	font-weight: normal; 
	text-decoration: underline;
}

a.nav2:hover {
	color: #333333; 
	font-family: calibri; 
	font-size: 1em; 
	font-weight: normal; 
	text-decoration:none;
}
	
.footer {
	font-size: .8em;
	font-variant:small-caps;
        background: #f2f2f2;
        -moz-border-radius: 0px 0px 10px 10px;
         border-radius: 10px;
         width: 840px;
         position: relative;
         left: 30px;
        
}


/** body text **/
.tag {
	color: #000000;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	position:relative;
	bottom:131px;
}

.h4 {
	color: #003366;
	font-size: 16px;
	font-weight:bold;

}

.h3 {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
}
