/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   }
#menuNav {
   display: none;
   }
img#babsLogo {
	display: block;
	width: 126px;
	height: 117px;
	position: relative;
	border: none;
	}
img#babsCropped {
	display: none;
	}
img#babsCroppedSmall {
	display: none;
	}
div#container, div#container #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
   width: auto;
   margin: 20px 0 0 0;
   }
div#content p {
   font-size: 14px;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
p#footer {
	display: none;
	}
div#content div.textContent div.rightContent {
	display: inline;
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
	}
div#content div.textContent div.rightContent p {
	font-size: 12pt;
	line-height: 14pt;
	}
div#content div.croppedContent {
	display: inline;
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
	}
div#content div.croppedContent p {
	font-size: 12pt;
	line-height: 14pt;
	}
div#content div.textContent div.contentThird {
	display: inline;
	float: left;
	width: 350px;
	height: 600px;
	margin: 0 20px 0 0;
	padding: 0;
	}
div#content div.textContent div.contentThird p {
	font-size: 12pt;
	line-height: 14pt;
	}