body{
	font-family: sans-serif,"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	color:#333;
	background: url('/img/bgr.jpg');
	background-position: left top;
	-webkit-font-smoothing:antialiased;
}

.cntr{
  text-align: center;
}

a{
	color:#005ccc;
	outline:none;
	text-decoration:none;
}

a.black{
    color: #000000;
}

a.invisible{
    color: #333333;
}

a:hover{
	cursor: pointer;
	text-decoration: none;
	color: #ff0000;
}

a.invisible:hover{
    color: #333333;
}

img{
	border:0;
}

img#orb{
    position: relative;
	top: 8px;
}

p,span.list{
	text-align: justify;
}

p{
    margin-bottom:15px;
	line-height:16px;
}

h1,h2 ,h3{
  font-family: cambria; 
  font-weight: bold; 
  margin:0;
}

h1{
  line-height:24pt;
  font-size:24pt;
}

h2{
  line-height:18pt;
  font-size:18pt;
}


#wrapper{
	margin:0 auto;
	width: 910px;
}

#header{
    /*background: url('header.gif');*/
	background: url('/img/header-bg.jpg');
	border-radius:20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	height:88px;
	text-align: center;
}

#headertab{
  width: 910px;
  height: 88px;
}

#content{
	background-color: #f0f0f0;
	width: 910px;
	border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	padding: 0px;
	margin: 0px;
	text-shadow:rgba(255, 255, 255, 0.5) 1px 1px;
}

#t1{
  margin-left: 20px;
  text-align: left;
  width: 700px;
  vertical-align: top;
}

#t2{
  text-align: center;
  width: 300px;
}

#sBillyTitle{
  position: relative;
  top: -120px;
}

#orb{
  position: relative;
  left: 15px;
}

#text_title{
  position: relative;
  top: -8px;
}

#tagline{
	color: #333333;
	font-size: 13pt;
}

div#heightframer{
    min-height: 500px;
	margin: 0px;
	padding: 0px;
}

img.conthead{
  float: right;
  padding-left: 10px;
  position: relative;
  top: -30px;
}

.tdvloghome{
  text-align: center;
  font-size: 18px;
}

#sidebar_popout{
  margin-left: 12px;
}

td.col1{
    font-size: 18px;
    width: 210px;
	background: #f0f0f0;
	border-right: 1px solid #d9d9d9;
	vertical-align: top;
	height: 100%;
	margin: 0px;
	padding: 15px 15px 5px 5px;
	border-radius:0 0 0 20px;
	-moz-border-radius:0 0 0 20px;
	-webkit-border-bottom-left-radius:20px;
}

td.col2{
    vertical-align: top;
	text-align: left;
	padding: 0 15px 15px 15px;
	background-color: #ffffff;
	border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-bottom-right-radius:20px;
}