h1, h2, h3, body{
	margin: 0;	padding: 0;	border: 0;
}
html{
height: 100%; max-height: 100%; 	
}
body{overflow: hidden;height: 100%; max-height: 100%; }#framecontent{position: absolute;top: 0;bottom: 0; left: 0;width: 325px; /*Width of frame div*/height: 100%;overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/background: #343434 url(bkg_stripe.png);color: white;
text-shadow: #000 1px 1px 1px;
}#maincontent{
border-left: 4px solid #000;
position: fixed;top: 0; left: 325px; /*Set left value to WidthOfFrameDiv*/right: 0;bottom: 0;overflow: auto; background: #fff;
}.innertube{margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/}* html body{ /*IE6 hack*/padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/}* html #maincontent{ /*IE6 hack*/height: 100%; width: 100%; }

/* NEW CSS */

body{
	font-family: Univers, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #dbdbdb;
}

hr{
	display: none;
}

#button_rep span{
	display: none;
}

.bad {
	background-color: #ffe69d;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #b58700;
	padding-right: 5px;
	padding-left: 5px;
	color: #902600;
}

#stripes{
	background-image: url(bkg_stripe.png);
	height: 100%;
	width: 350px;
}

#button_rep:after{
	content: "button";}


a.btn{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a.btn.feed{
	color: #232323;
	width: 142px;
	display: inline-block;
	height: 21px;
	padding: 4px 10px 6px;
	text-align: center;
	background: url(btn_feed_blank.png) left top;
	text-shadow: #cecece 1px 1px 0;
	margin-top: 5px;
	margin-left: -5px;
}
a.btn.feed:hover{
	background-position: left bottom;
	color: #fff;
	text-shadow: #6b3100 -1px -1px 0;
}
a.btn.feed:active{
	color: #d07e3b;
	text-shadow: #210f00 -1px -1px 0;
}
h1{
	font-size: 1.85em;
	color: #66c5d4;
	text-shadow: #1a3034 1px 1px 1px;
}
h3{
	font-variant: small-caps;
	font-size: 1.15em;
}
ol {
	color: #ff3838;
	font-size: 1.5em;
}
ol h2{
	color: #113a4d;
	font-size: .9em;
}
ol p{
	color: #000;
	font-size: .7em;
	margin: 0;
	margin-bottom: 8px;
}
.hide{
	visibility: hidden;
}
.hover{
	position: absolute;
	background-color: #000;
	padding-left: 14px;
	margin-left: -14px;
	padding: 12px;
}
.footer{
	font-size: .7em;
	margin-top: 4px;
	color: #5f5f5f;
}