#content		{
			width: 1000px;
			margin:0 auto;
			height:96%;
			background-color:#FFFFFF;
			margin-top:10px;
			} 

html, body 	{
			text-align: center;
			margin: 0px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			background-image:url(images/design/bg.gif);
			}

table.layout 	{
			width: 1000px;

			}
			
td			{
			vertical-align:top;
			}

td.menu		{
			width:1000px;
			height:30px;
			text-align:left;
			background-color:#FFFFFF;
			}
			
td.content	{
			background-color:#FFFFFF;
			vertical-align:top;
			text-align:left;
			height:850px;
			border-bottom: 2px dashed #006699;
			padding-left:5px;
			}

td.cont_left	{
			text-align:left;
			width:795px;
			}
			
td.cont_right	{
			width:200px;
			}
			
td.footer		{
			background-color:#FFFFFF;
			width:1000px;
			height:40px;
			color:#006699;
			vertical-align:middle;
			}
			
h1			{
			font-weight:normal;
			color:#006699;
			font-size:18px;
			text-align:center;
			}			

h2			{
			font-weight:normal;
			color:#006699;
			font-size:15px;
			text-decoration:underline;
			text-align:center;
			}
h3
			{
			font-weight:normal;
			color:#006699;
			font-size:13px;
			}
			
h4			{
			font-weight:normal;
			color:#006699;
			font-size:18px;
			text-align:left;
			}
			
h5			{
			font-weight:normal;
			color:#006699;
			font-size:15px;
			text-decoration:underline;
			text-align:left;
			}		
			
#ital	{
			font-style:italic;
			}
			
img					{
					border:0px;
					}		

/*-- Pre Load Buttons --*/
			
					.hiddenPic {display:none;}

/*-- Menu Items --*/

td.home_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/home_off.jpg);
					background-repeat:no-repeat;
					}
					
td.home_cell:hover		{background-image:url(images/design/home_on.jpg);}
			

td.what_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/whatson_off.jpg);
					background-repeat:no-repeat;
					}

td.what_cell:hover		{background-image:url(images/design/whatson_on.jpg);}

td.exhi_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/exhibitors_off.jpg);
					background-repeat:no-repeat;
					}

td.exhi_cell:hover		{background-image:url(images/design/exhibitors_on.jpg);}

td.comp_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/comp_off.jpg);
					background-repeat:no-repeat;
					}

td.comp_cell:hover		{background-image:url(images/design/comp_on.jpg);}
	
td.spon_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/sponsors_off.jpg);
					background-repeat:no-repeat;
					}

td.spon_cell:hover		{background-image:url(images/design/sponsors_on.jpg);}
		
td.cale_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/calendar_off.jpg);
					background-repeat:no-repeat;
					}																				

td.cale_cell:hover		{background-image:url(images/design/calendar_on.jpg);}

td.about_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/aboutus_off.jpg);
					background-repeat:no-repeat;
					}																				

td.about_cell:hover		{background-image:url(images/design/aboutus_on.jpg);}

td.tick_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/ticketing_off.jpg);
					background-repeat:no-repeat;
					}																				

td.tick_cell:hover		{background-image:url(images/design/ticketing_on.jpg);}

td.gall_cell			{
					width:100px;
					height:30px;
					background-image:url(images/design/gallery_off.jpg);
					background-repeat:no-repeat;
					}																				

td.gall_cell:hover		{background-image:url(images/design/gallery_on.jpg);}

a.hit				{
					font-size: 10px;
					}