#container {
	width: 1110px;
	height: 100%;
	margin: 146px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#menu {
	position: absolute;
	height: 1%;
	top: 5px;
	right: 102px;
}
#header a:link, #header a:visited {
	color: #fdb4af;
	font-weight:normal;
	margin: 0;
}
#header p {
	margin: 0;
	padding: 0 114px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 90%;
}
#header p span, #header p a:hover {
	font-weight:normal;
	text-decoration:none;
	margin: 0;
}
#mainContent p {
	margin: 0;
	padding: 0 20px 0;
}
#mainContent .twocol {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
#mainContent .col1 {
	width: 430px;
	padding: 0;
	margin: 0;
}
#mainContent .col2 {
	width: 430px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.hide {
display: none;
}
