body {
	margin: 0px;
	}	

table {
	padding: 0px;
	width: 100%;
	height: 100%;
	}

td {	
	text-align: center;
	vertical-align: middle;
	}
	
a.one {color: #999999; text-decoration: none}
a.one:link {color: #999999}
a.one:hover {color: #ffcc00}

.heading {
	font-size: 16px;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

#shell {
	position: relative;
	width: 702px;
	height: 530px;
	}

#sliver_top {
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header {
	position: absolute;
	left: 447px;
	top: 4px;
	}

#title {
	position: absolute;
	left: 208px;
	top: 31px;
	}
	
#nav {
	position: absolute;
	left: 36px;
	top: 4px;
	}
	
#content {
	padding:0px;
	text-align: left;
	position: absolute;
	width: 473px;
	height: 410px;
	left: 208px;
	top: 77px;
	overflow: auto;
	font: 12px arial;
	}

#nav_bottom {
	position: absolute;
	left: 36px;
	top: 487px;
	}

#sliver_bottom {
	position: absolute;
	left: 0px;
	top: 595px;
	}
	
#sliver_right {
	position: absolute;
	left: 681px;
	top: 77px;
	}
	
#gutter {
	position: absolute;
	width: 36px;
	height: 591px;
	left: 0px;
	top: 4px;
	background-image: url('../images/gutter.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	}
