/*Layout Style Sheet*/

/*Layout for the top table*/
table.top
{
	width: 775px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*Layout for the main logo cell*/
td.main-logo
{
	width: 250px;
}

/*Layout for the logo box table*/
table.logo-box
{
	text-align: center;
	border-style:solid;
	border-color: #fd0000;
	border-width: 2px;
}

/*Layout for the content table*/
table.content
{
	width: 740px;
	
        
}

/*Layout for the navigation*/
#navigation
{
	height: 420;
        align: left;
        width: 180px;
	vertical-align: top;
}

/*Layout for content area*/
#content-area
{
	width: 400px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

/*Layout for the stock area*/
#stock-area
{
	width: 170px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;	
}

/*Layout for the footer table*/
table.footer
{
        text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/*Layout for the search area*/
#search-area
{
	width: 220px;
}

/*Layout for the disclaimer table*/
table.disclaimer
{
        text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
