/* poop.css 
 * alex weber
 */
 
html, body{
	margin: 0;
	padding: 0;
	background: #E4B13A url('image/back.gif');
	text-align: center;
}

div#wrapper{
	margin: 0 auto 2em;
	padding: 4em 1em 1em 2.2em;
	width: 30em;
	background: #ffe493 url('image/front.gif');
	text-align: left;
	color: #4b4b41;
	border: 2px solid #aa510B;
	border-top: 0px;
	word-spacing: .1em;
	font: 12pt/15pt Trebuchet MS, Helvetica, Arial, sans-serif;
}

* html div#wrapper{
	width: 33.2em;
}

#wrapper p{
	margin: .3em 0; margin-right: 0em;
	padding: 0;
	text-indent: 1.6em;
}

div#contact{
	text-align: center;
}

div#contact p{
	text-indent: 0em;
}

p.contactL{
	float: left;
	width: 14em;
}

#wrapper p strong{
	color: #8a510b;
	font-size: 1em;
	font-weight: bold;
}

div#header {
	border-bottom: 1px solid #aa510b;
	padding: 0 0 .9em; 
}

div#footer{
	clear: both;
	font-size: small;
	float: left;
	text-align: center;
	margin-top: 1.4em;
	line-height: 13pt;
}

h1{
	margin: 0; 
	padding: 0;
	color: #aa510b;
}

h3{
	margin: 1.2em auto .6em;
	padding: 0;
}

a{
	color: #d72932;
}

a:hover{
	color: #872737;
	text-decoration: none;
}

#footer a{ background-color: #E4B13A;}