body
{
background-color:#333333; /* Dark Gray BackGround */
}
a:link 
{ 
	color: #99ffff;
}
a:visited 
{ 
	color: #800080;
}
#aboutLink:link
{
	color:#000033;
}

#container
{
    margin: 0 auto;
    width: 1000px;
}
#pageSeparator
{
	display: block;
	background-image: url(../images/pageSeparator.png);
	background-repeat: no-repeat;
	margin-bottom:0px;
	margin-left: auto;
    margin-right: auto;
	

	width: 350px; /* replaces 468px width */
	height: 28px; /* replaces 60px height */
	text-align:center;
}
#gameDescription
{
	position:relative;
	vertical-align:text-top;
	float: left;
}
/* ========================== HEADER ==================================*/
#header
{
    background: #ccc;  /* Light Gray BackGround */
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ========================== NAVIGATION ==================================*/

#nav {
    float: left;
    padding: 0;
	margin: 0;
    margin-left: 100px;
    list-style: none;
    width: 810px;
    height: 45px;
    overflow: hidden;
    text-indent:-9009px;
    text-align: center;
    position:relative;
}
#nav li {
    float: left;
}
#nav a {
    display: block;
    background-image: url(../images/GrayCoreSoftwareButtons.png);
    padding-top: 45px; 
    text-decoration: none; 
}
#nav-home {background-position: 0px 0px;width: 135px;}
#nav-home:hover {background-position: -136px 0px;}
body#home #nav-home {
background-position: -136px 0px;
}
#nav-games{background-position: 0px -46px;width: 135px;}
#nav-games:hover {background-position: -136px -46px;}
body#games #nav-games {
background-position: -136px -46px;
}
#nav-forum {background-position: 0px -92px;width: 135px;}
#nav-forum:hover {background-position: -136px -92px;}
body#forum #nav-forum {
background-position: -136px -92px;
}
#nav-devArea {background-position: 0px -138px;width: 135px;}
#nav-devArea:hover {background-position: -136px -138px;}
body#devArea #nav-devArea {
background-position: -136px -138px;
}
#nav-artWork {background-position: 0px -184px;width: 135px;}
#nav-artWork:hover {background-position: -136px -184px;}
body#artWork #nav-artWork {
background-position: -136px -184px;
}
#nav-buy {background-position: 0px -230px;width: 135px;}
#nav-buy:hover {background-position: -136px -230px;}
body#buy #nav-buy {
background-position: -136px -230px;
}
/* ========================== PAGE CONTENT ==================================*/
#content-container
{
    float: left;
    width: 1000px;
    background: #000033; /* Dark Blue BackGround */
}

#content
{
    clear: left;
    float: left;
    width: 680px;
    padding: 20px 0;
    margin: 0 0 0 30px;
    display: inline;
    color: #FFFFFF
}

#content h2 
{ 
    margin: 0; 
    color: #0099FF;
}
#content h3 
{ 
    font-size:100%;
    margin: 0; 
    color: #0099FF;
}
/* ========================== SCREENSHOTS ==================================*/

/* ========================== RIGHT SIDE PANEL ==================================*/
#aside
{
    float: right;
    width: 240px;
    padding: 20px 0;
    margin: 0 20px 0 0;
    display: inline;
    color: #CCC;
}

#aside h3 
{
    margin: 0;
    color:#0099FF
}
/* ========================== FOOTER ==================================*/
#footer
{
    clear: left;
    background: #ccc;
    text-align: center;
    padding: 20px;
    height: 1%;
    font-weight:bold;
}
.MyBold {
	font-weight: bold;
}
