body {
	font-family: "Verdana";
	font-weight: normal;
	font-size: 20px;
	color: #414F5E;
	padding: 0 1em 0 1em;
	background-color: #8899AA;
}

#container {
	position: relative;
	width: 800px;
	height: 600px;
	margin: auto;
}

#name {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 470px;
	height: 55px;
}

#titles {
	position: absolute;
	left: 30px;
	top: 75px;
	width: 470px;
	height: 150px;
}

#cartoon {
	position: absolute;
	left: 10px;
	top: 250px;
	width: 390px;
	height: 350px;
}

#details {
	position: absolute;
	left: 480px;
	top: 175px;
	width: 300px;
	height: 425px;
	text-align: right;
}

#textdetails {
	color: #414F5E;
	position: absolute;
	left: 480px;
	top: 175px;
	width: 300px;
	height: 425px;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	text-align: left;
	overflow: auto;
}

#textdetails A {
	color: #414F5E;
	text-decoration: underline;
	font-style: normal;
	color: inherit;
}

#textdetails A:hover {
	text-decoration: underline;
}

#textdetails li {
	margin-bottom: 6px;
}

.link {
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.link A {
	font-size: 20px;
	text-decoration: none;
	font-style: normal;
	color: #414F5E;
}

.link A:hover {
	text-decoration: underline;
}

.button {
	position: absolute;
	background-image: url(/images/Button.gif);
	width: 80px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	color: #8899AA;
}

.button A {
	text-decoration: none;
	color: #8899AA;
}

.button A:hover {
	color: white;
}

LI.feedlink {
	font-size: .9em;
	text-decoration: none;
}

#textdetails A.feedlink {
	text-decoration: none;
}

#textdetails A.feedlink:hover {
	text-decoration: underline;
}