body.main
{
	background: url("images/cuppa1.jpg");
}

div.corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 150px;
}

div.header
{
	position: absolute;
	top: 0;
	left: 150px;
	height: 80px;
	width: 80%;
}

div.bar
{
	position: absolute;
	top: 80px;
	left: 0;
	height: 10px;
	width: 100%;
	margin-right: 10%;
	background: url("images/bumps.jpg");
}

div.menu
{
	position: absolute;
	left: 0;
	top: 90px;
	width: 150px;
	background: url("images/bulkheadbkg3.jpg");
}

div.col
{
	position: absolute;
	top: 90px;
	left: 150px;
	width: 5px;
	height: 75%;
	background: url("images/bumps.jpg");
}

div.body
{
	position: absolute;
	top: 90px;
	left: 155px;
	margin-right: 10%;
	background: url("images/cuppa2.jpg");
}

p.corner
{
	font-size: small;
	color: #190030;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
}

p.title
{
	text-align: center;	
}

h3.news
{
	color: #16002A;
}

p.news
{
	color: #16002A;
}
