

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



/* tag settings */	
body {
	background: #c9f url(../images/mainbg.jpg) no-repeat fixed top center; 
	color: #306; 
	text-decoration: none;
	font: 0.9em verdana; 
	font-weight: bold;
	text-align: center
	/*padding-top:20px;
	padding-left: 10px;*/
}
/* re-defined tag settings */

h1 {
	color: #c9f;
	font:1.4em verdana;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center
	/*padding: 8px 0 10px 6px;;
	margin-top: 4px;
	border-top: 1px solid #cfc;*/
	}
h2 {
	color: #c9f;
	font: 1.2em verdana;
	font-weight: bold;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
	padding-top: 50px;
 /*   text-align: center;
	/*border-top: 1px solid #cfc;*/
	}
p { font: 1.0em verdana;
	font-weight: regular;
	margin-top: 20px;
/*	padding-left: 200px;
	padding-right: 200px;*/
/*	text-align: center;*/
	line-height: 12pt;
	color: #606;
	}



/* main structure */
#container { 
	padding: 0px 0 0 0;
/*	text-align: center;*/
	width: 800px;
	margin: 0 auto;
	position: relative;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	}
html>body  #container {
	height: auto;
	}
/* be kind to Opera */
	html>body .content{
	width: 800px;
	}
/* menu list positioning */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width: 200px;
}	
li ul {
	position: absolute;
	left: 199; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}
/* visual setting for menu */

ul li a {
	display: block;
	background: transparent url(menuitembg.jpg); /* IE6 Bug */
	background-color: #c9f
	padding: 2px;
	border: 1px solid #fff; 
	}
	
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */

ul li a:link {

	background-color: #c6f;
	color: #fff;
	text-decoration: none;
}
ul li a:visited {
	background-color: #c3f;
	color: #606;
	text-decoration: none; 
	}
ul li a:hover {

	background-color:  #cff; 
	color: #c6f;
	text-decoration: none; 
	}
ul li a:active {
	background-color: #fcf; 
	color: #96c;
	text-decoration: none; 
	}

/* the magic*/
li:hover ul, li.over ul { display: block; }




#title {
	color: #306;
	font:1.8em verdana;
	font-weight: bold;
/*	margin-top: 0px;
/*	margin-bottom: 50px;
	text-align: center;*/
	border: 0;
}

#logo   {
	margin-top: 0px;
	margin-bottom: 0px;
/*	text-align: center;*/
	border:0;
}




/*text links*/
a:link {

	color: #93c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #639;
	text-decoration: none; 
	font-weight: bold; 
	}
	
a:hover {
 	color: #0c9;
	text-decoration: none; 
	font-weight: bold;
	}
a:active { 
	color: #cfc;
	text-decoration: none;
	font-weight: bold; 
	}

