body{
	background-color: white;
	margin: 0 0 0 0;
	font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
}

#container {
	background: transparent;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;

}

#main{
	background:transparent;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width:787px;

}

#header{
	position: relative;
	background:#FFBACB url(../images/header.jpg) no-repeat;
	width: 787px;
	height: 161px;
}

#footer{
	position: relative;
	background:transparent url(../images/footer.gif) no-repeat;
	width: 787px;
	height: 150px;
}


.clear-both {
	clear: both;
}

.brand{	
	font-style: italic;
	border-bottom: 1px dotted #C2719D;
}

p {
	text-align: justify;
}


