/* CSS Document */

body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: Arial, sans-serif;
	line-height: 1.7em;
	letter-spacing: 0.01em;
	color: #000;
	margin: 0px;
	padding: 0px;

	background: #fff url("images/bg_stripes.gif");
}
html>body { /* be nice to Opera */
	font-size: small;
}






#canvas {
	position: relative;
	left: 225px;
	width: 535px;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("images/bg_grad.jpg") repeat-y;
	font-size: 85%;
	border-right: solid 1px #D3C3FF;
}

#header {
	width: 399px;
	height: 147px;
	background: url("images/header_end.jpg") no-repeat;
}

#header p {
	float: right;
	text-align: right;
	font-size: 85%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #9F84D0;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 2.5em 3em 0 0;
}

#header a {
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #9F84D0;
	text-decoration: none;
}

#header a:hover {
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #38234C;
	background-color: #9F84D0;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 22px;
	left: 155px;
	height: 87px;
	width: 139px;
	background: url("images/mp_logo.gif") no-repeat;
	text-indent: -9000px;
}

#pagecontent {
	position: relative;
	width: 290px;
	left: 40px;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 155%;
	font-weight: normal;
	font-family: Times, serif;
	color: #fff;
	line-height: 1em;
	letter-spacing: -0.02em;
	margin: 30px 0px 5px 0px;
}

.gold {
	color: #EF9C16;
}

p {
	font-size: 95%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #fff;
	line-height: 1.55em;
	letter-spacing: 0.1em;
}

#pullquote {
	position: relative;
	left: 40px;
	width: 225px;
	height: 135px;
	padding-left: 65px;
	background: url("images/quote.gif") no-repeat;
	text-indent: -9000px;
}

#quote {
	position: relative;
	font-size: 185%;
	font-family: Times, serif;
	color: #EF9C16;
	line-height: 1em;
	letter-spacing: -0.02em;
	left: 40px;
	width: 225px;
	padding-left: 65px;
	background: url("images/quotes.gif") no-repeat;
}

#footer {
	background: url("images/bg_footer.jpg") no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px;

}