* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
}

body {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	letter-spacing: .05em;
	word-spacing: .05em;
	background:#fff;
	height:100%;
	background: #B00549;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

#container {
	width:100%;
	text-align:center;
	margin-top:10px;
}

#holder {
	width: 1000px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#header {
	width:1000px;
	height:186px;
	position:relative;
	background:#fff url(../images/header.jpg) no-repeat;
	text-align:right;
}

#toptext {
	line-height:1.2em;
	margin-top:6px;
	margin-right:8px;
	color:#fff;
}

#toptext td {
	padding-right:4px;
}

#content {
	background:#fff;
	padding:8px;
}

#dcontent {
	padding: 0 24px;
}

#footer {
	height:63px;
	background:#B00548 url(../images/footer_bkgd.jpg) no-repeat top center;
	text-align:right;
}

#cpr {
	margin-right:24px;
	color:#ccc;
	font-size:.8em;
}

#tmenu {
	text-align:right;
	margin:24px 12px 0px 12px;
}

#tmenu a {
	padding:0 12px;
	text-decoration:none;
	color:#ccc;
	font-size:.8em;
}

#tmenu a:hover {
	color:#DEB002;
}