html * {max-height:1000000px;}

html 
{
   padding:0px;
   margin:0px;
   height:100%;
   overflow-y:scroll;
}

body
{
   padding:0px;
   margin:0px;
   height:100%;
   background-color:#000000;
}

a:link   {	color:#5d8473;}
a:visited{	color:#a4a28a;}
a:hover  {	color:#FFFFFF;}


.pageShadow
{
   overflow:auto; 
   width:100%;
   min-height:100%;

   background-image:url('background-stars.png');
   background-repeat:no-repeat;
   background-color:#000000;
   background-position:top center;
}


.pageContent
{
   width:780px;
   min-height:100%;

   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;

   background-color:#132229;

   display: block;
   overflow:hidden;

   margin:auto;
}


.logo
{
   background-image: url("title.png");
   height:144px;
   width:472px;
   margin-left:auto;
   margin-right:auto;
}
.logoLink
{
   width: 468px;
   height: 77px;
}



.navBar
{
   min-height: 44px;
   line-height:44px;
   //background-color:#FF00ff;
   vertical-align:middle;
   width: 410px;
   font-size: -1px;
   margin-top:16px;
   margin-bottom:24px;
   margin-left:auto;
   margin-right:auto;
   padding:0px;
}

a.navLink:link
{
	font-size:20px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;

	margin-left:10px;
	margin-right:10px;
   border:0px;

   top:100px;   
}
a.navLink:active {	color: #FFFFFF;}
a.navLink:visited{	color: #FFFFFF;}
a.navLink:hover  {	color: #a4a28a;}

.twitBox
{
   float:right; 
   margin-top:0px;
   margin-right:0px;
   font-size:-1px;
}



.newsBar
{
   max-width:678px;
   height:30px;
   background-color:#192a2f;
   line-height:30px;
   font-family:Arial; 
   font-weight:bold;
   font-size:18px;
   color:#FFFFFF;
   margin-bottom:1px;
   margin-left:auto;
   margin-right:auto;
}
.newsBarPadBox
{
   margin-left:5px;
   margin-right:5px;
}  

.newsPost
{
   max-width:678px;
   padding:0px;
   background-color:#192a2f;

   margin-bottom:51px;
   margin-left:auto;
   margin-right:auto;
}

.newsTextBox
{
   padding:15px;
   color:#FFFFFF;
   font-family:Arial;
   font-size:18px;
}

.newsImg
{
   width:100%;
}


.ytBox
{
   width:678px;
   margin-left:auto;
   margin-right:auto;
   margin-top:51px;

   background-color:#FF00FF;
   position: relative;
	padding-bottom: 57%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ytBox iframe,  
.ytBox object,  
.ytBox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.commentDate
{
   color:#FFFFFF;
   font-family:arial;
   font-size:18px;
   float:right;
}


.catBar
{
   font-size:30px;
   font-family: Arial;
   font-weight: bold;
   color:#FFFFFF;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   margin-top: 15px;
   padding-left:0px;
   width:678px;
}

.galleryThumb 
{
   margin-bottom: 39px;
   margin-right: 39px;
   width:200px;
}

.galleryThumbEnd
{
   margin-bottom: 39px;
   margin-right: 0px;
   width:200px;
}

.galleryThumbBox
{
   margin-left: auto;
   margin-right: auto;
   margin-bottom:8px;
   font-size:0px;
   width:678px;
}

.mainImage
{
   width:100%
}