@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	padding: 0px;
	color: #000;
	overflow-x: hidden;
}

#wrapper {
	text-align: left;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1200px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	color: #E4E4E4;
}
#footer {
	margin-top: 56px;
	margin-bottom: 12px;
	clear: both;
	margin-left: 0px;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 35px;
}
#banner {
	height: 200px;
}
#leftColumn {
	float: left;
	width: 405px;
}
#rightColumn {
	float: right;
	width: 590px;
	box-shadow: 2px 2px #000000;
}

#mediumImage {
	height: auto;
	width: 585px;
	clear: inherit;
}
#mediumText {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#Text {
	font-family: Georgia;
	font-size: 20px;
	margin-left: 65px;
	color: #000000;
}
#Book {
	margin-left: 0px;
}
