BODY {
	background: #e9e9e9;
	font-family: Verdana, Helvetica, Arial;
}
H1 {
	font-size: 14pt;
}
P {
	font-size: 9pt;
	margin-top: 0px;
}
DIV {
	font-size: 9pt;
}
.paragraph H1 {
	font-size: 11pt;
	font-weight: bold;
}
.paragraph H3 {
	font-size: 9pt;
	font-weight: normal;
}
.feedtitle {
	font-size: 7pt;
}
.feedtime {
	font-size: 7pt;
	float: right;
}
.feedcategories {
	font-size: 7pt;
}
.feedlink {
	font-size: 7pt;
}
.sitetitle {
	font-size: 36pt;
	font-family: times;
	font-style: italic;
	position: absolute;
	top: 20px;
	left: 120px;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 999;
}
#banner {
	position: absolute;
	top: 0px;
	left: 400px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#navigation {
	position: absolute;
	top: 100px;
	left: 630px;
	width: 250px;
	z-index: 1;
}
#links {
	position: absolute;
	top: 380px;
	left: 650px;
	width: 200px;
	height: 200px;
	z-index: 1;
}
#feed {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 600px;
	overflow: hidden;
	z-index: 2;
}
#ads {
	position: absolute;
	top: 550px;
	left: 20px;
	width: 768px;
	height: 140px;
	z-index: 3;
}
#search {
	position: absolute;
	height: 140px;
	width: 300px;
	top: 270px;
	left:640px;
	z-index: 1;
}
#ads2 {
	position: absolute;
	overflow: none;
	height: 600px;
	width: 200px;
	top: 120px;
	left:960px;
	z-index: 0;
}
#content {
	height: 400px;
	overflow: auto;
}
.content {
	display: block;
	background: white;
	width: 90%;
	padding-left: 10px;
	height: 100%;
}
.box {
	width: 100%;
	border-collapse: collapse;
}
.btl {
	background: url('/css/box.png') top left no-repeat;
	height: 30px;
	width: 20px;
}
.btm {
	background: url('/css/boxv.png') top left repeat-x;
	height: 30px;
	font-weight: bold;
}
.btr {
	background: url('/css/box.png') top right no-repeat;
	height: 30px;
	width: 20px;
}
.bml {
	background: url('/css/boxh.png') top left repeat-y;
	width: 20px;
	height: auto;
}
.bmm {
	background: white;
}
.bmr {
	background: url('/css/boxh.png') top right repeat-y;
	width: 20px;
}
.bbl {
	background: url('/css/box.png') bottom left no-repeat;
	height: 20px;
	width: 20px;
}
.bbm {
	background: url('/css/boxv.png') bottom left repeat-x;
	height: 20px;
}
.bbr {
	background: url('/css/box.png') bottom right no-repeat;
	height: 20px;
	width: 20px;
}
.handle {
	cursor: move;
}
