
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#c0c0c0;	
	font-size:12px;
	font-family:verdana, "trebuchet MS", helvetica, sans-serif; 
	
}
#nav {
	padding:0;
	margin:0;
	height:32px;
	width:800px;
	margin-bottom:-3px;

}
table {
	width:800px;
	border-left:none;
	border-right:none;
}

td p {
	vertical-align:top;
	
}
#wrapper {
	width:800px;
	position:relative;
	margin:25px auto 0;
	padding:0;
	border:1px solid black;
	background:#FFF;
}

#top {
	margin:0;
	height:299px;
	width:800px;
	margin-bottom:-3px;
}

#main { 
	border-top:1px solid green;
	height:800;
	width:800px;
	margin-bottom:-3px;
}

#footer {
	width:800px;
	height:24px;
	text-align:left;
	background:url(images/footerGrad.gif) 0 100%;
}

