﻿/* add global, html selectors, and common classes/id's here */

body 
{
	background-color:#000;
	width: 100%;
	font-family: Tahoma, serifSansSerifMonospace;
	color:White;
}

#container 
{
	width: 958px;
	background-color: #000;
	margin:0px auto;
}  

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */



/* ******************************* global */

.g_smalltext
{
    font-size: 10px;
}

a.g_whitelink 
{
	color:White;
}

.hidden
{
    display: none;
}

.floatL
{
    float: left;
}

.floatR
{
    float: right;
}

.hidden
{
    display: none;
}

