html {
    height: 100%;
}

body {
	width: 650px;
	text-align: center;
	margin: 10px auto 100px auto;
	font-size:100%;
}

#main {
	height:	auto;
	
	font-family: 'Gill Sans' , 'Gill Sans MT';
	color:#333;
}

#header {
	height:250px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}

#header h1 {
	position: relative;
	left:225px;
	top:60px;
	font-size:4.25em;
	margin-bottom:0px;
	text-align:left;
}

#header h3 {
	margin-top:0px;
	position: relative;
	left:250px;
	top:60px;
	text-align:left;
}

#header h2 {
	font-size:2em;
	margin-top:0px;
	text-align:center;
	position: relative;
	top:60px;
}

#content {
	text-align:left;
	
	font-family: 'Gill Sans' , 'Gill Sans MT';
	color:#333;
}

#content img{
	display: inline;
	margin: 5px;
}

.hr {
	width: 100%; 
	height: 2px; 
	border: 0; 
	background-color: #333; 
	margin-top: 5px;
	clear:both;	
}

#footer {
	font-family: 'Gill Sans' , 'Gill Sans MT';
	color:#333;
	text-align: center;
}

#footer p{
	margin:0px;
}

#footer table{
	margin-left: auto;
	margin-right: auto;
}