
/* -----------------------------------------------------------------------------------------
  	html and body
	----------------------------------------------------------------------------------------- */

	html {
		height: 100%;
		padding-bottom: 1px;  /* always show scrollbars */
	}
	body {
		background: #31495d; color: #000;
		font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size: 84%;
		margin: 0; padding: 0;
		width: 100%;
		height: 100%;
	}


	.mb2 {
		margin-bottom: 2em !important;
	}
	.mb3 {
		margin-bottom: 3em !important;
	}


/* -----------------------------------------------------------------------------------------
  	links
	----------------------------------------------------------------------------------------- */

	a {
		color: #660000;
		text-decoration: none;
		border-bottom: 1px dotted #999;
	}
	a:hover,
	a:focus {
		text-decoration: none;
		border-bottom: 1px solid #de6422;
		color: #de6422;
	}



/* -----------------------------------------------------------------------------------------
  	typo
	----------------------------------------------------------------------------------------- */

	p {
		font-size: 1em; line-height: 1.6em; font-weight: normal;
		margin: 0 0 1em 0; padding: 0;
	}
	#footer p {
		font-size: 0.8em;
		padding-left: 175px;
		margin: 0;
	}
	#sidebar p {
		font-size: 0.8em;
		margin: 0 10px 2em 18px;
		color: #666;
	}

	h6, h5, h4 {
		font-size: 1em; line-height: 1.6em; font-weight: bold;
		margin: 0 0 1em 0; padding: 0;
	}
	h3 {
		font-size: 1.2em; line-height: 1.6em; font-weight: bold;
		margin: 0 0 1em 0; padding: 0;
	}
	h2 {
		font-size: 1.6em; line-height: 1.2em; font-weight: bold;
		margin: 0 0 1em 0; padding: 0;
		color: #444;
	}
	h1 {
		font-size: 1.6em; line-height: 1.2em; font-weight: bold;
		margin: 0 0 1em 0; padding: 0;
		color: #444;
	}
	
	body#home h1,
	img.h1 {
		margin: 0;
		padding: 0;
		line-height: 1em;
	}


	h2 em {
		font-style: normal;
	}


	blockquote {
		background: url(./../images/quote.gif) no-repeat;
		margin: 0 0 1em 0;
		padding: 0 0 0 35px;
	}
	blockquote p {
		font-family: Georgia, serif;
		font-size: 1.3em;
		margin: 0 0 0.2em 0;
		color: #342d1e;
	}
	blockquote p.author {
		font-family: Lucida Grande, Verdana, Arial, sans-serif;
		font-size: 1em;
		margin: 0;
		color: #000;
	}


/* -----------------------------------------------------------------------------------------
  	images
	----------------------------------------------------------------------------------------- */

	img {
		border: 0;
		padding: 0;
		margin: 0;
		display: block;
	}
	img.inline {
		display: inline;
	}



/* -----------------------------------------------------------------------------------------
  	base structure
	----------------------------------------------------------------------------------------- */

	#site-wrapper {
		width: 600px;
		margin: 0 0 0 13%;
		background: #F3EBDC url(./../images/bgr_sitewrapper.gif) repeat-y;
		min-height: 100%;
		position: relative; /* make parent */
	}

	#content {
		width: 400px;
		float: right;
		background: #E7D6B9;
		padding: 25px;
		margin: 0;
	}
	#sidebar {
		width: 150px;
		margin: 0 450px 0 0;
		padding: 25px 0 25px 0;
	}
	#footer {
		clear: both;
		background: #F3EBDC url(./../images/bgr_sitewrapper.gif) repeat-y;
		width: 600px;
		padding: 10px 0;
		margin: 0 0 0 13%;
	}


	.ad {
		width: 120px;
		display: block;
		margin: 0 auto 35px auto;
	}
	#content .ad {
		width: auto;
		margin: 0 0 1em 0;
		padding: 5px 0 0 40px;
		background: #F3EBDC;
		overflow: hidden;
	}


/* -------------------------------
   buttons
   ------------------------------- */

	.buttons {
		margin: 0 0 20px 0;
		position: relative; /* make parent */
		width: 400px;
	}
	.buttons p {
		display: block;
		margin: 0;
	}
	.buttons p.b1 {
		width: 125px;
		position: absolute; top: 0; left: 0;
	}
	.buttons p.b3 {
		width: 80px;
		margin: 0 0 0 150px;
	}
	.buttons p.b4 {
		width: 125px;
		position: absolute; top: 0; left: 275px;
	}
	.buttons p a {
		width: 100%;
		text-align: center;
		display: block;
		float: left;
		background: #9f9178;
		color: #fff !important;
		padding: 0 10px;
		border: 0;
	}
	.buttons p a.start {
		background: #aa864f;
	}
	.buttons p.b2 a,
	.buttons p.b4 a {
		float: right;
	}
	.buttons p a:hover,
	.buttons p a:focus {
		background: #de6422;
		color: #fff !important;
		border: 0;
	}
	.clear {
		clear: both;
	}


	.pictures {
		margin: 0 0 0 40px;
		padding: 0;
	}
	.pictures a {
		width: 65px;
		display: block;
		border: 0;
		margin: 0 0 15px 0;
	}


/* --------------------------------------------------------
   navigation
   -------------------------------------------------------- */

	#navigation {
		position: absolute; top: 100px; left: 150px;
		width: 400px;
		padding: 25px;
		display: none; /* toggle by JS */
	}
	#navigation ol {
		margin: 0 0 2em 0 !important;
	}



	/* DECAF */

	a#decafmedia,
	a#decafmedia:hover,
	a#decafmedia:focus {
  		width:15px;
  		height:66px;
  		border:0;
  		margin-top:-30px;
  		margin-left: -16px;
  		position: absolute;
  		text-decoration:none;
  		border:none;
  		background:none;
  	}


	/* mylinks */
	
	ul.ds_links {
		margin: 0;
		padding: 5px 0 15px 175px;
		font-size: 0.7em;
	}
	ul.ds_links li {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		list-style-type: none;
	}
	ul.ds_links li a {
	}


	
