@charset "utf-8";
body {
	background: #00070F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
h1,ul,form {
	margin: 0px;
}
.clearall {
	clear: both;
}
.oneColFixCtrHdr #main-bg {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
}
.oneColFixCtrHdr #container {
	width: 1015px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-size: 100%;
}
.oneColFixCtrHdr #header {
	color: #FFF;
	background-color: #00070F;
	background-image: url(../images/header-bg.jpg);
	text-align: center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 89px;
}
.oneColFixCtrHdr #menu {
	font-size: 18px;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
}
.oneColFixCtrHdr #menu li {
	list-style: none;
	display: block;
	float: left;
	width: 185px;
}
.oneColFixCtrHdr #menu li a {
	text-decoration: none;
	color: #FFF;
	text-transform: capitalize;
}
.oneColFixCtrHdr #menu li a:hover {
	text-transform: capitalize;
	color: #42c5e4;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 18px;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #076881;
	font-size: 32px;
}
.oneColFixCtrHdr #book{
	width: 496px;
	float: right;
	margin-left: 75px;
	padding-top: 30px;
	height: 675px;
	position: relative;
}
.oneColFixCtrHdr #book #paypal {
	position: absolute;
	top: 460px;
	background: transparent;
	height: 120px;
	width: 121px;
	right: 35px;
}
.oneColFixCtrHdr #row2  {
	background-color: #086981;
	color: #FFF;
	padding: 10px 20px;
}
.oneColFixCtrHdr #row2 #authors {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-align: center;
	width: 450px;
	padding-top: 20px;
}
.oneColFixCtrHdr #row2 #authors span {
	color: #42c5e4;
}
.oneColFixCtrHdr #row2 #authors p {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
}
.oneColFixCtrHdr #row2 #contact {
	margin-top: 0px;
	margin-right: 450px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 22px;
}
.oneColFixCtrHdr #row2 #contact h1 {
	font-size: 34px;
	color: #42c5e4;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #row2 #contact #commentForm {
	margin-bottom: 5px;
	margin-top: 25px;
}
.oneColFixCtrHdr #row2 #contact #commentForm label {
	padding-right: 5px;
}
.inputField     {
	color: #8450a0;
	background-color: #FFF;
	width: 365px;
	border: none;
	height: 30px;
	font-size: 22px;
	padding: 0 5px;
	font-family: "Times New Roman", Times, serif;
}
.inputComment {
	color: #8450a0;
	background-color: #FFF;
	padding-left: 5px;
	width: 365px;
	border: none;
	height: 125px;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
.worxTuring {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	background-color: #AAD5FF;
	vertical-align: top;
	width: 90px;
	margin-left: 10px;
	height: 25px;
	color: #002453;
	text-transform: uppercase;
	padding: 0 5px;
}
input.btn {
	font-size: 20px;
	color: #FFF;
	font-style: italic;
	background: none;
	border: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-right: 5px;
}
input.btnhov {
	color: #CCBFDD;
}

.oneColFixCtrHdr #row2 #contact a  img{
	text-decoration: none;
	border: none;
	margin-left: 35px;
	margin-top: 0px;
	height: 38px;
}
.oneColFixCtrHdr #footer {
	background:#002453;
	color: #FFF;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p a {
	color: #42C5E4;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover {
	color: #8450A0;
	text-decoration: none;
}

