/* layout.css */
html { 
	text-align: center;
}
body,div,ul,li,p,h1,h2,h3,h4,td {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	width:650px;
	text-align:left;
	position:relative;
	background:#597280 url(../../images08/ghweb_bkgd.png) repeat-y fixed 50% 0pt;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
img {
	border: none;
}
h1,h2,h3,h4 {
	font-size:100%;
}
ol,ul {
	list-style:none;
}
table {
	border-collapse:collapse; border-spacing: 0;
}
ul li {
	list-style-type:none;
	list-style-image:none;
}
h1 { 
position : absolute;
top : -60px; 
left : -80px;
width : 550px; 
height : 180px; 
text-indent : -9999px; }
