	body {
		position: relative;
		font-family: verdana, sans-serif;
		font-size: 12px;
		width: 1024px;
		left:50%;
		margin-left:-512px;
		border: 1px dashed #ccc;
		}


	.container {
		padding: 15px;
		margin: 3px 0 20px 0;
		border: 1px solid #ccc;
		background: #eeeeee;
		}


	#nav {
		margin: 0;
		padding: 0 0 20px 10px;
		border-bottom: 1px solid #9FB1BC;
		}
	
	#nav li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
		}
		
	#nav a:link, #nav a:visited {
		float: left;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 0 12px 6px 12px;
		text-decoration: none;
		color: #708491;
		}

	
	#header {
		padding: 2px;
		margin: 3px 0 20px 0;
		}


	#content {
		padding-right: 6%;
		padding-left: 3%;
		padding-bottom: 3%;
		font-family: Times New Roman;
		font-size: 1.3em;
		}
	
	#footer {
		clear: left;
		padding: 15px;
		margin: 3px 1px 20px 1px;
		border: 1px solid #ccc;
		background: #eeeeee;
		}

	pre {
		font-family: times new roman;
		font-size: 1em;
		}

	/* you are here */




	body#home #home_tab a, 
	body#objective #objective_tab a, 
	body#collaboration #collaboration_tab a, 
	body#meeting #meeting_tab a,
	body#member #member_tab a,
	body#organization #organization_tab a,
	body#reference #reference_tab a,
	#nav a:hover { 
		color: #000; 
		background: url(../img/tab_pyra.gif) no-repeat bottom center; 
		} 

	table {
		border-style: none;
		border-collapse: collapse;
		line-height: 1em;
		}

	caption {
		fond-family: Arial, sans-serif;
		color: #993333;
		padding-bottom: 6px;
		}

	th, td {
		padding: 3px;
		border-style: none;
		padding-right: 35px;
		}

	th {
		font-family: Verdana, sans-serif;
		background: url(../img/th_stripe.gif);
		}

