body
{
	margin: 0px;
	padding: 0px;
	background: url(/images/bgTile.jpg) top left repeat;
}

#top1
{
	background: url(/images/topLeft.jpg) top left no-repeat;
	width: 31px;
	height: 135px;
}

#top2
{
	background: url(/images/top2.jpg) top left no-repeat;
	height: 135px;
	width: 173px;
}	

#top3
{
	background: url(/images/top3.jpg) top left no-repeat;
	height: 135px;
	width: 515px;
}

#top4
{
	background: url(/images/topRight.jpg) top left no-repeat;
	height: 135px;
	width: 50px;
}

#leftSide
{
	background: url(/images/leftSideTile.jpg) top left repeat-y;
	width: 31px;
}

#menuTd
{
	width: 173px;
}

#contentTd
{
	width: 515px;
	background: url(/images/bgTile3.jpg) top left repeat-y;
}

#rightSide
{
	background: url(/images/rightSideTile.jpg) top left repeat-y;
	width: 50px;
}

#contentLeft
{
	background: url(/images/contentTableLeft.jpg) top left repeat-y;
	width: 18px;
}

#content
{
	background: url(/images/contentTile.jpg) top left repeat;
	width: 480px;	
}

#contentRight
{
	background: url(/images/contentTableRight.jpg) top left repeat-y;
	width: 17px;
}

#contentBottom
{
	background: url(/images/contentBottom.jpg) top left no-repeat;
	font-size: 1px;
	height: 8px;
}

.contactForm
{
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
}

.inputBox
{
	border: 1px solid #000000;
	background: #dbd5cd;
}

#submitButton
{
	width: 100px;
	cursor: pointer;
}