body{
	padding: 20px;
	background: #FF7DD4;
	color:#222;
	text-align: center;
    	font: 85% "Trebuchet MS",Arial,sans-serif;
    	}

h1,h2,p{margin: 0;padding: 0 10px;font-weight:normal}

p {padding: 0 10px 15px}

h1{font-size: 250%;color: #FFF;letter-spacing: 1px}

h2{font-size: 200%;line-height:1;color:#002455;}

.brandlink	{
	text-decoration: none;
	color: #ffffff;
	}
	
a.brandlink:hover	{
	text-decoration: underline;
	color: #B35794;
	}

div#container{
	width:960px !important; 
	width /**/:970px;
    	margin: 0 auto;
    	padding:5px;
    	text-align:left;
    	background:#FFE3FF;
    	}

div#header{
	background: #B35794;
	height: 68px;
	width: 960px;
	text-align: left;
	}
	
div#strip	{
	height: 30px !important; 
	background-color: #D96AB4;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	}

div#content{
	float:left;
	width:692px;
	padding:10px;
	margin:5px 0;
	background:#ffffff;
	}

div#nav{
	float:right;
	width:220px;
	padding:10px;
	margin:5px 0;
	background:#D96C8B;
	color:#d8e5ee;
	font-size: 90%;
	}

div#nav h2{
	font-size: 110%;
	color: #ffffff;
	text-align:center;padding-bottom: 10px;}

div#footer{clear:both;
	width:960px;
	background:#B35794;
	padding:5px 0;
	text-align:left;
	font-size: 70%;
	color: #ffffff;
	}