/*
   Author:   Mark Brightenfield
   Filename: styles.css

   This file contains styles used for my website
*/

body
{
	color:white;
	background-color: rgb(128,128,128);
	font-family: tahoma;
}
iframe    {border: 0px}
img	  {border:0px;}
#main	  {position: center; top: 0px;}

#menu       {width: 70px; height: 175px; position: absolute; left: 0px; top: 0px;}
#menu img   {border-width: 0px}
#menu2      {width: 150px; height: 175px; position: absolute; left: 0px; top: 0px; visibility: hidden; z-index: 2}
#menu2 table {cellpadding: 0px; cellspacing: 0px; background-color: white;z-index: 2}
#links  {font-family: tahoma; font-weight:bold; text-align: center;}
 a {color: white; text-decoration: none;}
 a:link {color: white; text-decoration: none;}
 a:active {color: white; text-decoration: none;}
 a:hover {color: black; text-decoration: none;}
#homeLinks
{
	position: relative;
	top: 0px;
	text-align: center
}

p
{
	margin: 5 10 5 10;
}
		
h1,h2,h3,h4,h5,h6,small
{
	color: white;
	text-align: center;
}

#games table
{
	float: right;
	width: 30%;
}

#videos table
{
	clear: right;
	float: right;
	width: 30%;
}

#Rupdates table
{
	float: left;
	width: 65%;
}

#content
{

}

#content table
{
	rules: none;
	border: solid black 1px;
	border-style: double;
	cellpadding: 0px;
	cellspacing: 0px;
	margin: 5 5 5 5;
	z-index: 1;
}
#content table thead
{
	background-color: rgb(90,90,90);
	font-weight: bold;
	text-align: center;
	color: silver;
}

#content img
{
	border: solid black 1px;
	border-style: double;
	float: left;
	cursor: pointer;
}

#updates
{
	background-color: rgb(20,20,20);
	position: relative;
	top: 20px;
	
	clear: both;
}
