* { 
	margin: 0;
	padding: 0;
}
body {
	font: 78%/1.5 arial, helvetica, serif;
	background: white;
}

#container { width: 1000px; margin: 0 auto; }
#header { position: relative; font-size: .9em; color: #000098; font-weight: bold; }
#header .left { position: absolute; top: 0; left: 25px; width: 200px; }
#header .right { position: absolute; top: 0; right: 0; width: 200px; }

#header h1 {
	height: 113px; width: 495px;
	background: url(/tutorial/images/twyc.gif) bottom center no-repeat;
	margin: 1em auto;
	text-indent: -9999px; 
}
#header h1 a { height: 113px; width: 495px; display: block; }

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #000098;
	font-weight: bold;
	padding: 0;
	margin: 1em 0 1.5em 0;
}
#nav { background: url(/tutorial/images/bg_nav.gif) left top repeat-x; padding-left: 10px; width: 990px; }

#nav a {
	display: block;
	width: 11em;
	w\idth: 8em;
	color: #fff;
	text-decoration: none;
	padding: 0.6em 2em;
}

#nav a.daddy {
	background: url(/tutorial/images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 11em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding: .2em 1em .2em 0;	
	width: 12.9em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.7em 0 0 13.9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/** background: #576fc7; **/
}

#nav li:hover {
  position: static;
  height: 1%;
}


#nav li.top:hover { background: none; }
#nav li.top:hover a:hover { color: #ffcc00; }

#content { background: url(/tutorial/images/bg_boat.jpg) left bottom no-repeat; min-height: 450px; clear: both; }
#content h2 { color: #000098; font-family: tahoma, "Trebuchet MS", arial; font-weight: lighter;}
#content p { line-height: 1.75em; margin: 1.2em 0; }