h1 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 18pt;
	}

h2 {
	color: #730001;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	}

p {
	font-size: 10pt;
	overflow: hidden;
	}

img {
	border: none;
	}

/* content */

#content {
	width: 770px;
	height: 2500px;
	top: 281px;
	background-color: #fddfa8;
	z-index: 0;
	}

#ribbon {
	position: absolute;
	top: 198px;
	width: 511px;
	height: 63px;
	background-image: url(../images/links.gif);
	left: 130px;
	z-index: 3;
	}
	
#links {
	position: absolute;
	top: 300px;
	left: 60px;
	width: 650px;
	}
	
#links #header {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	font-size: 16px;
	padding-top: 30px;
	}
	
#links a:link {
	text-decoration: none;
	font-size: 14px;
	}
	
#links a:visited {
	text-decoration: none;
	font-size: 14px;
	}
	
#links a:hover {
	text-decoration: none;
	font-size: 14px;
	}
	

