body
{
	width: 945px;
	font-family: Arial, Helvetica;
	/*background-color:#F5F5DC; */
	background-color: #F9ECDC;
}

h3
{
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
.topper
{
	padding-top: 12px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.7em;
	font-family: "New Century Schoolbook", serif;
	font-weight: normal;
	/*color: #FFF8DC;*/
	color: #F9ECDC;
	/*background-color: #A0522D; */
	background-color: #7B1200;  /*deep red */
	width: 100%;
	height: 36px;
}
  
.main
{
position:absolute;
 top:75px;
 left:10px;
	padding: 10px;
	width: 675px;
	height: 310px;
	font-size: .8em;
	background-color: #DFCEB2;
	border: gray dotted;
}

.social
/* far right/Twitter widget */
{
position:absolute;
	top:75px;
	left:715px;
	width:215px;
	height:550px;
 	padding: 10px;
	background-color: #7b1200;   /*deep red */
}

.about /*bottom left box*/
{
position:absolute;
	top:415px;
	left:10px;
	width:225px;
	height:225px;
	/*width:170px;
	height:155px;
	padding: 10px;*/
	/*margin: 5px;*/
	font-size: .9em;
	line-height: 1.1em;
	background-color: #ddd66b; /*gold*/
	border: DarkGreen dotted;
}
  
.media /* bottom center box */
{
position:absolute;
 top:415px;
 left:243px;
 width:400px;
 height:205px;
 /*left:210px;
 width:435px;
 height:155px;*/
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	/*margin: 5px;*/
	font-size: 1em;
	line-height: 1.3em;
	font-weight: lighter;
	border: DarkGreen dotted;
	background-color: #ddd; /*light grey*/
}
  
.clear {
    clear: both;
}

.footer {
	position:absolute;
	top:640px;
	left:10px;
	padding-top: 20px;
	font-size: .7em; 
	line-height: .7em ;
}