body
{
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0;
	padding: 0;
	/*background-color: wheat;*/
}
#Container
{
/*    background-image: url(/images/architect-BG2.jpg); margin: 0; padding: 0; */
	margin: 0; padding: 0; 
	text-align:center;
	width:100%;
}
#ContainerTop
{
    background-image: url(/images/bg-tear-top.png); 
    margin: 0; padding: 0; 
	width:100%;
    height:8px;
}
#ContainerCenter
{
    background-image: url(/images/bg-middle-repeat.png);
    background-color: wheat;
    margin: 0; padding: 0; 
	width:100%;
}
#ContainerBottom
{
    background-image: url(/images/bg-tear-bottom.png); 
    margin: 0; padding: 0; 
	width:100%;
    height:8px;
}
#PageStructure
{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width:950px;
	display:block;
}
#TitleBar
{
    background-image: url(/images/feelgood-topbar.png); 
    margin: 0; padding: 0; 
	width:100%;
    height:85px;
    text-align:center;
    padding-top:19px;
}
#TitleBar h1
{
	font-size: 48px;
	display:block;
	text-decoration:none;
}
#MenuBar
{
	margin: 0; padding: 0; 
	text-align:center;
	width:100%;
	background-color: #ffffff;
}
#MenuBar table
{
	width:900px;
}
#MenuBar td
{
	text-align:center;
}
#MenuBar a
{
	font-size:18pt;
	text-decoration:none;
}
#MenuBar a:hover
{
	font-size:18pt;
	text-decoration:underline;
}
#Footer table
{
	width:916px;
	background-color:white;
}
#Content, #Downloads, #RequestForm
{
	text-align:left;
	width:950px;
	display:block;
}
#Content h1, #Downloads h1, #RequestForm h1
{
	font-size: 18px;
}
.CatalogueTable
{
	width:900px;
}
.CatalogueTable td
{
	text-align: center;
	vertical-align: top;
	width: 300px;
}
.CatalogueRowSpacer
{
	height:30px;
}
.RequestTable
{
	width:380px;
}
.RequestTable tr
{
	height:26px;
}
.RequestTable th
{
	text-align:left;
	font-weight:normal;
}
.RequestTable td
{
	text-align:left;
}
.CinemaTable
{
	width:700px;
}
.CinemaTable tr.PreviewRow
{
	height:150px;
}
.CinemaTable tr.DescriptionRow
{
	height:75px;
}
.CinemaTable td
{
	width:350px;
	vertical-align:top;
	text-align:center;
}
#HomePageTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
	table-layout: fixed;
}
#HomePageTable td
{
	
}
a
{
	text-decoration:underline;
	color:black;
}
a:visted
{
	color:black;
}
a:hover
{
	text-decoration:underline;
	color:#8d6a00;
}
#CustomerFeedbackTable td
{
	text-align:center;
	vertical-align:middle;
	padding:5px;
}