/* CSS Reset */
		
		/*html, body, div, span,
		applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dd, dl, dt, li, ol, ul,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;*/
			/* line-height: 1; */
			/*font-family: inherit;
			text-align: left;
			vertical-align: baseline;
		}*/
		
		a img, :link img, :visited img {border: 0;}
		
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		ol, ul {list-style: none;}
		
		q:before, q:after,
		blockquote:before, blockquote:after {
			content: "";
		}

		ul.gline {
		  margin-left:0;
		}

		ul.gline li {
		  margin-left:0;
		}
		
		/* Global elements */
	
		body {
		     padding:0;
		     margin:0;
		     font-size:12px;
			   color:#fff;
			   font-family:      "Arial",
                    "Century Gothic",
                    sans-serif;

		     background:#000000 !important; /* the important flag is just to combat rb-global.css on legacy pages */
		}

		html, body {
		     height: 100%;
		}
		
		a, a:link, a:hover {
			color: #fff;
			text-decoration:none;
			-moz-outline:none;
			cursor:pointer;
		}
		
		a:hover {
			text-decoration:none;
		}
		
		a:visited {
			color:#fff;
		}
		
		b, strong {font-weight:bold;}
		
		h1, h2, h3{
			font-weight:normal;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		h1 {
			font:bold 190% Georgia, "Times New Roman", Times, serif;
			color:#8c0000;
			border-bottom:0px solid #8c0000;
			padding:0 10px 6px 0;
			margin:0 0 0px 0;
		}
		
		#overviewHead{
			position:relative;
			margin-bottom:20px;
		}
		
		h2 {
			font-size: 148.5%;
			color:#171717;
			display:block;
			background:url(http://clement.bubuface.com/pub/images/navs/h2.gif) 0 7px repeat-x;
		}
		
		h2 span {
			padding:0 5px 0 0;
		}
		
		h3 {font-size: 153%;}

		div#topnav {
		  width:971px;
		  height:90px;
		  background:url(http://www.bubuface.tv/pub/images/banner_4.jpg) no-repeat;
		  margin-top:0;
		  margin-bottom:0;
    }
    div#topnav1 {
      width:971px;
		  height:97px;
		  background:url(http://www.bubuface.tv/pub/images/banner_2.jpg) no-repeat;
		  margin-top:5;
		  margin-bottom:0;
    }
    div#topnav2 {
      width:971px;
		  height:10px;
		  background:#C02117;
		  margin-top:0;
		  margin-bottom:0;
    }
    div#container {
    }
    #search_box {
      width: 301px;
      height: 31px;
      margin-top:40;
      margin-left:100;
      background: url(http://www.bubuface.tv/pub/images/bg_search_box.gif);
    }
    #search_box #s {
      float: left;
      padding: 0;
      margin: 6px 0 0 6px;
      border: 0;
      width: 259px;
      background: none;
    }
    #search_box #searchfield {
      float: left;
      padding: 0;
      margin: 6px 0 0 6px;
      border: 0;
      width: 259px;
      background: none;
    }
    #search_box #go {
      float: right;
      margin: 3px 4px 0 0;
    }
    
    .scontent {
      width:971px;
      padding-left: 2px!important;
      text-align:left;
    }
