
div.head {
	margin-top:	0;
	margin-left:	12em;
	margin-bottom:	2em;
	padding-top:	0;
	padding-bottom:	0;
}

div.navbar {
	position:	absolute;
	top:		0;
	left:		0;
	width:		12em;
	font-weight:	bold;
}
div.navbar a:link {           
	text-decoration: none;
	color:		black;
}
div.navbar a:visited {        
	text-decoration: none;
	color:		black;
}
div.navbar a:hover {          
	background-color: yellow;
}
div.navbar a:active {         
	background-color: yellow;
}

div.main {
	position: relative;
	margin-right:	2em;
}

div.content {
	padding-left:	12em;
}

div.trailer{
}

div.w3cbuttons {
	float:	right;
}

body {
	color: black;
	background:	white url(/bit/yellowBlend.gif) repeat-x;
	font-family:	verdana, arial, helvetica, sans-serif;
}


h1 { 
	margin-top:	0;
	padding-top:	0;
	font-family:	"Arial Black", Arial, sans-serif;
	font-weight:	bold;
	font-size:	xx-large;
}

h2 { 
	font-family:		verdana, cursive, serif;
	text-decoration: underline;
	font-style:	oblique;
}

h3 {
	font-family:	verdana, helvetica, sans-serif;
}

ul {
	list-style:	none;
}

