body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, san serif;
	color: #222222;
}

img {
	border: none;
	display: block;
	float: right;
}

pre {
	font-family: monospace;
	line-height: 1em;
	border: 1px dotted #222222;
	background-color: #eeeeee;
	padding: 10px;
	overflow: auto;
}

blockquote {
	color: #444444;
}

blockquote a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

blockquote a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}

ul a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

ul a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}

ol a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

ol a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}


p a {
	color: #222;
	text-decoration: none;
	border-bottom: solid 1px #222222;
}

p a:hover {
	color: red;
	border-bottom: dashed 1px #222222;
}

#banner {
	left: 0px;
	top: 0px;
	height: 88px;
	z-index: 5;
	background-color: #aaaa77;
	padding: 0px;
	border: 0px;	
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px black solid;
}

#shell {
	z-index: 10;
	position: absolute;
	top: 120px;
	left: 50%;
	width: 10px;
	height: 10px;

}
	
#core {
	position: absolute;
	top: 0px;
	left: -330px;
	width: 660px;
}


#topshell {
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 10px;
	height: 10px;
}
	
#topcore {
	position: absolute;
	top: 0px;
	left: -330px;
	width: 660px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 300px
	height: 18px;
	font-size: 18px;
}

.img_float {
	float: right;
	margin: 0px 0px 15px 12px;
	border: dotted black 1px;
}
