 body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background: #0F3461;
	height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial;
	font-size: 12pt;
	font-weight:normal;
	color: #000000;
	}

 #spacer {
	height: 20px;
	}
	
 #adspacer {
    height: 300px;
    }

 #container {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative; z-index:1; padding:0px;
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */	
	}

 #header {
	margin: 10px 10px 0px 10px;
	width: 970px;
	height: 300px;
	}

 #navbar{
	margin: 0px auto;
	background-image:url(images/navbar.jpg);	
	width: 970px;
	height: 34px;
	}

 #navbar ul{
    margin: 0px;
    padding: 0px;
    font: bold 14px Arial;
    list-style-type: none;
	}

 #navbar li{
	margin: 0px;
    display: inline;
	}

 #navbar li a{
    margin: 0px;
	margin-left: 0px;
    margin-right: -1px;
    padding: 9px 40px; /*padding inside each tab*/
	float: left;
    display: block;
    text-decoration: none;
    color: white;
    border: 1px solid #003366;
    border-top-width: 0px;
    border-bottom-width: 0px;
	}

 #navbar li a:hover{
    background-image:url(images/navbar_hl.jpg);
	color: white;
	}
	
 #navbar li a:visited{
    color: white;
	}
 
 body#home a#homenav,
 body#plugins a#pluginsnav,
 body#videos a#videosnav,
 body#forum a#forumnav,
 body#contact a#contactnav,
 body#links a#linksnav {
    background-image:url(images/navbar_hl.jpg);
    color: white;
	}
	
 #sidebar {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 3px;	
	background: #EFEFEF;
    width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	float: left; /* since this element is floated, a width must be given */
	border: 1px solid #656565;

	}
	
  #containerContent {
    margin: 0px;
    padding: 0px;
    width: 761px;
	float: left;
	} 	
	
 #mainContent {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #EFEFEF;
	width: 761px;
	float: left;
	border: 1px solid #656565;
	} 
	
 #mainContent ul{
    list-style-type: none;
	}	
	
 .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom:8px;
	}
 .fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom:8px;
	}
 .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
 .twitter { /* this class can be used to float an element left in your page */
	float: right;
	}	
	
.hyperlink{
	color: #0000FF;
	}
	
 h1 { 
    font-family: Arial; 
    font-size: 20pt; 
    font-weight:bold;
    color:#0c3062;
	} 

 h2 { 
    font-family: Arial; 
    font-size: 16pt; 
    font-weight:bold;
    color:#0c3062;
	}

 #pluginImg {
	margin: 3px;
    display: inline;
	}
	
 #pluginImg img{
	margin: 0px;
	border: 0px;
	width: 375px;
	height: 281px;
	}

 #page-background {position:fixed; top:0px; left:0px; width:100%; height:100%;}
 
  #footer {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 8px;
	position:relative; z-index:1; padding:0px;
	background: #EFEFEF;
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:70px;
	text-align:center; /* this overrides the text-align: center on the body element. */	
	border: 1px solid #000000;
	font: normal 12px Arial;
	}
	
	 #footer ul{
    margin: 5px;
    padding: 0px;
    font: normal 12px Arial;
    list-style-type: none;
	}

 #footer li{
	margin: 5px;
    display:block;
	}
	
 #homeplugins {
	font: normal 12px Arial;
	background: EFEFEF;
    width: 247px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	float: left; /* since this element is floated, a width must be given */
    margin: 3px;
	}
	
  #mainContent2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #EFEFEF;
	width: 761px;
	float: left;
	border: 1px solid #656565;
	} 
 
 
 #homenewsContent {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 781px;
	float: left;
	border: 0px;
	} 

#homenewsFL {
	padding-left: 10px;
	padding-right: 10px;
	background: #EFEFEF;
	width: 362px;
	border: 1px solid #656565;
	float:left;
	} 
	
    #homenewsFR {
	margin-right: -1px;	
	padding-left: 10px;
	padding-right: 10px;	
	background: #EFEFEF;
	width: 362px;
	border: 1px solid #656565;
	float:right;
	}