*
{
	margin : 0;
	padding : 0;
	border : 0;
}

body
{
	background : #ebcea3;
	text-align : center;
	font-family : 'Arial', Sans-Serif;
}

#container
{
	margin : auto;
	background : #f5e7d1;
	width : 767px;
	text-align : left;
	border : 1px solid #9e8a6d;
	font-size : 90%;
}

#main, #footer
{
	padding : 15px;
}

#footer
{
	font-size : 80%;
}

#header
{
	height : 193px;
	background : url('images/header.jpg');

}

h1
{
	display : none;
}

h2
{
	text-align : center;
	margin-top : 25px;
	font-size : 250%;
}

h3
{
	margin-top : 25px;
	font-size : 100%;
}

p
{
	margin-top : 15px;
}

em
{
	font-weight : bold;
}

img
{
	margin : 10px;
	border : 5px solid #9e8a6d;
}

.leftimg
{	
	float : left;
	font-size : 10px;
	text-align : center;
}

