@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	width:100%;
	height:100%;
	padding:0px;
	text-align: left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#ffffff;
}

img {
	border: none;
}

.wrapper {
	width:1000px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

.loading_header {
	background:#19b9eb;
	height:25px;
}

.spacer {
	height:10px;
	clear:both;
}

.vspacer {
	width:12px;
	float:left;
}

.largeText {
	width:900px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	height:20px;
	line-height:20px;
}

.newfeedText {
	width:900px;
	margin:0 auto;
	border-top:solid #19b9eb 1px; 
	border-bottom:solid #19b9eb 1px; 
	height:24px;
	text-align:left;
	padding:3px; 
	line-height:20px;
}

.content {
	width:790px;
	float:left;
}

.smallAdSection {
	width:210px;
	text-align:right;
	float:right;
}

.stuffNSuchSection {
	float:left;
	width:230px;
	height:230px;
	text-align:left;
	background:url(images/img_arrow_bottomright.gif) no-repeat 220px bottom;
	overflow:hidden;
}

.randomBlurpsSection {
	float:left;
	width:280px;
	text-align:left;
	padding-right:10px;
	background:url(images/img_arrow_bottomright.gif) no-repeat 270px bottom;
}

.randomBlurpsSectionShort {
	float:left;
	width:230px;
	text-align:left;
	padding-right:10px;
	background:url(images/img_arrow_bottomright.gif) no-repeat 220px bottom;
}

.randomBlurpsCategory {
	font-size:25px;
	color:#666;
	padding: 0;
}

.randomBlurpsTitle {
	font-size:14px;
	color:#1E779F;
	font-weight:bold;
	text-transform:uppercase;
}

.hotPickNPicsSection{
	width:500px;
	float:left;
	text-align:left;
	height:20px;
	background:url(images/img_arrow_bottomright.gif) no-repeat right bottom;
}

.smallLink {
	color:#19b9eb;
	font-weight:bold;
	text-decoration:none;
}

.articlesSection {
	width:760px;
	float:left;
	text-align:left;
	background:url(images/img_arrow_bottomright.gif) no-repeat right bottom;
}

