* {
  margin: 0;
  padding: 0;
} 

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: 0.2px
	word-spacing: Normal;
	

/* "Trebuchet MS", "Helvetica", sans-serif  */
}

li
{
	margin-left: 20px;
}
img
{
	border: 0;
	padding: 3px;	
}

.left
{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

img.inlinecenter {
	vertical-align: middle;
	border: 0px;
}


.right
{
	float: right;
	padding-left: 8px;
	padding-right: 8px;
}

a:link {color: #27a7b1}
a:visited {color: #27a7b1}
a:active {color: #27a7b1}
a:hover {color: #27a7b1}

.headermenu:link{color: #ffffff; text-decoration:none}
.headermenu:visited{color: #ffffff; text-decoration:none}
.headermenu:active{color: #ffffff; text-decoration:none}
.headermenu:hover{color: #ffffff; text-decoration:none}

.tinylink:link{color: #000; text-decoration:none}
.tinylink:visited{color: #000; text-decoration:none}
.tinylink:active{color: #000; text-decoration:none}
.tinylink:hover{color: #000; text-decoration:none}

h1 {
   font-size: 1.9em;
   color: #222222;
   margin-bottom: 5px;
   margin-top: 10px;
   clear:both;
}
h2 {
   font-size: 1.2em;
   color:  #222222;
   margin-bottom: 5px;
   margin-top: 10px;
   clear:both;
}

h3 {
   font-size: 1.0em;
   color: #555555;
   margin-bottom: 5px;
   margin-top: 10px;
   clear:both;
}


#header 
{
  position: absolute;
  top: 0px;
  left: 0px;
  height : 128px;
  width: 100%;
  background-color: #000;
  background-color: #004c6d;
  background: url(../images/header-repeat.png) repeat-x;
 
}

#headerwrapper
{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  width: 908px;
}



#footer
{
  height : 34px;
  width: 100%;
  
  color: #fff;
}



#topwrapper 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0;
    margin: 0 auto -74px;
	
    background: url(../images/huge_bg_1.jpg) no-repeat;
	background-position: top center; 
    background-color : #000;
	
	background-color: #004c6d;
    /*background: url(../image/style2/faux_column.png) repeat-y 50% 0;*/
    /*border-bottom: 4px solid red;*/
}

.push
{
   height: 74px;
   clear: both;	
}

.tinydark
{
   font-size: 0.75em;	
   color : #264861;
}


.tiny
{
   font-size: 0.75em;	

}

.tinybold
{
   font-size: 0.74em;	
   font-weight: bold;
}



.medium
{
   margin-top: 8px;
   font-size: 0.85em;	
}



.mainview
{
width: 70%; 
float: left;
margin: 5px; 
padding: 5px;

}

.mainviemax
{
width: 100%; 
float: left;
margin: 5px; 
padding: 5px;
}

.sidebar
{
width:25%; 
float: right; 
margin: 5px; 
padding: 5px;

}



#lowerbox_homepage
{
	display:block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	/*background-color: #111;*/
}

.homepagebox
{
	display: block;
	width: 32%; 
	margin-right: 3px;
	float: left;

}

#contentwrapper
{

  margin-left: auto;
  margin-right: auto;
  width: 908px;
  min-height: 100%;  
  height: 100%;
  /*background-color: #111111;*/
  /*margin-top: -5px;*/
  padding-bottom: 24px;
  padding-top: 95px;
   
}

#content
{	
   margin-left: 12px;
   margin-right: 12px;
   margin-top: 15px;
   color: #000;
   font-size: 0.95em;
   
}
.header
{
  display: block;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  float: left;
}


.headerpic
{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -18px;
  padding-top: 0px;
  padding-left: 0px;
  width: 908px;

}


.center
{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  width: 908px;
  font-size: 0.85em;
}

.wrap
{
  white-space: pre-wrap;       /* CSS-3                  */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999    */
  white-space: -pre-wrap;      /* Opera 4-6              */
  white-space: -o-pre-wrap;    /* Opera 7                */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */	
}

.gamecell
{
  padding-top: 12px;
  padding-right: 14px;
}


div.valigncontainer 
{
  margin-top: 14px;
}

div.news
{
	font-size: 0.9em;
}

div.news p
{
	padding-top: 12px;
}

div.gamedesc
{
	font-size: 0.95em;
}

div.gamedesc p
{
	padding-top: 0.6em;
}


#menuwrapper
{
	display:block;
	height: 100%;
	padding-top: 60px;
	float: left;
	
}

ol#topmenu {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 0px;
	height: 100%;
	font-size: 1.1em;
}

ol#topmenu li {
    float: left;
    margin: 0 18px 0 0;
	height: 128px;
	
}

ol#topmenu a {
    color: #fff;
    display: block;
    float: left;
    height: 2em;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 42px;
    text-decoration: none;
	
}

ol#topmenu li.current a {
    color: #fff;
    font-weight: bold;
}


   
