/** footer placement **/
html, body {
	margin: 0;
	padding: 0;
  height: 100%;
  min-height: 100%;
}

#container {
  position: relative;
	margin: 0;
	padding: 0;
  min-height: 100%;
	background: url(/images/mainbg.gif) repeat-y center;
}

* html #container {
  height: 100%;
}

#footer {
  position: relative;
  bottom: 0;
  margin-top: -110px;
}

/** end footer placement **/

body {
  background: #fff url(/images/background.png) repeat-x 0 100px;	
}

#masthead {
	background: url(/images/masthead.png) repeat-x top left;
}

#heading h2 {
	margin: 0;
	padding: 0;
	height: 120px;
	position: relative;
	background: url(/images/heading.png) no-repeat top left;
}

#heading .rule {
	margin-top: -20px;
	height: 20px;
	background: #69c;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#heading h2 span {
	position: absolute;
	right: 10px;
	bottom: -15px;
	font: normal 70px/1em Arial;
	color: #fff;
}

#main {
	width: 690px;
	float: right;
}

    td.two-column {
	    padding-top: 30px;
	    vertical-align: top;
    }

.content {
	padding: 20px 50px;
  line-height: 1.6;
}

td .content {
  padding-top: 0;
  padding-right: 15px;
}

.content p {
	margin: 0.5em 0;
}

.crumbs {
	margin-bottom: 30px;
	color: #69c;
}

.crumbs a {
  color: #69c;
}

.crumbs a:hover {
  color: #036;
}

.sidebar {
  line-height: 1.6;	
	width: 130px;
	padding: 0px 50px 0 15px;
	color: #69c;
}