body {
	background: #464646 url(img/background_main.gif);
	background-repeat: repeat-x;
	font-family:verdana, tahoma, arial, helvetica, trebuchet ms, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	margin:0px;
	color:black;
}
body.home {
	background: #464646 url(img/background_home.gif);
	background-repeat: repeat-x;
	font-family:verdana, tahoma, arial, helvetica, trebuchet ms, sans-serif;
	font-size:0.8em;
	margin:0px;
	color:black;
}
h1 {
	font-size:1.3em;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
h2 {
	font-size:1em;
	margin:4px 0px 0px 0px;
}
h3 {
	font-size:0.8em;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
ul {
	margin:8px 0px 8px 16px;
	list-style-type:square;
}
hr {
	border-style:dotted;
	color:#555555;
	margin:6px 0px 6px 0px;
}
img {
	border:0px;
	margin:0px;
}
td {
	padding:0px;
	vertical-align:top;
}

sup {
	font-size:0.75em;
}

a:link {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}

a.notbold {
	font-weight:normal;
}


\\ =====================================================

a.navbutton {
	background:#FFFFFF;
	padding:2px 8px 4px 8px;
	text-decoration:none;
	font-weight:normal;
}
a.navbutton:visited {
	text-decoration:none;
}
a.navbutton:hover {
	text-decoration:underline;
}


.note {
	color:white;
	padding:2px 6px 3px 6px;
	line-height:24px;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
}
a.gamelink {
	color:white;
	background:#595957;
	padding:2px 6px 3px 6px;
	line-height:24px;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.1em;
}
a.gamelink:visited {
	color:white;
	text-decoration:none;
}
#navigation {
	background:#3A3226;
	height:32px;
	padding-left:10px;
}
#buttons {
	float:left;
	margin:0px;
	padding:0px;
	position:absolute;
	top:64px;
	left:0px;
	width:128px;
}
#buttons a {width:128px;display:block;}

#buttonGames {background: url(img/button_games.gif) 0px 0px no-repeat;}
#buttonBusiness {background: url(img/button_business.gif) 0px 0px no-repeat;}
#buttonNews {background: url(img/button_news.gif) 0px 0px no-repeat;}
#buttonAbout {background: url(img/button_about.gif) 0px 0px no-repeat;}
#buttonAwards {background: url(img/button_awards.gif) 0px 0px no-repeat;}
#buttonPeople {background: url(img/button_people.gif) 0px 0px no-repeat;}
#buttonJobs {background: url(img/button_jobs.gif) 0px 0px no-repeat;}
#buttonLinks {background: url(img/button_links.gif) 0px 0px no-repeat;}
#buttonContact {background: url(img/button_contact.gif) 0px 0px no-repeat;}

#buttonGames a:hover {background: url(img/button_games_hover.gif) 0px 0px no-repeat;}
#buttonBusiness a:hover {background: url(img/button_business_hover.gif) 0px 0px no-repeat;}
#buttonNews a:hover {background: url(img/button_news_hover.gif) 0px 0px no-repeat;}
#buttonAbout a:hover {background: url(img/button_about_hover.gif) 0px 0px no-repeat;}
#buttonAwards a:hover {background: url(img/button_awards_hover.gif) 0px 0px no-repeat;}
#buttonPeople a:hover {background: url(img/button_people_hover.gif) 0px 0px no-repeat;}
#buttonJobs a:hover {background: url(img/button_jobs_hover.gif) 0px 0px no-repeat;}
#buttonLinks a:hover {background: url(img/button_links_hover.gif) 0px 0px no-repeat;}
#buttonContact a:hover {background: url(img/button_contact_hover.gif) 0px 0px no-repeat;}

#content {
	background: #A4A28D url(img/background_content.gif);
	background-repeat: repeat-x;
	margin:0px 10% 0px 128px;
	min-width:400px;
}
#lefthand {
	background: url(img/lefthand_bottom.gif);
	background-position:top left;
	background-repeat: repeat-y;
}
#righthand {
	background: url(img/righthand_bottom.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding:0px 64px 0px 48px;
}
.boxedin {
	background:#949281;
	padding:24px;
	filter:dropshadow(color=black);
}
td.boxedin {
	padding:12px;
}
#footer {
	position:relative;
	height:56px;
	padding:8px 100px 4px 140px;
	font-size:9px;
	line-height:1.2em;
	background:#575653;
	color:#838375;
}
#footer a {
	color:#838375;
}
