body
{
	margin: 10px;
	background: #ffffff;
	color: #9d9d9d;
	font-size: 14px;
	font-family: times new roman;
	line-height: 17px;
}

#layouttable
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 750px;
	height: auto;
	padding: 0px;
	border: 0px;
	background: transparent;
}

#bannercell
{
	top: 0px;
	left: 0px;
	height: 200px;
	width: 750px;
	border: 0px;
	background: url(images/banner.jpg) no-repeat;
}

.menucell
{
	top: 0px;
	left: 0px;
	width: 750px;
	height: 40px;
	padding: 0px;
	border: 0px;
	background: url(images/menubg.jpg) repeat-x;
	vertical-align: top;
}

#sidecell
{
	top: 0px;
	left: 0px;
	width: 200px;
	height: auto;
	border: 0px;
	vertical-align: top;
}

#contentcell
{
	top: 0px;
	left: 0px;
	width: 550px;
	height: auto;
	border-left: 0px;
	vertical-align: top;
	text-align: justify;
}

#footercell
{
	top: 0px;
	left: 0px;
	width: 750px;
	height: 60px;
	border: 0px;
	background: url(images/menubg.jpg) top repeat-x;
	text-align: center;
	vertical-align: top;
}

#spacecell
{
	top: 0px;
	left: 0px;
	width: 750px;
	height: 20px;
	border: 0px;
}

.pad
{
	padding: 10px;
}