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


/* re-defined tag settings */
body {
	color: #c0f;
	background: #306;
	font: 0.9em verdana;
	line-height: 1.1em;
	}
h1 {
	color: #ccc;
	font: 1.2em verdana;
	font-weight: bold;
	padding: 8px 0 10px 0px;;
	margin-top: 50px;
	margin-left: 200px;

	}
	
h2 {
	color: #366;
	font: 1.0em verdana;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 200px;
	}
h3 {
	color: #666;
	font: 0.9em verdana;
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 200px;
	}
p { font: 0.9em verdana;
	font-weight: regular;
	margin-top: 0px;
	margin-left: 200px;
	padding: 0 10px 12px 0;
	text-align:left;
	color: #666;
	}
	
/* link styling */
a:link {
	color: #99c;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #c36;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #c9f;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #c9f;
	text-decoration: none;
	font-weight: bold;
	}

/* main structure */
#container {
	background: transparent url(../images/new2-bg.jpg) no-repeat top left;
	padding: 110px 0px 600px 0px;
	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;
	margin: 0 10px 15px 0;
	padding: 20px;
	}
.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: 0px;
		border-left: 1px solid #006;
		list-style: none;
		display: inline;
		}
	.firsttop {
		padding: 0 15px;
		margin-left: 160px;
		border-left: none;
		list-style: none;
		display: inline;
		}
		
/* links in left panel */
.leftlist {
	float: left;
	padding: 50px 10px;
	top: 10px;
	list-style-type: square;
	list-style-position: inside;
	width: 140px;
	height: 400px;
	/*text-align:center;*/
	}
.current {
	color: #ccc;
	font-weight: bold;
	}
#left 	a:link {
	font:1.0em verdana;
	font-weight: bold;
	color: #c9f;
	text-decoration: none;
	font-weight: bold;
	}
#left	 a:visited {
	font:1.0em verdana;
	font-weight: bold;
	color: #999;
	text-decoration: none; 
	font-weight: bold; 
	}
#left 	a:hover {
	font:1.0em verdana;
	font-weight: bold;
	color: #c36;
	text-decoration: none; 
	font-weight: bold;
	}
#left 	a:active {
	font:1.0em verdana;
	font-weight: bold;
	color: #c36;
	text-decoration: none;
	font-weight: bold; 
	}
	
#bottom {
	position: absolute;
	top: 660px;
	left: -20px;
	right: 0px;
	height: 0px;
	margin: 0 0 0 0;
	padding: 100px 0 0px 0px;
/*	border-right: 5px solid #ccc;
	background: #666;*/
	width: 800px;
	}
ie5win bug fix 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body right {
	width: 800px;
	}
/* end bug fix */
#bottomlinks {
		height: 25px;
		display: inline;
		color: #c36;
		font-weight: bold;
		}
	.botbutton {
		width: 175px;
		padding: 3px 15px;
		margin-left: 0;
		border-left: 1px solid #c36;
		list-style: none;
		display: inline;
		}
	.firstbot {
		padding: 0 15px;
		margin-left: 0px;
		border-left: none;
		list-style: none;
		display: inline;
		}

