@charset "utf-8";
/* CSS Document */
/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin : 0;
	padding: 0;
	text-align: center;
}


/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse; }

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*--page layout styles--*/


#content{
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
		
}

#pic{
	float:left;
}

#copy{
	border-left: 1px  #999 dotted;
	margin-top:20px;
	margin-left:20px;
	margin-right:50px;
	padding-left:50px;
	text-align: left;
	
	
	
}
#copy p{
	padding:8px;
}
#copy h1{
	padding:5px;
	text-align:left;
	color:#7e2818;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
