@charset "UTF-8";
/* Dave Wise News System CSS Document */


/* 
  Admin Display boxes 
	===================
*/


#container {
	position: absolute;
  width: 710px;
	left: 50%;
	margin-left: -355px;
	top: 0px;
}

#header {
	position: relative;
	background: url(/images/decals/news-header.jpg) no-repeat;
	width: 710px;
	height: 50px;
	left: 50%;
	margin-left: -355px;
}

#articles {
	position: relative;
	background:#fff;
	width: 710px;
	left: 50%;
	margin-left: -355px;
}

#footer {
	position: relative;
	background: url(/images/decals/news-footer.jpg) no-repeat;
	width: 710px;
	height: 50px;
	left: 50%;
	margin-left: -355px;
}

#header h1 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:18px;
	color:#FFF;
}

#footer h2 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:9px;
	color:#ccc;
}

/* 
  Article look and feel elements 
	==============================
*/

#article {
}

#article .header {
	background: #CCC;
}

#article .headline {
	color: #fff;
	font:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:18px;
	text-shadow:#FC0;
	font-variant:small-caps;
}

#article .date {
	color: #000;
	font: "Times New Roman", Times, serif ;
	font-size:10px;
}

#article .summary {
	color: #000;
	font: "Times New Roman", Times, serif ;
	font-style: italic;
	font-size:14px;
}

	