body {
	font: bold 11px/1.5em Verdana;
	background-color: #cccc99;
	background-image:url("images/grey.png");
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
img {
border: none;
}

pre {
	border: 1px solid #24618E;
	background-color: #9DB0BF;
	width: 80%;
	padding: 5px;
	margin: 5px auto;
}

#container {
	width: 980px;
	position: relative;
	left: 0px;
	top: -8px;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #cccccc;
}

#videobox {
position: relative;
float: left;
background: url('images/video_box.png') no-repeat left top;
	width: 600px;
	height: 300px;
	border: 0px;
}

#righttext {
position: relative;
float:right;
padding: 10px;
	width: 350px;
	height: 300px;
	border: 0px;
}

#rightcolumn {
position: relative;
float:right;
	width: 350px;
	border: 0px;
	padding: 10px;
	font: normal 10px/1.5em Verdana;
	background: #99ff99;
}


/*/////////////////////
//   Menu         
/////////////////////*/
#menu {
	position: relative;
	left: 0px;
	top: -10px;
	width: 980px;
	height: 40px;
	background: #00cc33;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:left;
	width:980px;
	font-size:115%;
	line-height:normal;
	border-bottom:1px solid #00cc33;
      }
    #tabsJ ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 20px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

/*/////////////////////
//   Header         
/////////////////////*/
#header {
background: url('images/header.png') no-repeat left top;
	width: 980px;
	height: 88px;
	border: 0px;
	text-align:right;
}

#headertext {
	position: relative;
	left: 0px;
	top: -35px;
	color: #ffffff;
	font-size: 2em;
}
/*/////////////////////
//   Main         
/////////////////////*/
#middle {
min-height:500px;
  height:auto !important;
  height:500px;
	background-color: #fff;
	width: 980px;
	border: 0px solid #33cc33;
}
#main {
	padding: 10px;
	font: normal 11px/1.5em Verdana;
}


/*/////////////////////
//   Footer         
/////////////////////*/
#footer {
	background-color: transparent;
	width: 980px;
	height: 18px;
	color: #000;
	padding: 5px;
	font: normal 80% Arial;
}
/*/////////////////////
//   Links         
/////////////////////*/
a:link {
	color: #000000;
}
a:visted {
	color: #000000;
}
a:hover {
	color: #00cc33;
}
a:active {
	color: #00cc33;
}
a {
	color: #000000;
}
/*/////////////////////
//   Clearfix         
/////////////////////*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
