@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #021949;
	background-image: url(images/backgroundBody.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}
#pageH2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	left: 160px;
	top: 142px;
	font-size: 29px;
	font-weight: normal;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 14px;
}

p {
	margin-bottom: 10px;
	line-height: 9pt;
}
a, b {
	color: #FFF;
}

#content {
	background-image: url(images/backgroundHome.jpg);
	background-repeat: no-repeat;
	height: 567px;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0F2E81;
	text-align: left;
	position: relative;
}
#mainMenu {
	position: absolute;
	width: 140px;
	left: 0px;
	top: 134px;
	line-height: 44px;
}
#mainMenu a {
	display: block;
	width: 140px;
	text-indent: -9999px;
}
#textBox {
	position: absolute;
	left: 167px;
	top: 185px;
	width: 225px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 9px;
}
#textBoxBooks {
	position: absolute;
	left: 167px;
	top: 155px;
	width: 240px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#textBoxContact {
	position: absolute;
	left: 175px;
	top: 360px;
	width: 240px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#telNum {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 38px;
	position: absolute;
	left: 160px;
	top: 468px;
}
#emailAdd {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	position: absolute;
	right: 20px;
	bottom: 53px;
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 395px;
}
#emailAdd:hover {
	background-position: left -34px;
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 900px;
	height: 52px;
}
#footer h1 {
	position: static;
	line-height: 50px;
	text-indent: 82px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffed00;
}
#sizeSquare {
	position: absolute;
	left: 280px;
	top: 225px;
}
#sizePortrait {
	position: absolute;
	left: 280px;
	top: 335px;
}
#sizeLandscape {
	position: absolute;
	left: 475px;
	top: 225px;
}
#sizeLarge {
	position: absolute;
	left: 475px;
	top: 330px;
	width: 100px;
}
#pageTurn {
	text-align: center;
	position: absolute;
	height: 240px;
	width: 420px;
	top: 170px;
	right: 40px;
	z-index: 99;
}

