/* Presentation Stylesheet */ 

#strapline h1
{
margin:0;
padding:1%;
font-family: tahoma;
font-size: 2em;
font-weight: lighter;
color:#8f8f8f;
text-align: center;
}

#bodycontainer h3
{
margin:0;
padding:4%;
font-family: verdana;
font-size: 1.4em;
font-weight: normal;
color:white;
text-align: center;
}

#content p
{
	margin:0;
	padding:5%;
	font-family: verdana;
	font-size: 1em;
	font-weight: normal;
	color:black;
}
#footer a, a:hover, a:link, a:visited
{
	background-color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #942642;
}
