/*

Title:      PogoPad temp styles
Author:     kris@pogopad.com
Copyright:  2009, ARN Enterprises LLC.  All rights reserved.

*/

div#bd {
	margin-top: 30px;
	}
div#bd h1 {
	margin: 0 0 4px 0;
	font-family: Trebuchet MS;
    font-size: 167%;
    font-weight: bold;
    margin-bottom: 4px;
	color: #fff;
	}
div#bd p {
	color: #fff;
	font-size: 122%;
	}
div#bd a {
    color: #fff;
    text-decoration: none;
	border-bottom: dashed 1px #fff;
    }
div#bd a:hover {
    color: #3771c8;
	border-bottom: dashed 1px #3771c8;
    }

div#ft {
	border-top: solid 3px #784421;
	color:#fff;
	margin-top:40px;
	}
