body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;	
}

.mainTable
{
	width: 800px;
	table-layout: fixed;
	position: relative;	
}

.menuItem
{
	background: #cc3434;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.menuEnd
{
	background: #ffffff url(/images/menuEndTile.gif) top left repeat-y;
	width: 141px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#redContent
{
	background: #cc3434 url(/images/rightShadow.gif) top right repeat-y;	
	margin: 20px 0px 0px 0px;
	padding: 10px;
}

#galleryRedContent
{
	background: #cc3434 url(/images/rightShadow.gif) top right repeat-y;
	text-align: left;
}

#frontRedContent
{
	background: #cc3434 url(/images/rightShadow.gif) top right repeat-y;
	text-align: left;
}

#blackLine
{
	font-size: 1px;
	background: #000000;
	width: 100%;
	height: 1px;
	margin: 100px 0px 0px 0px;
}

.bottom
{
	background: url(/images/bottomTile.gif) top left repeat-x;	
}

.rightSide
{
	background: url(/images/rightSide.gif) top right repeat-y;
}

.leftSide
{
	background: url(/images/leftShadow.gif) top left repeat-y;
	font-size: 1px;
}


.homeTop
{
	height: 46px;
}

#flashPiece
{
	position: absolute;
	top: 180px;
	left: 120px;
	z-index: 5;
}

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

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

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