body {
	background-color: #CC9999;
	background-image: url(../images/BG_fabric1_tile1.jpg);
	background-repeat: repeat; 
	background-position: 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	behavior: url(csshover.htc); /* WinIE behavior call */
}
a:link {
	color: #330000;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #FFCCCC;
}

#header{
	height: 100px;
	background-image: none;
	position: relative;
	left: 0px;
	height:100px;
	border: medium solid #000000;
	width: 704px;
	background-color: #CC6666;
	margin-bottom: 10px;
	
	
}
#wrap {
	padding: 5px;
	margin-top: 5px;
	margin-right:auto;
	margin-bottom: 5px;
	margin-left: auto;
	width:710px;
	
	}
#content {
	float: right; 
	width: 75%;
	line-height: 22px;
	padding: 1%;
	margin-right:1%;
	text-align: justify;
}

#content .video { /* special width for the Flash video player May 08 */
	width: 74%;
	padding: 0%;
}

div#menu {
	float: left;
	width: 15%;
	text-align:center;
	text-decoration: none;
	position: relative;
}
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	text-decoration: none;
	width: 9em;
	background-color: #CC6666;
	font-size: 14px;
	
}
div#menu li {
	position:relative;
	list-style: none;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
}
div#menu li:hover {
	background:#FF6666;
	
	}
div#menu li.submenu {
	
}
div#menu li a {
	display:block;
	padding-top: .25em;
	padding-bottom: .5em;
	text-decoration: none;
	border: 1px solid #000;
	width: 100%;
	voice-family: "\"}\"";/* box model hack */
	voice-family:inherit;/* box model hack */
	width: 9em;/* WinIE hack */
}
div#menu>ul a { /* WinIE hack */
	width:auto;
}
div#menu ul ul {
	position: absolute;
	top: 0;
	left: 9em;
	background-color: #CC6666;
	display:none;
}
div#menu ul.level1 li.submenu:hover ul.level2 {
	display:block;
}
div#menu a:link {
	color: #330000;
	text-decoration: none;
}
div#menu a:hover {
	color: #FFCCCC;
	background-color: #FF6666;
	text-decoration: none;
	
}
/* div#menu a:visited {
	color: #330000;
	text-decoration: none;
} */
.note {
	font-size: small;
}

