body	{	 background-color:black;	 font-family: "Arial", "Tahoma";	}	table.main	{	 height:600px;	 width:960px;	 background-color:black;	 border-style:none;	 background-image:url('greystripesmain.png');	 background-repeat:repeat-x;	 background-position:bottom;	}	table.whiteblock	{	 height:510px;	 /*width:700px;*/	 /*background-color:white;*/	 border-style:none;	}    td.leftside	{	 width:200px;	 background-color:black;	 padding-left:25px;	 color:white;	 text-transform:uppercase;	 font-size:13px;	 line-height:30px;	 vertical-align:top;	 background-image:url('greystripes.png');	 background-repeat:repeat-x;	 background-position:bottom;	}	td.rightside	{	 background-color:black;	 color:black;	 background-image:url('greystripes.png');	 background-repeat:repeat-x;	 background-position:bottom;	}	td.fixedtd	{	 background-color:white;	 width:329;	 height:510;	 vertical-align:top;	 font-size:x-small;	 	}	td.fixedtd b	{	 color: rgb(238, 99, 35);	 text-transform:uppercase;	 font-size:large;	 font-weight:normal;	}	td.fixedtd span	{	 color: rgb(238, 99, 35);	}	.orange	{	 color: rgb(238, 99, 35);	}	div	{	 padding:0px;	 margin:0px;	}	a	{	 text-decoration:none;	 color:white;	}	.menuitem	{	 cursor:hand;	 cursor: pointer;	}	    #mycustomscroll2 {    /* Typical fixed height and fixed width example */    width: 700px;    height: 562px;    overflow: hidden;    /* IE overflow fix, position must be relative or absolute*/    position: relative;    background: black url('greystripesingle.png') 0px 543px repeat-x;    /*    margin: 0.3em auto;    padding: 15px;*/    }        .fixedwidth img    {     border-style:solid;     border-width:5px;     border-color:white;    }    .fixedwidthAbout {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 1050px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthPeople {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 16500px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthPlaces {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 23500px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthIndustry {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 4300px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthContact {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 699px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthTestimonials {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 1800px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthEditorial {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 19900px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthIdeas {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 22000px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }    .fixedwidthFoodhome {    /* a wide div is used for creating horizontal scrollbars for demonstration purposes */    width: 15300px; /*Scrollablwe page length*/    height: 530px !important;    position: relative;    color: black;    padding: 1px;    }	a.back	{	border:none;	border-color:white;	border-width:0px;	outline-style:none;	outline-color:white;	}
