/* universal settings */
* {
	padding: 0;
	margin: 0;
	}


/* re-defined tag settings */
body {
	color: #ff9;
	background: #332;
	font: 0.9em verdana;
	line-height: 1.1em;
	}
h1 {
	color: #c93;
	font: 1.2em verdana;
	font-weight: bold;
	padding: 8px 0 10px 6px;;
	margin-top: 20px;
	margin-left: 360px;

	}
h2 {
	color: #cc6;
	font: 1.2em verdana;
	font-weight: bold;
	padding-bottom: 6px;
	margin-left: 360px;
	}
p { font: 0.9em verdana;
	font-weight: regular;
	margin-top: 100px;
	margin-left: 360px;
	padding: 0 10px 12px 0;
	text-align:left;
	color: #99c;
	}

/* link styling */
a:link {
	color: #ccc;
	text-decoration: none;
	}
a:visited {
	color: #ccc;
	text-decoration: none;
	}
a:hover {
	color: #cff;
	text-decoration: none;
	}
a:active {
	color: #cff;
	text-decoration: none;
	}

/* main structure */
#container {
	background: transparent url(../images/genie/numenubg.jpg) no-repeat top left;
	padding: 111px 0 600px 0;
	text-align:left;
	width: 800px;
	margin: 0 auto;
	position: relative;
	}
/* be kind to Opera */
	html>body .content{
	width: 600px;
	}
.thumbnail {
	font: 0.7em verdana;
	float: left;
	width: 50px;
	border: 1px solid #ff9;
	margin: 0 10px 15px 0;
	padding: 5px;
	}
.floatright
{
	float: right;
	width: 150px;
	padding: 20px 20px 20px 20px;

}


.clearboth {
	clear: both;
	}


/* top menu */
	#fourbuttons {
		height: 10px;
		display: inline;
		color: #fc0;
		font-weight: bold;
		}
	.topbutton {
		width: 175px;
		padding: 0 15px;
		margin-left: 0;
		border-left: 1px solid #006;
		list-style: none;
		display: inline;
		}
	.firsttop {
		padding: 0 15px;
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
		}
		
/* links in left panel */
.leftlist {
	float: left;
	padding: 50px 35px;
	top: 10px;
	list-style-type: square;
	list-style-position: inside;
	width: 75px;
	height: 400px;
	text-align:center;
	}
.current {
	color: #fff;
	font-weight: bold;
	}
#left 	a:link {
	font:1.0em verdana;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
#left	 a:visited {
	font:1.0em verdana;
	font-weight: bold;
	color: #f93;
	text-decoration: none; 
	font-weight: bold; 
	}
#left 	a:hover {
	font:1.0em verdana;
	font-weight: bold;
	color: #ff9;
	text-decoration: none; 
	font-weight: bold;
	}
#left 	a:active {
	font:1.0em verdana;
	font-weight: bold;
	color: #ff9;
	text-decoration: none;
	font-weight: bold; 
	}


