@import url(base.css);

div#article {
	margin-top: -49px;
	padding-left: 127px;
    width: 725px;

}
div#article p a {
  color: #5f5d5d;
}
div#article p a:hover {
  color: #666600;
}
div#article h3 { 
	font-size: 1.64em; 
	line-height: 1.4em; 
	font-weight: normal;
	margin: 30px 0 10px 0;
}
div#banner {
	padding: 0 0 75px 30px;
}

div#nav {
	display: none;
}
/* Footer */
div#footer {
    margin-left: 125px;
    margin-right: 125px;
	text-align: center;
}
div#footer p#copyright {
	position: absolute;
	left: 130px;
	bottom: 18px;
}
div#footer p#designedby {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-right: 17px;
}
div#breadcrumbs {
	display: none;
}
div#search {
	display: none;
}
div#banner {
    background-image: none;
}

div#wrapper {
  background: #fff url(right_bars.png) no-repeat 101% bottom;
  min-height: 700px;
}

div#content {
  background-image: none;
}
div.three-cols { 
	position: absolute;
	top: 155px;
	right: 60px;
	margin-top: 20px;
}
div.three-cols div.column {
	width: 190px;
}
div.three-cols .left div.navitem {
	text-align: right;
}
div.three-cols .middle div.navitem {
	text-align: right;
	padding-left: 20px;
}
div.three-cols .right div.navitem {
	text-align: left;
	padding-left: 40px;
}


div.two-cols { 
	position: absolute;
	top: 150px;
	right: 55px;
	margin-top: 20px;
}
div.two-cols div.left {
	width: 5px;
}
div.two-cols div.right {
	width: 600px;
}

