@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: small;
	color: #333;
	text-align: center;
	background-color: #80395e;
	background-image: url(http://www.marysoutherland.com/templates/rt_versatility_iii_part1/images/style6/bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#container {
	width: 739px;
	margin: 0 auto;
	padding: 30px;
	font-size: 95%; /* slight adjustment */
	text-align: left;
	border: 1px solid #E3CAA6;
	border-top: none;
	background: #fff;
	}
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%;
	color: #990099;
	}
code {
	font-size: 110%;
	}
.note {
	font-size: 90%;
	color: #666;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
logo {
	margin: auto;
	width: 801px;
}	