	body {
		font-size: 67%;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	h1, h2, h3, h4, h5, p, li {
		font-size: 1em;
	}

	#container {
		margin-bottom: 0px;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		height: 100%;
		width: 900px;
	}

	#content {
		position: relative;
		width: 900px;
	}

	#main {
		float: left;
		position: relative;
		z-index: 0;
		height: auto;
		width: 680px;
	}

	#sidebar {
		float: right;
		position: relative;
		z-index: 0;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 20px;
		height: auto;
		width: 200px;
		padding: 0px;
	}

	#sidebar-image {
		display: none;
	}

	#header {
		display: none;
	}

	#menu {
		display: none;
	}

	#footer {
		clear: both;
	}

	#leftimage {
		display: none;
	}
	
	#main h1, #container h1  {
		background-position: 0 bottom;
		background-repeat: no-repeat;
		background-image: url(../images/bg-h1.png);
		padding-top: 10px;
		font-weight: normal;
		font-style: italic;
		text-transform: uppercase;
		color: #414e37;
		font-size: 1.4em;
	}

	#main h2 {
		font-weight: normal;
		font-style: italic;
		font-size: 1.2em;
	}

	#main p {
		line-height: 1.3em;
	}

	#main ul, #main ol {
	}

	#main li {
		padding-left: 1.2em;
		background-position: left center;
		margin: 0px;
		line-height: 1.6em;
		list-style-position: outside;
		list-style-type: disc;
	}

	#main .breadcrumb {
		display: none;
	}

	#sidebar p {
		line-height: 1.3em;
		padding-bottom: 0px;
		padding-right: .6em;
		padding-left: 1em;
		padding-top: .6em;
		font-size: .9em;
	}

	#sidebar ul {
		display: none;
	}
	
	#copyright p {
		font-weight: normal;
	}

	.credit {
		font-style: italic;
		text-align: right;
	}

	.menu ul {
		padding-left: 0px;
		margin-left: 0px;
	}.menu li {
		list-style-type: none;
		display: block;
		padding-left: 0px;
		margin-left: 0px;

	}

	a {
		text-decoration: none;
		color: black;
	}

	
