

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



/* tag settings */	
body {
	background: #c9f  url(../images/bg2.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;*/
}

/* menu list positioning */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width: 160px;
}	
li ul {
	position: absolute;
	left: 159; /* 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: #609
	padding: 2px;
	border: 1px solid #cfc; 
	}
	
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */

ul li a:link {
/*display: block;
background: transparent url(menuitembg3.jpg); /* IE6 Bug */
	background-color: #99c;
	color: #333;
	text-decoration: none;
}
ul li a:visited {
	background-color: #609;
	color: #cfc;
	text-decoration: none; 
	}
ul li a:hover {
/*display: block;
background: transparent url(menuitembg2.jpg); /* IE6 Bug */
	background-color: #699; 
	color: #fff;
	text-decoration: none; 
	}
ul li a:active {
	background-color: #cfc; 
	color: #609;
	text-decoration: none; 
	}

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


# title {
	top: 10px;
	left: 10px;
  	margin: 0;
}

/* 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: 80px;
	margin-bottom: 100px;
    text-align: center
	/*border-top: 1px solid #cfc;*/
	}
p { font: 1.2em verdana;
	font-weight: regular;
	margin-top: 0px;
	padding-left: 200px;
	padding-right: 200px;
	text-align: center;
	line-height: 12pt;
	color: #696;
	}



/* 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;
	}

.image {
	

	width: 150px;
	
	}

.clearboth {
	clear: both;
	}
	


