* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

a:hover {
	color:#930
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#heading1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	color: #B22130;
	font-weight: bolder;
	text-transform: none;
	padding-top: 55px;
	padding-right: 20px;
	padding-left: 20px;
	top: 100px;
	letter-spacing: 1px;
}
#logo {
	height: 430px;
	padding-right: 120px;
	padding-left: 90px;
}
#bottomHead {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	line-height: 1.1;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

