/* CSS Document */
html {
	width:100%
	margin:0;
	padding:0;
}
body {
	background: #fff;
	margin:0;
	padding:0;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
}
img {
	border: 0;
}
#tblheader {
background:none repeat scroll 0 0 #000000 !important;
margin:10px 0 0;
border-top:3px solid #FF0101;
border-bottom:3px solid #FF0101;
}
.contentbg{
	width:100%;
}
.imgleft{
	float:left;
}
#headpics h1 {
color:#D90000;
font-family:Arial,Helvetica,sans-serif;
font-size:2em;
font-weight:100;
letter-spacing:0.9em;
line-height:1em;
margin-left:15px;
text-align:left;
}
.contentbg{
	font:12pt;	
}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   #main a[href^="/"]:after {
  content: " (http://www.alistapart.com" attr(href) ") ";
   }
#head1{
	background-image:url("../images/page/logo.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:100px;
	margin-top:25px;
	text-indent:-9000px;
}
#logo{
	margin-top:20px;
	margin:33px 0 0 15px;
	height:100px;
}
/** Hide stuff**/
#nav_float,
#right_col,
#left_nav,
#footimg,
.printHide,
.redvisit,
#head1{
	display:none;
}