
/* ========== This Section Controls Menu and Positioning ========== */

* {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

body {
	font-family: Calibri, GillSans, Trebuchet, sans-serif;
	font-size: 62.5%;    /* !!! DO NOT CHANGE !!! */
	text-align: left;
	/*background-image: url(../images/filename.ext);*/
	background-color: transparent;
}

#container {
	width: 1032px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

#container #home_bg {
	height: 707px;
	background: url(../images/home_bg.jpg) no-repeat;
}

#container #pg_bg {
	height: 707px;
	background: url(../images/primary_pg_bg.jpg) no-repeat;
}

#home_content {
	width: 700px;
	float: left;
	margin: 55px 20px 0px 250px;
	background-color: transparent;
}

#content {
	width: 535px;
	float: left;
	margin: 88px 0px 20px 15px;
	background-color: transparent;
}

#menu {
	width: 139px;
	height: 315px;
	background: transparent url(../images/menububble.png) repeat-y;
	float: left;
	margin: 95px 0px 0px 180px;
}

#menu ul {
	list-style: none;
	margin: 10px 0px 0px -10px;
}

#menu ul li a {
	font-family: Calibri, GillSans, Trebuchet, sans-serif;
	font-size: 1.5em;
	line-height: 1.0em;
	color: #f52e24;
	font-weight: bolder;
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 2.0em;
}

#menu ul li a:hover {
	color: #000;
}

#menu ul li a:active {
	color: #fcb879;
}

#right_margin_image {
	width: 142px;
	height: 263px;
	background: transparent no-repeat;
	float: right;
	margin: 100px 0px 0px 0px;
}

#footer {
	width: 1032px;
	height: 144px;
	float: left;
	background: transparent url(../images/footer_bg.jpg) no-repeat;
}

#home_footer {
	width: 1032px;
	height: 194px;
	float: left;
	background: transparent url(../images/footer_bg_book.jpg) no-repeat;
	margin-top: 210px;
}

#home_footer p, #home_footer h1, #home_footer h2, #home_footer h3, #home_footer a, #home_footer a:hover, #home_footer a:visited, #home_footer em {
	color: black;
}

.home_copyright {
	text-align: center;
	margin-top: 175px;
	color: black;
}

.copyright {
	text-align: center;
	padding-top: 125px;
	color: black;
}

#social_links {
	width: 506px;
	height: 44px;
	float: left;
	margin: 10px 0px 0px 500px;
}

#social_links img {
	border-style: none;
	text-decoration: none;
}

/* ========== This Section is for Text Styles ========== */

p {
	color: #707070;
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

.center {
	text-align: center;
}

img.topgraphic {
	margin-top: 12px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 2.2em;
	font-style: bold;
	color: #707070;
}

h2 {
	font-size: 1.9em;
	font-style: bold;
	color: #707070;
}

h3 {
	font-size: 1.5em;
	font-style: bold;
	color: #707070;
}

#content a, #home_content a {
	color: #707070;
	text-decoration: none;
}

#content a:hover {
}

#content a:active {
	color: #707070;
}

iframe.books {
	margin: 12px 20px 20px 0px;
}

#content ul {
	list-style-position: outside;
	margin: 0 0 0 30px;
	text-align: left;
	color: #707070;
}

#content li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content li ul li {
	font-size: inherit;
}

/* My Comment */