html, body/* CSS Document */
 {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2  {
	font-size: 1.3em;
	font-weight: bolder;
	color: #0099CC;
	margin: 0px 0px 0.3em;
}

h3 { font-weight: normal; }
p  {
	line-height: 2em;
	font-size: 0.8em;
	margin: 0;
}
a, img {
	border: 0 none;
	text-decoration: none;
	color: #0099CC;
	font-weight: bold;
}
a:active, a:hover { color: #333333; 
}
#menu { border-bottom: 2px solid #0099CC; 
}
#menu div     {
	width:800px;
	margin: auto;
	height: 128px;
}
#menu  a:hover         {
	background-position: 0 0px;
}
#menu  span   { display: none; }

#menu img { display: none; }
#name {
	background: url(../images/menu/aqua_ephraim.gif) no-repeat;
	float: left;
	height: 128px;
	width: 190px;
}
.home   {
	float:left;
	width:67px;
	height: 128px;
	display:block;
	background: url(../images/menu/aqua_home.gif) no-repeat 0px -128px;
}
.work   {
	background-image:url(../images/menu/aqua_work.gif);
	background-repeat:no-repeat;
	float:left;
	width:93px;
	height: 128px;
	display:block;
	background-position: 0 -128px;
}
.about   {
	background-image:url(../images/menu/aqua_about.gif);
	background-repeat:no-repeat;
	float:left;
	width:92px;
	height: 128px;
	display:block;
	background-position: 0 -128px;
}
.contact   {
	background-image:url(../images/menu/aqua_contact.gif);
	background-repeat:no-repeat;
	float:left;
	width:98px;
	height: 128px;
	display:block;
	background-position: 0 -128px;
}



#home .home, #work .work, #about .about, #contact .contact {
	background-position: 0px 0px;
}
#submenu {
	width: 800px;
	margin: auto;
	margin-top: -2px;
}
#submenu div      {
	width: 235px;
	height: 40px;
	margin-right: 0px;
	margin-left: auto;
	border-right: 2px solid #0099CC;
	border-bottom: 2px solid #0099CC;
	border-left: 2px solid #0099CC;
	background: #FFFFFF url(../images/menu/bar_jump.gif) no-repeat;
}
#submenu   span, #submenu p { display: none; }

#submenu a {
	background: no-repeat;
	height: 40px;
	width: 40px;
	float: left;
}
#endcap {
	background: url(../images/menu/end.gif) no-repeat;
	float: right;
	height: 128px;
	width: 260px;
}
.content { margin-top: 40px; }
.content  div  {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#copyright  {
	font-size: 0.6em;
	font-weight: normal;
	margin-bottom: 1em;
	text-align: right;
	bottom: 10px;
	clear: both;
	padding-top: 2em;
}