body { 
	background: #D9CACD;
	color: #413C3D;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 15px;
	}

a { 
	color: #993366;
	font-weight: bold;
	text-transform: capitalize;
	}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { color: #413C3D; text-decoration: none; }

table { 
	width: 540px;
	text-align: center;
	}

td { 
	font-size: 12px;
	text-align: center;
	padding-bottom: 25px;
	}

h1 { 
	color: #993366;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

p { 
	margin: 0px 35px 15px 25px;
	}

strong { 
	color: #993366;
	font-weight: bold;
	}

.logo { 
	position: absolute;
	top: 15px;
	left: 20px;
	width: 242px;
	height: 20px;
	background: url(site_images/logo1.gif) top left no-repeat;
	}

.main { 
	position: absolute;
	top: 35px;
	left: 20px;
	width: 575px;
	background: #F2EEEF url(site_images/logo2.gif) top left no-repeat;
	padding: 10px 0px 10px 10px;
	border-top: 1px solid #413C3D;
	border-right: 1px solid #413C3D;
	border-left: 1px solid #413C3D;
	}