#content {
	padding: 0px;
	}

/* ABOUT **************************/
#about {
	width: 300px;
	color: #222222;
	margin: 14px 10px;
	font-size: 12px;
	float: left;
	}
#about h1 {
	font-size: 20px;
	color: #4D6B8B;
	margin-bottom: 0px;
	font-weight: 900;
	}
#about p {
	margin: 6px 8px 8px 0px;
	}



/* NEWS **********************************************/
#news {
	width: 280px;
	color: #222222;
	margin: 14px 0px 14px 10px;
	font-size: 12px;
	float: left;
	position: relative;
	left: 5px;
	}
#news h1 {
	font-size: 20px;
	color: #4D6B8B;
	margin-bottom: 0px;
	font-weight: 900;
	}
#news li {
	list-style: none;
	list-style-position: inside;
	padding: 5px 0px 6px 22px;
	background-image: url('../images/box_green1.jpg');
	background-position: 2px 6px;
	background-repeat: no-repeat;
	}
#news li .date {
	font-size: 11px;
	color: #666666;
	}
#news .bottomLink {
	position: relative;
	left: 20px;
	}
#news .rss {
	position: absolute;
	top: 4px;
	right: 12px;
	}
#news .rss img {
	border: 0px;
	}
	
	
/* EXAGGERATED FEATURES **********************************/
#exaggeratedFeatures {
	padding: 6px;
	background-image: url('../images/gradient_blue2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #4D6C8C;
	border: 2px solid #9EBED8;
	margin-bottom: 20px;
	}
#exaggeratedFeatures .cover:link img, #exaggeratedFeatures .cover:visited img {
	margin: 0px 0px 0px 12px;
	border: 2px solid #9EBED8;
	position: relative;
	top: 2px;
	}
#exaggeratedFeatures .cover:hover img, #exaggeratedFeatures .cover:active img {
	border-color: white;
	}
#exaggeratedFeatures a:link.archives, #exaggeratedFeatures a:visited.archives {
	display: block;
	float: right;
	height: 92px;
	width: 34px;
	position: relative;
	top: 12px;
	right: 3px;
	background-image: url('../images/ef_archives.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	}
#exaggeratedFeatures a:hover.archives, #exaggeratedFeatures a:active.archives {
	background-position: top left;
	}


/* AD 1 (250x250) *************************************/
#ad1 {
	height: 250px;
	width: 300px;
	background-color: #CCCCCC;
	margin: 18px 30px 14px 14px;
	position: relative;
	float: left;
	border: 3px solid #9EBED8;
	}
#ad1 .title {
	font-size: 11px;
	color: #777777;
	position: absolute;
	top: -18px;
	left: -3px;
	}




/* FORUM **********************************************/
#forum {
	width: 300px;
	color: #222222;
	margin: 14px 14px;
	font-size: 12px;
	float: left;
	position: relative;
	}
#forum h1 {
	font-size: 20px;
	color: #4D6B8B;
	margin-bottom: 0px;
	font-weight: 900;
	}
#forum li {
	list-style: none;
	list-style-position: inside;
	padding: 5px 0px 6px 22px;
	background-image: url('../images/box_orange2.jpg');
	background-position: 2px 6px;
	background-repeat: no-repeat;
	}
#forum li .date {
	font-size: 11px;
	color: #666666;
	}
#forum .bottomLink {
	position: relative;
	left: 20px;
	}
#forum .rss {
	position: absolute;
	top: 4px;
	right: 12px;
	}
#forum .rss img {
	border: 0px;
	}


/* ARTIST SPOTLIGHT ************************************/
#spotlight {
	width: 560px;
	color: #222222;
	margin-bottom: 14px;
	font-size: 12px;
	float: left;
	}
#spotlight h1 {
	font-size: 20px;
	color: #4D6B8B;
	margin-bottom: 4px;
	font-weight: 900;
	}
#spotlight .caricature {
	border: 3px solid #9EBED8;
	float: left;
	margin: 0px 10px 10px 0px;
	}