* {												/* reset */
		margin: 0;							
		padding: 0;
}
													/* global text settings */
body	{
			background-color: #bfbfbf;
			font-family: arial, helvetica, sans-serif;
			font-size: .8em;
			color: black;
}

#wrapper	{
				text-align: center;
				width: 100%;		
}

h1		{
			font-size: 5em;
			line-height: 1.5em;
			letter-spacing: .15em;
			background-color: black;
			color: white;
}

h2	{
		font-size: 2.2em;
		padding-top: 50px;
		padding-bottom: 70px;
}

.outline	{
				width: 90%;
				float: left;
				border: 2px black solid;
				margin-bottom: 40px;
				margin-left: 100px;
}

.photo	{
				float: left;
				background-color: #9c9c9c;
				border: 1px black solid;
}

p:first-letter { font-weight: bold;
						font-size: 1.5em; }
p	{
		float: left;
		width: 50%;
		font-size: 3.6em;
		line-height: 1.2em;
		color: white;
		text-align: left;
		padding-left: 10px;
}

img	{
			float: right;
}
