body {
	background: black;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #40362a;
}

div#container {
	background: center top;
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
}


div#main {
	width: 1000px;
	display: block;
	margin-left: -500px;
	float: left;
	left: 50%;
	position: absolute;
	background: url(main.jpg) repeat-y left 766px;
	z-index: 0;
}

div#decoration {
	width: 365px;
	height: 766px;
	display: block;
	float: left;
	margin-left: -565px;
	background: url(sideBar.jpg) no-repeat;
	margin-top: -100px;
}

div#mainSection {
	width: 435px;
	display: block;
	float: left;
	padding-top: 100px;
	background: url(contentBlockA.gif) no-repeat right top;
	padding-left: 20px;
}

div#mainSection h1 {
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	white-space: nowrap;
	display: none;
}

div#mainSection h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	margin-bottom: 0;
}

h2#tagline {
	background: url(tagline.gif) no-repeat;
	width: 229px;
	height: 514px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0;
	margin: 0 0 0 271px;
}

html>body h2#tagline {
	background: url(tagline.png) no-repeat right top;
}

h2#tagline span {
	display: none;
}

div#secondarySection {
	display: block;
	float: left;
	width: 160px;
	background: no-repeat url(contentBlockA.gif) 365px 0px;
	padding-bottom: 180px;
	padding-left: 385px;
	padding-top: 100px;
	text-align: right;
}

div#mainSection div#contentBlockA div#introduction .slogan {
	font-size:18px;	font-variant:small-caps;	margin-bottom:10px;	margin-top:10px;
}

div#mainSection div#contentBlockA div#introduction .callout {
	margin-left:-0.2em;	padding-left:2em;	text-indent:-0.6em;}

div#secondarySection div {
	display: block;
	float: left;
}

div#secondarySection div ul {
	display: block;
	float: left;
	margin-left: 0;
	width: 160px;
	padding: 0;
	list-style: none;
	margin-right: 0;
	font-size: 12px;
	margin-top: 4px;
}

div#secondarySection div ul li {
	padding: 0;
	margin: 0;
	width: 160px;
	display: block;
	float: left;
}

div#secondarySection div ul li a {
	display: block;
	float: left;
	clear: both;
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #40362a;
}

div#secondarySection div ul ul {
	display: none;
}

div#secondarySection div p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 0;
}

div#secondarySection h2 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}

div#secondarySection h3 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	font-variant: small-caps;
}

div#secondarySection div#sideMark {
}

div#content p,div#content dd,#content blockquote {
	font-size: 12px;
	line-height: 18px;
	margin-left: 0;
}

div#contentBlockA {
	display: block;
	float: left;
	width: 300px;
	margin-top: 5px;
}

div#contentBlockB {
	display: block;
	float: left;
	padding-bottom: 0;
	width: 200px;
}

div#header h1#logo {
	width: 1000px;
	height: 450px;
	position: absolute;
	left: 0;
	display: block;
	float: right;
	background: url(appendix.gif) no-repeat left bottom;
	margin-top: 0;
	padding-top: 0;
	bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

html>body div#header h1#logo {
	background: url(appendix.png) no-repeat left bottom;
}

div#header h1#logo span {
	display: none;
}

div#appendix {
	display: block;
	float: left;
	background: no-repeat left bottom;
	width: 315px;
	padding-bottom: 180px;
	padding-right: 150px;
}

#menu {
	margin-top: 12px;
}

div#secondarySection div#search {
	display: none;
}



