/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 3
   Case Problem 3

   Midwest Center for Diversity Style Sheet
   Author: Bradley Forney
   Date:   2013-01-06

   Filename:         center.css
   Supporting Files: none

*/


body{
	color: 		"black";
	background: 	rgb(204,204,153);
	margin: 	0em;
}

#banner{
	float: 		"left";
}

#pageContent{
	width: 		42em;
	left-margin: 	4em;
}

h1{
	font-family: 	"Arial, Helvetica, sans-serif";
	font-size: 	1.5em;
	letter-spacing: 0.5em;
	padding:	0.2em;
	color:		rgb(204,204,153);
	background:	rgb(102,102,204);
	text-align:	center;
}

em{
	font-style:	"normal";
	font-weight:	"bold";
	color:		rgb(102,102,204);
}
      
address{
	font-style:	"normal";
	text-transform:	"uppercase";
	color:		rgb(102,102,204);
	text-align:	"center";
	padding:	0.5em;
	border-top:	solid 0.1em rgb(102,102,204);
}

span{
	float:		"left";
	font-weight:	"bold";
	font-size:	3em;
	color:		rgb(102,102,240);
	line-height:	0.8em;
	border-right:	solid 0.05em rgb(102,102,204);
	border-bottom:	solid 0.05em rgb(102,102,204);
	padding:	0em 0.2em 0.2em 0em;
	margin-right:	0.2em;
}

