div#header
{
	position: absolute;
	left: 215px;
}

div#hcross
{
	position: absolute;
	top:200px;
	height: 7px;
	width: 100%;
}

div#menu
{
	position: absolute;
	top: 215px;
	left: 0px;
}
a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
html
{	
	height: 100%;
}
body
{
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	background-color: #000000;
	color: #EEEDD8;
	height: 100%;
}
td.footer
{
	background-color: red;
}
table.footer
{
	padding-left: 40px;
	font-size: 12px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}	
table.contentholder
{
	width: 600px;
}
table.header
{
	width: 100%;
}
td.container
{
	vertical-align: top;
	padding: 10px;
	width: 400px;
}
td.pricedesc
{
	width: 300px;
}
td.price
{
	width: 30px;
}
td
{
	padding: 0px;
	spacing: 0px;
}
h1
{
	color: red;
	text-align: right;
	font-family: 'Trebuchet MS', 'Times New Roman', serif;
	font-weight: normal;
}
h2
{
	color: red;
	 
}
h3
{
	color: #FAFCA8;
	font-style: italic;
	border-bottom: 10px;
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
p
{
	text-align: justify;
}