body
{
	padding: 20px;
}

font, p, h1, h2
{ 
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 25px;
}


a:link, a:active, a:visited 
{ 
	color: #fb6503; 
	text-decoration: none; 
}

a:hover	
{ 
	color: #fca441; 
	text-decoration: none; 
}

div 
{
    padding: 0;
	width: 669px;
    display: table;
    margin: 0 auto;
	text-align: center;
}

p
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#p-top
{
	background-image: url('img/panel-top.png');
	height: 141px; 
}

#p-mid
{
	background-image: url('img/panel-mid.png');
}

#p-bot
{
	background-image: url('img/panel-bot.png');
	height: 156px; 
}


#p-bot p
{
	font-size: small;
	padding: 0;
	margin-top: 75px;
}