html, body, div, iframe 
{
	margin: 0; 
	padding: 0; 
	height: 100%; 
}

#wrapper
{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}


#header
{
	height:65px;
	margin: 0;
	padding: 0;
	background-color: #8B0000;
	border: 3px solid yellow;
	color: yellow;
	text-align: center;
	letter-spacing: 10px;
	font-size: 350%;
	font-weight: bold;
}


#header p
{
	color: yellow;
	margin: 0;
	padding: 0;
}



#menu 

{
	height: 70px;
	margin: 15px 0 -20px 0;
	padding: 0;
	text-align: center;
}


#menu p
{
	color: #8B0000;
	font-size: 120%;
	letter-spacing: 0px;
}

#menu ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
}


#menu li 
{
	display: inline;
	font-size: 115%;
	letter-spacing: 1px;
	color: #484848;
}


#menu a 
{
	text-decoration: none;
}



#menu a:link, #menu a:active, #menu a:visited 
{
	color: #8B0000;
}


#menu a:hover 
{
	border: 1px solid #8B0000;
	background: #8B0000;
	color: yellow;
} 

#main
{
	min-height: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	
}










#chart
{
	width: 100%;
	align: center;
}

#chart th, #chart td
{
	padding: 3px;
	font-size: 120%;
	height: 30px;
	text-align: center;
	
}

#chart th
{
	color: #224499;	
}


#chart tr>th
{
	text-align: left;
}




#chart td
{
	color: #484848;
	nowrapped: nowrapped;
}


#chart tr>td
{
	color: #484848;
	text-align: left;
}



#chart a 
{
	text-decoration: none;
}


#chart a:link, #chart a:active, #chart a:visited 
{
	color: #484848;
}


#chart a:hover 
{
	color: #224499;
} 


.center
{
	text-align: center;
}


.right
{
	text-align: right;
}


.left
{
	text-align: left;
}


.justify
{
	text-align: justify;
}








#footer 
{
	height: 35px;
	padding: 0;
	background: #224499;
	border: 3px solid yellow;
	color: yellow;
	text-align: center;
}





h2{background-color:#8B0000; text-align:center;color: yellow;}


p{color:#8B0000;}


table{width:100%;align:center;}

th{color:#8B0000;}

th.top{align:center;text-vlign:top;color:yellow;font-size:300%;letter-spacing:30px;}

td{color:#8B0000;margin-left:20px;margin-right:20px;}

img{width:200px;height:160px;}

img.script{width:60px;height:21px;}

img.descrpt{width:130px;height:100px;}

#customers{text-align:center;}

td.customer2{text-align:right;color:yellow;}

td.yellow{color:yellow;}


#customer4{background-color:#8B0000;}

h4 {color:yellow;}

a:link {color:yellow;}    /* unvisited link */
a:visited {color:yellow;} /* visited link */
a:hover {color:White;}   /* mouse over link */
a:active {color:yellow;}  /* selected link */




a:link.food{color:#8B0000;}    /* unvisited link */
a:visited.food{color:#8B0000;} /* visited link */
a:hover.food {color:Red;}   /* mouse over link */
a:active.food {color:#8B0000;}  /* selected link */