/* http://css-tricks.com/examples/PerfectFluidWidthLayout/ */
/* Last change: November 24, 2010 */

body {
	font: .8em arial sans-serif;
  color: #000;
  line-height: 1.5em;
  background: url(/img/Crackles0012_1_S.jpg) repeat;
}

h1 {
	font: 1.6em;
	color: #7D5601;
  padding-bottom: 10px;
  line-height: 1em;
}

h2 {
  font-size: 1.4em;
	color: #7D5601;
}

h3 {
  font-size: 1.2em;
	color: #7D5601;
}

h4 {
  font-size: 1em;
	color: #7D5601;
}

/*
ul {
	margin-left: -15px;
}
*/

img {
	border: none;
}

#page-wrap {
  background: #fff;;
  width: 780px;
  margin: 20px auto;
}

#page-wrap #inside {
  margin: 10px 10px 0px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-content {
	padding-left: 230px;
	padding-top: 10px;
  margin-right: 20px;
}

#header {
	background: #fff;
	text-align: right;
  margin-top: 25px;
}

#header p {
  padding-right: 10px;
  border-bottom: 1px solid #D3A138;
}

#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
}

#left-sidebar li {
  list-style: none;
  margin-left: -20px;
}

#footer {
  clear: both;
	text-align: right;
  padding-right: 10px;
}

#footer p {
  border-top: 1px solid #D3A138;
}

/* Links ---------------------------------------- */

a:link {
  cursor:hand;
  color: #7D5601;
}

a:visited {
  color: #916F26;
}

a:hover {
  color: #E0AC3B;
/*  background-color: #dfdbc3; */
  cursor:hand;
}

a:active {
}

a img {
  border: none;
}

