
/* Layout Stylesheet */ 

body {
 margin:20px;
 background: White;
 color: #333333;
 text-align:center;
 padding:0;
 margin: 20px;
 }

#outer {
 text-align: center;
 width:765px;
 padding:0;
 margin:auto;
 }

#hdr {
 height:143px;
 background: White;
 background-image: url(images/ma_header.jpg);
 }

#bodyblock {
 position:relative;
 color: #333333;
 width:765px;
 padding:0;
 margin: 0;
 height: 900px;
 }

#bodyblock_contact {
 position:relative;
 color: #333333;
 width:765px;
 padding:0;
 margin: 0;
 }

#l-col {
 float:left;
 width:242px;
 background: White url(images/l_col_bkgrd_top_2.jpg) no-repeat left top;
 }

#cont {
 width:523px;
 color: #333333;
 text-align:left;
 background: White url(images/ma_bar.jpg) no-repeat top;
 float: right;
 }

#cont_left {
 width:255px;
 color: #333333;
 text-align: left;
 float: left;
 background-color: white;
 }

#cont_right {
 width:255px;
 color: #333333;
 text-align: left;
 float: right;
 background-color: white;
 }

#video_home {
 width:523px;
 color: #333333;
 text-align:left;
 float: right;
 }

.hbo_box {
	background-color: #FEDB98;
	margin-left: 10px;
	width: 480px;
}
  
.contact_box {
	margin-left: 10px;
	width: 440px;
	border: 2px solid #A789A2;
}
  
.contact_box_left {
	margin-left: 10px;
	width: 230px;
	border: 2px solid #A789A2;
}

#radio_box {
 width:520px;
 text-align: right;
 background-image: url(images/radio_mic.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }

  
#ftr {
 width:765px;
 background: White;
 text-align: center;
 }
 
 
 /* Bio Styles */

#outer-bio {
 text-align: center;
 width:765px;
 padding:0;
 margin:auto;
 }

#hdr-bio {
 height:143px;
 background: White;
 background-image: url(images/bio_header.jpg);
 }
 
 #bodyblock-bio {
 position:relative;
 color: #333333;
 width:765px;
 padding:0;
 margin: 0;
 }

#l-col-bio {
 float:left;
 width:242px;
 background-color: white;
 border-right-color: #6d4c6b;
 border-right-style: solid;
 border-right-width: 2px;
 }

 #cont-bio {
 width:510px;
 color: #333333;
 text-align:left;
 float: right;
 background-color: white;
 border-left-color: white;
 border-left-style: solid;
 border-left-width: 10px;
 }

 #video-cont-bio {
 width:510px;
 color: #333333;
 text-align:left;
 float: right;
 background-color: white;
 border-left-color: white;
 border-left-style: solid;
 border-left-width: 10px;
 }

#lower-bio {
 width:765px;
 text-align: left;
 float:left;
 background-color: white;
 border-top-color: #6d4c6b;
 border-top-style: solid;
 border-top-width: 2px;
 }


