body {
	background: /*#858D78 #CCCC99*/ #666699;
	}

#header {
	
	width: 98.5%;
	height: 60px;
	background: url(top.jpg) repeat-x bottom;
	border-left: 10px solid white;
	border-right: 9px solid white;
	border-bottom: 5px solid white;
	font: Bold 3em helvetica, sans-serif;
	text-align: center;
	color: white;
		}
#title {
	height: 60px;
	background: url(title.jpg) no-repeat center ;
	}	
#content {
	width: 98.5%;
	Float: left;
	padding-top: 20px;
	background: /*#858D78 #CCCC99*/ #666699 url(column.jpg) repeat-y /*10em*/ 8.5em;
	width: 100%px;
	color: white;
	font-size: 1.5em;
	
		}
	
#content p, #menu p {
	display: block;
	font: normal .8em helvetica, sans-serif;
	margin-left: 0.5em;
	margin-right: 0.5em;

	}
#menuwrapper {
	float: left;
	margin-left: /*3.1em*/ 2em;
	padding-bottom: 10px;
	display: inline;
		
		}
#menu {
Float: left;
width: 10em;
background: #eee ;
color: black;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: normal .8em helvetica, sans-serif;
display: block;
border-width: 1px;
margin: 0;
padding: 2px 3px;
border-left: 10px solid /*#9f58b5*/ #9999cc;
border-right: 10px solid /*#611d7e*/ #000000;
background: #003366;
color: #fff;
text-decoration: none;

}

#menu a.daddy {
font: normal .8em helvetica, sans-serif;
display: block;
border-width: 1px;
margin: 0;
padding: 2px 3px;
border-left: 10px solid /*#9f58b5*/ #9999cc;
border-right: 10px solid /*#611d7e*/ #000000;
background: #003366 url(rightarrow2.gif) center right no-repeat;
color: #fff;
text-decoration: none;

}


#menu a:hover {
		border-left: 10px solid /*#ba7dcb*/ #0000FF;
		border-right: 10px solid /*#863c9f*/ #000099;
		background: /*#9f58b5*/#0000CC;
		color: #FFFFFF;
}

#menu a.daddy:hover {
		border-left: 10px solid /*#ba7dcb*/ #0000FF;
		border-right: 10px solid /*#863c9f*/ #000099;
		background: /*#9f58b5*/#0000CC url(rightarrow2.gif) center right no-repeat;
		color: #FFFFFF;
}

#menu li {position: relative;
border-bottom: 1px solid /*#c086cf*/#6666CC;
}

#menu ul ul, #menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul , div#menu ul ul ul ,
div#menu ul  li:hover ul ul, div#menu ul ul  li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu2 {
	float: left;
	clear: left;
	margin-top: 3em;
	}
	
#photo {
	float: right;
	
	}
#photo img {
	border: 15px solid white;
	/*Height: 400px;*/
	/*width: 500px;*/
	
	}
