@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f7f2e6;
}


div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 10px 0px 5px 40px;
	color: #333;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	padding: 10px 0px 5px 40px;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 10px 0px 5px 30px;
	color: #333;
}
p {
	color: #333;
}



ul {
	padding-left: 60px;
	font-size: 0.9em;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}



a:link {
	color:#666;
	text-decoration: underline;
}

a:visited {
	color:#900;
	text-decoration: none;
}

a:hover {
	color:#900;
	text-decoration: none;
}

a:active {
	color:#900;
	text-decoration: none;
} 
.horizImages {
	padding: 5px;
	border: 1px dotted #333;
	margin-left: 60px;
}
.vertImages {
	border: 1px dotted #333;
	padding: 5px;
	margin-left: 100px;
}
#headWrapper {
	background: #880201 url(../_images/headerGradient.jpg) no-repeat center;
}
#midHeader {
	width: 800px;
	background-position:center center;
	margin: auto;
}


#mainWrapper {
	background: #f7f2e6 url(../_images/mainGradientBackground.jpg) no-repeat fixed center;

}
#msWrapper {
	margin: auto;
	width: 800px;
}

#shadow {
	background: url(../_images/shadow.png) repeat-x;
}
#btnWrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
.navBtn {
	padding-right: 20px;
	padding-left: 20px;
}




#mainContent {
	width: 520px;
	border-right: 1px dotted #333;
	border-left: 1px dotted #333;
	
}
#mainContent p {
	padding: 0px 40px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: justify;
}
.bookLaunchHBig {
	padding: 5px;
	border: 1px dotted #333;
}
.books {
	margin: 10px 0px 10px 110px;
	padding: 5px;
	border: 1px dotted #333;
}


.bookLaunchH {
	margin: 5px 5px 5px 17px;
	padding: 5px;
	border: 1px dotted #333;
	cursor: pointer;
}



#sidebar {
	float: right;
	width: 280px;
	border-right: 1px dotted #333;
	
}
.sideHead {
	padding-top: 18px;
}

#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 15px 10px 30px;
	font-size: 0.8em;
	text-align: justify;
}
#sidebar img {
	padding: 5px;
	border: 1px dotted #333;
	float: right;
	margin-right: 15px;
	margin-left: 7px;
}



#footer {
	background: #003333;
	
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 0.9em;
	text-align: center;
	padding: 5px 0px 20px;
}
#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #CCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCC;
	text-decoration: none;
}
#footer a:active {
	color: #CCC;
}

