BODY
{
	padding:0; margin:0;	
	font-family:Arial, Helvetica;
	background:#898989 url(bg.gif) repeat-x top;
}
#container
{ 
	margin:0 auto;
	width:1000px;
}
	
#top
{
	background:url(logo.gif) no-repeat 0px 10px ;
	float:left;
	width:1000px;	
	height:93px;
}

.address
{
	width:180px;
	height:65px;
	float:right;
	text-align:right;
	margin-top:10px;
}

h1
{
	font-size:10px;
	text-transform:uppercase;
	color:#D11343;
}
p
{
	text-transform:uppercase;
	margin:0;padding:0;
	font-size:10px;
}

a
{
	text-transform:none;
	color:#000;
}