body {
	background-color: #eeeeee;
	background-image: url(../images/bkMain.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 12pt;
	}
	
.orangeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4AD48;
	line-height: 12pt;
	}
	
.whiteSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 11pt;
	}

.greySmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 11pt;
	}

/* flashbackground */	
#flashContent {
	background-image: url(../images/bkFlash.gif);
	}

/* homepage content */	
#content {
	background-image: url(../images/bkContent.jpg);
	background-repeat: no-repeat;
	}

/* about content */	
#about {
	background-image: url(../images/bkAbout.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 0;
	font-size: 2pt;
	}

/* games content */	
#games {
	background-image: url(../images/bkGames.jpg);
	background-repeat: no-repeat;
	}
	
/* games frame content */	
#slideShow {
	background-image:  url("../images/bkSlideShow.gif");
	}
	
/* in development content */	
#inDevelopment {
	background-image: url(../images/games/bkDevelopment.gif);
	padding-left: 11px;
	padding-right: 10px;
	}
	
/* jobs content */	
#jobs {
	background-image: url(../images/bkJobs.jpg);
	background-repeat: no-repeat;
	}
	
/* contact content */	
#contact {
	background-image: url(../images/bkContact.jpg);
	background-repeat: no-repeat;
	}
	
/* overall link behaviour */	
a {
	text-decoration : none;
	color: #FF6600;
	}
	
a:hover {
	background : #333333;
	color: #FF6600;
	}
	
/* game frame link behaviour */	
a.slideShow {
	text-decoration : none;
	color: #99CC00;
	}
	
a.slideShow:hover {
	background : #000000;
	color: #99CC00;
	}

/* form fields */	
input {
	background-color: #333333;
	color: #ffffff;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666666;
	width: 120px;
	}
	
/* text areas */	
textarea {
	background-color: #333333;
	color: #ffffff;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666666;
	width: 120px;
	}	
	
/* HTML dropdowns */
select { 
	background-color: #333333;
	color: #ffffff;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	}
	
/* lists */
ul {
	list-style-image: url(../images/imgBullet.gif);
	list-style-type: square;
	margin-left: 20px;
	padding-left: 20px;
	}

.jobTitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #99CCFF;
	line-height: 22px;
	}

.jobHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	}
