body {
	color: #d0d0d0;
	font-family: Garamond, Georgia, Serif;
	font-size: 16px;
	background: #2e2c42 url(lilgosling-right.gif) no-repeat right top;
}

div#other-gosling {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 54px;
	height: 100px;
	background: #2e2c42 url(lilgosling-left.gif) no-repeat left top;
}

h1 {
	text-alignment: right;
	border-bottom: 1px dotted #808080;
	margin-left: 54px;
	margin-right: 54px;
	margin-bottom: 72px;
	font-weight: normal;
	font-size: 200%;
	color: #ffffff;
}

a {
	margin:0;
	padding:0;
	color: #ffffff;
	text-decoration: none;
}
a img {
	margin:0;
	padding:0;
	border:none;
}

span#welcome {
	color: #fff480;
	font-size: 60%;
	padding-right: 20px;
}

table {
	border-spacing:0px;
	border:none;
	text-alignment: center;
}

table td {
	padding:0;
	margin:0;
	border:none;
	text-align: center;
	width: 200px;
	vertical-align: top;
}
table td h2 {
	padding-top:12px;
	padding-bottom:30px;
	margin:0;
	font-variant:small-caps;
	font-size: 19px;
/*	text-transform: uppercase;
	font-size: 16px;*/
	color: #c0c0c0;
	font-weight: normal;
}
table td a:hover h2 {
	color: #ffffff;
	text-decoration: underline;
}
table td p {
	padding: 3px;
	margin:0;
	color: #c0c0c0;
	font-size: 90%;
}
table td a p.desc {
	display: none;
}
table td a p.desc-upper {
	font-style: italic;
	font-family: "Times New Roman", "MS Serif", Serif;
	border-bottom: 1px dotted #606060;
}
table td a:hover p.desc {
	color: #ffffff;
	display: block;
}

