body {
	background:#296979 url(images/back.jpg) repeat-x;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
h1,h3 {
	padding:0;
	margin:0;
}

h1 {
	text-align:center;
	padding:1em;
}


#shell {
	width:66.67em;
	*width:64.88em;
	border-top: #FFFFFF .8em solid;
	margin-top:1em;
}

#content {
	text-align:left;
	overflow:auto;
}

#content a {
	text-decoration:none;
	color: #FFF;
}

#content a:hover {
	text-decoration:underline;
}

#colleft {
	float:left;
	width:35.67em;
	*width:33.88em
}

#textleft {
	padding:1em;
}

#colright {
	float:right;
	width:31em;
}

#textright {
	border: #FFFFFF .1em solid;
	padding:1em;
	margin-bottom:1em;
}

#copyright {
	border-top: #FFFFFF .2em solid;
	padding:1em;
	clear:both;
}

#copyright a {
	text-decoration:none;
}