﻿/***********************\
* Joseph Harker  o__    *
*   Programmer   .>/ _  *
*   Consultant  (_)\(_) *
* JoeHarker@007dev.com  *
\***********************/

body
{
	margin-top		: 0px;
	margin-left		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	background-color: #FFFFFF;
	color			: #000000;
}

td
{
	 vertical-align	: top;
	 border-top: 1px solid #505050;
}

table
{
	
}

#header
{
	width			: 100%;
	height			: 50px;
}

#lefter
{
	position		: absolute;
	top				: 50px;
	left			: 0px;
	width			: 160px;
	height			: 85%;
}

#content
{
	position		: absolute;
	top				: 50px;
	left			: 155px;
	right			: 10px;
	bottom			: 25px;
	width			: 85%;
	height			: 90%;
	z-index			: 1;
}

#frame
{
	position		: absolute;
	top				: 30px;
	left			: 4px;
	right			: 4px;
	bottom			: 4px;
	width			: 99%;
	height			: 95%;
	background-color: #FFFFFF;
	color			: #000000;
}

#logo
{
	position		: absolute;
	margin-top		: 5px;
	margin-left		: 5px;
	margin-right	: 5px;
	margin-bottom	: 5px;
	background-image: url(../Google/logo.gif);
	width			: 150px;
	height			: 60px;
	overflow		: hidden;
}

#watermark
{
	position		: absolute;
	right			: 50px;
	bottom			: 10%;
	width			: 80px;
	height			: 73px;
	overflow		: hidden;
	background-image: url(../Google/watermark.gif);
	z-index			: 1;
}

#description
{
	font-size		: 10px;
	font-family		: Arial, sans-serif;
	text-align		: center;
}

.content
{
	background-color: #FFFFFF;
	margin			: 3px;
	border			: solid 1px silver;
}

#print
{
	position		: absolute;
	margin-top		: 5px;
	margin-left		: 5px;
	margin-right	: 5px;
	right			: 5px;
	background-image: url(../Google/print.gif);
	width			: 16px;
	height			: 16px;
	overflow		: hidden;
	cursor			: pointer;
	background-color: #FFFFFF;
}

#tearoff
{
	position		: absolute;
	margin-top		: 5px;
	margin-left		: 5px;
	margin-right	: 5px;
	right			: 30px;
	background-image: url(../Google/tearoff.gif);
	width			: 16px;
	height			: 16px;
	overflow		: hidden;
	cursor			: pointer;
}

#link
{
	position		: absolute;
	margin-top		: 5px;
	margin-left		: 5px;
	margin-right	: 5px;
	right			: 5px;
	background-image: url(../Google/link.gif);
	width			: 16px;
	height			: 16px;
	overflow		: hidden;
	cursor			: pointer;
}

#headTitle
{
	position		: relative;
	top				: 2px;
	margin-right	: 4px;
	margin-left		: 4px;
	height			: 24px;
	font-size		: 20px;
	font-family		: "Lucida Console", monospace;
	background-color: #E4EEFC;
	color			: #000000;
}

#menu span a
{
	display			: block;
	text-align		: center;
}

#menu span a:hover 
{
	border-top		: 2px #31557F solid;
	border-left		: 2px #31557F solid;
	margin-bottom	: -2px;
}

.corner_tl
{
	background-image: url(../Google/corner_tl.gif);
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 2px;
	height			: 2px;
	overflow		: hidden;
}

.corner_tr
{
	background-image: url(../Google/corner_tr.gif);
	position		: absolute;
	top				: 0px;
	right			: 0px;
	width			: 2px;
	height			: 2px;
	overflow		: hidden;
}

.corner_bl
{
	background-image: url(../Google/corner_bl.gif);
	position		: absolute;
	bottom			: 0px;
	left			: 0px;
	width			: 2px;
	height			: 2px;
	overflow		: hidden;
}

.corner_br
{
	background-image: url(../Google/corner_br.gif);
	position		: absolute;
	bottom			: 0px;
	right			: 0px;
	width			: 2px;
	height			: 2px;
	overflow		: hidden;
}

#menu
{
	font-family		: "Georgia", serif;
	margin-left		: 10px;
	position		: absolute;
	top				: 50px;
}

.selected 
{
	position		: relative;
	display			: block;
	width			: 150px;
}

.notSelected 
{
	position		: relative;
	display			: block;
	width			: 140px;
}

.thinGap
{
	height			: 5px;
	overflow		: hidden;
}

.aboutMe
{
	background-color: #648EDC;
	color			: #000000;
}

.aboutYou
{
	background-color: #64CADC;
	color			: #000000;
}

.games
{
	background-color: #8EDC64;
	color			: #000000;
}

.downloads
{
	background-color: #CADC64;
	color			: #000000;
}

.links
{
	background-color: #DCB264;
	color			: #000000;
}

.contactMe
{
	background-color: #DC7664;
	color			: #000000;
}

.console
{
	background-color: #000000;
	color			: #64CADC;
	font-weight		: 900;
}

.console a
{
	color			: #FF7700;
}

.console a:hover
{
	color			: #00FFF6;
}
