	*{margin:0;padding:0}
		html{background: #ddd;padding: 3px 15px 3px 15px;}
		body{
			width: 1100px; 
			margin-left: auto; 
			margin-right: auto; 
			background: #fff url("../gfx/bats.png") 26px 17px no-repeat; 
			padding: 30px;
			font-family: verdana;
			font-size: 11px;
			line-height: 15px;
			border: 1px #999 solid;
		}		
		#header{
			height:60px;
			text-transform: uppercase;
			line-height: 10px;
			text-indent: 110px;
			letter-spacing: 6px;
		}
		#subheader{
			height: 60px;
			text-transform: lowercase;
			font-style: italic;
			font-size: 45px;
			font-family: georgia,"times new roman",times,serif;
			font-weight: normal;
			color: #aaa;
			position: absolute;
			top:60px;
			left: 450px;
		}
		h1{font-family: georgia; font-weight: normal; color: #333; font-size: 22px;line-height: 30px;}
		h1,p,form{margin-bottom: 15px; max-width: 500px;}

		#left{
			padding:0;
			width: 250px; 
			float: left;
			
		}
		#comments{
			padding: 0;
			width: 250px;
			float: right;
		}
		#stream{
			margin: 0 280px 0 280px;
			padding: 0 29px 0 29px;
			border-left: 1px #999 solid;
			border-right: 1px #999 solid;
		}
		#stream .stream-post-date{
			text-align: right;
			font-style: italic;
			color: #555;
		}
		#stream .stream-post{
			margin-bottom: 60px;
		}
		
		#stream .stream-post img{max-width: 480px; height: auto;}
		#poll td.suggestion{
			padding-top: 15px;
		}
		ul.comments{list-style-type: none;}
		ul.comments li{margin-bottom: 30px;}
		ul.comments .comment-sign{text-align: right; font-style: italic;}
		
		 

