* {												/* reset */
		margin: 0;							
		padding: 0;
}

body	{
			background-color: #8b0000;
			font-family: arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: .82em;
			line-height: 1.5em;
}
/************************** Center & style main content box **************************/
#content	{
				width: 94%;
				background-color: white;
				margin: auto;
				border-left: 5px #afaf00 solid;
				border-right: 5px #afaf00 solid;
				min-height: 540px;
}
/************************* Center & style header ***********************************/
h1	{
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 3.3em;
		line-height: .9em;
		text-align: center;
		background-color: #571919;
		color: #c9c900;
		border-bottom: #afaf00 5px solid;
		padding: .3em;
}
/************************ Style author byline *************************************/
.byline	{
				font-weight: bold;
				color: black;
				font-size: 1.2em;
				line-height: .2em;

}
/*********************** Float & style pullquote box *****************************/
.pullquote	{
					float: right;
					width: 130px;
					padding: 20px;
					margin: 10px;
					font-family: arial, helvetica, sans-serif;
					font-size: 1.6em;
					line-height: 2em;
					background-color: #fefeae;
					color: red;
}
/********************* set width of body copy to flow around pullquote box *******/
#body-copy	{
					width: 88%;
}
/******************** set space around lines in paragraphs **********************/
p	{

		padding: .6em;
}
/******************* set drop cap to first paragraph only **********************/
p.first:first-letter	{
						font-family: arial, helvetica, sans-serif;
						font-weight: bold;
						font-style: italic;
						font-size: 2em;
}
/****************** styling for author bio box ********************************/
.author	{
					background-color: #fefeae; 
					color: black;
					width: 350px;
					margin-top: 100px;
					padding-left: 10px;
}
/******************* set link styles *******************************************/
a:link, a:visited{ color: yellow; }				/* yellow border around button ???*/

li	{
		display: inline;				/******** place buttons side by side & remove bullets ???*/
}
/******************* center & style footer below main conetent box ************/
#footer	{
				width: 94%;
				background-color: #571919;
				text-align: center;
				clear: both;
				margin: auto;
				padding-top: 5px;
				border-left: 5px #afaf00 solid;
				border-right: 5px #afaf00 solid;
}
