.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 0px;
}		
	
.nav {
	position: absolute;
	width: 400;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 16px;
	display: inline;
	overflow: hidden;
	z-index: 1;
	left: 55px;
	top: 76px;
}
.nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
.nav a {
	float: left;
	margin-right: 48px;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 15px !important; 
	height /**/:12px; /* for IE5/Win */
}
	
#n2 a  {
	width: 31px;
	background: transparent url(images/home_butt.gif) no-repeat;
}
#n2 a:hover {
	background: transparent url(images/home_butt_f2.gif) no-repeat;
}

#n3 a  {
	width: 44px;
	background: transparent url(images/projects_butt.gif) no-repeat;
}
#n3 a:hover {
	background: transparent url(images/projects_butt_f2.gif) no-repeat;
}

#n4 a  {
	width: 66px;
	background: transparent url(images/practice_butt.gif) no-repeat;
}
#n4 a:hover {
	background: transparent url(images/practice_butt_f2.gif) no-repeat;
}

#n5 a  {
	width: 57px;
	background: transparent url(images/contact_butt.gif) no-repeat;
}
#n5 a:hover {
	background: transparent url(images/contact_butt_f2.gif) no-repeat;
			
}
.textonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 0px 0px;
}
.listtext {
	font-size: 10px;
	line-height: 14px;
	list-style-image: url(images/bullet.gif);
}
.footer {
	left: 38px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	height: 20px;
}
a,
a:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
}

a:visited {
    color: #003366;
}

a:hover {
    border: none;
    background-color: #333333;
    color: #c1f428;
}
a:focus {
	border: none;
	color: #999999;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
