/*
Main CSS document for corvelle.com
Author Tony Grimes, contact@tonygrimes.com
Sept 11, 2006
*/

/* Main Navigation Bar */

body {
	margin: 0;
	padding: 0;	
	}
table {
	background: #BBB388;
	width: 100%;
	}
table td {
	padding: 0;
	text-align: center;
	}
#home, #about, #services, #portfolio, #articles, #presentations, #library {
	   width: 100px;
	}
table td a {
	margin: 0;
	padding: 5px;
	}
	
a:link, a:visited {
	display: block;
	/* text-height: 25px; */
	font: 13px "Verdana",Arial,Helvetica,sans-serif;
	color: #fff;
	text-decoration: none;
	}
#navbar a:hover {
	background: #DDD5A2;
	color: #111111;
	}
a.active {
    background: #DDD5A2;
	color: #111111;
}

#buttons a:visited{
	color: #fff;
}

