body {
   margin:0;
   padding:0;
   font: 10pt verdana, arial, sans-serif;
   background-color: #000000;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   background-image: url("../images/background.jpg");
}
table {
   border: 0;
   font: 10pt verdana, arial, sans-serif; /* should be made the same as body tag for IE support */
}
td {
   vertical-align:top;
}

#container {
   /*width: 777px;*/
}
#header {
   line-height:0;
   display: block;
   margin-bottom: 75px;
   /*width: 777px;*/
}
#header img {
   border: 0;
}
#left {
	float: left;
	color: #6666CC;
	width: 260px;
    height: 480px;
}
#left img {
	border: 0;
}
#left a {
    color: #6666CC;
    text-decoration: none;
}
#left a:visited {
    color: #333399;
    text-decoration: none;
}
#left a:hover {
    text-decoration: underline;
}
#content {
   /*width: 569px; /* Margins taken into account */
   /*margin: 28px 0px 0px 205px; /* left margin is 3px less than necessary for IE support */
   position:absolute;
   top:0;
   left:0;
   margin: 200px 0 0 260px;

   color: #FFFFFF;
}
#content a, #content a:visited {
   color: #6666CC;
   text-decoration:none;
}
#content a:hover {
   text-decoration:underline;
}
#footer {
   margin-top: 40px;
   clear: left;
}
.innerContent {
  margin-right:15px;
}
.innerContent p {
  margin-top: 5px;
}


/* Left Navigatoin */
#left .navlink {
  background-image:url('../images/globe.gif');
  background-repeat:no-repeat;
}
#left .navlink:hover {
  background-image:url('../images/globe_anim.gif');
  background-repeat:no-repeat;
}
#left .navlink img {
  padding-left: 75px;
}
#forumDetails
{
	height:0px;
	overflow:hidden;
}

/* News Items */
div.newsitem {
	margin: 0 0 45px 40px;
    color: #000000;
}

div.newsitem div.newsitem_topbar {
	width: 655px;
	height: 54px;
	background-image: url("../images/newsitem-top.png"); /*height: 62px; */
	text-align:center;
	padding: 4px 0 4px 0;
}
div.newsitem div.newsitem_topbar span.newsitem_title {
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	font-weight:bold;
}
div.newsitem div.newsitem_topbar span.newsitem_poster {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight:bold;
	margin-top: 5px;
	display:block;
}
div.newsitem div.newsitem_post {
	width: 643px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #99cccc;
	padding: 2px 5px 2px 5px;
}

div.newsitem div.newsitem_bottom {
	width: 655px;
	height: 35px;
	background-image: url("../images/newsitem-bottom.png");
}



div.HeadingText {
  font-weight:bold;
  margin-bottom:5px;
}
div.SubHeadingText {
  font-weight:bold;
  margin-top:20px;
  margin-bottom:0px;
}


table.Gallery {
    margin-left:100px;
}
table.Gallery td {
    text-align:center;
    padding:5px;
}
table.Gallery td img {
    border: 1px solid #333399;
}