#navigation {
	position: fixed;
	z-index:1;
	top: 0px;

		}

#content {
	top:80px;
	z-index:0;
	margin-left: 200px;

}



p {
	font-family:  Helvetica, Arial, Swiss, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

	
}


/* titles */	
h1 {
	font-family: Helvetica, Arial, Swiss, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0197D8;
	
	width: 400px;
	}


/* titles2 */	
h2 {
	font-family: Helvetica, Arial, Swiss, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	font-weight: bold;
	font-style:normal;
	width: 400px;

	}
	


/* captions */	


.caption {
	font-family: Helvetica, Arial, Swiss, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	width: 250px;
	margin-bottom: 0px;
	line-height: 15px;
	margin-top: -10px;
	
	}
	
	
img {
	border: none;
	}
	


/* 

    list

*/
li {
	font-family:  Helvetica, Arial, Swiss, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	list-style-type: circle;
	
}

a:link {
	color:  #0197D8;
	text-decoration: underline;
}


a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


a:active {
	color: #E7E7E7;
	background-color: #666666;
}


a:visited {
	color:  #000000;
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.grey {
	color: #666666;
}
