#PageContainer {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/Layout/pagebg.png);
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 100%;
	padding-bottom: 115px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

img.left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

img.right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
}

ul li, ol li {
	color: #f3eee2;
	font-size: 15px;
	line-height: 1.4;
	padding-bottom: 5px;
	font-family: 'Quattrocento', serif;
	font-weight: 400;
}

p {
	color: #f3eee2;
	font-size: 15px;
	line-height: 1.4;
	padding-bottom: 15px;
	font-family: 'Quattrocento', serif;
	font-weight: 400;
}

p a {
	text-decoration: none;
	color: #FFF;
}

p a:hover {
	text-decoration: underline;
	color: #FFF;
}

a.boxLink {
	display:block;
	width:250px;
	height:32px;
	line-height:32px;
	background-color:#9d0b0f;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;

	text-align: center;
}

a.buyLink {
	display: inline-block;
	width: 270px;
	height:32px;
	line-height:32px;
	background-color:#9d0b0f;
	color:#FFF;

	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	font-family: 'Quattrocento', serif;
	font-weight: 700;
	color: #f3eee2;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 a {
	text-decoration: none;
	color: #f3eee2;
}

h1 a:hover {
	text-decoration: none;
	color: #9d0b0f;
}

h2 {
	font-size: 24px;
	font-family: 'Quattrocento', serif;
	font-weight: 700;
	color: #f3eee2;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 a {
	text-decoration: none;
	color: f3eee2;
}

h2 a:hover {
	text-decoration: none;
	color: #9d0b0f;
}

h3 {
	font-size: 18px;
	font-family: 'Quattrocento', serif;
	font-weight: 700;
	color: #f3eee2;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 a {
	text-decoration: none;
	color: #f3eee2;
}

h3 a:hover {
	text-decoration: none;
	color: #9d0b0f;
}

h4 {
	font-size: 16px;
	font-family: 'Quattrocento', serif;
	font-weight: 700;
	color: #f3eee2;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 a {
	text-decoration: none;
	color: #f3eee2;
}

h4 a:hover {
	text-decoration: none;
	color: #9d0b0f;
}

h5 {
	font-size: 15px;
	font-family: 'Quattrocento', serif;
	font-weight: 700;
	color: #f3eee2;
	padding-top: 10px;
	padding-bottom: 10px;
}

h5 a {
	text-decoration: none;
	color: #f3eee2;
}

h5 a:hover {
	text-decoration: none;
	color: #9d0b0f;
}

h6 {
	font-size: 14px;
	font-family: 'Quattrocento', serif;
	font-weight: 700;
	color: #f3eee2;
	padding-top: 10px;
	padding-bottom: 10px;
}

h6 a {
	text-decoration: none;
	color: #f3eee2;
}

h6 a:hover {
	text-decoration: none;
	color: #9d0b0f;
}

#Portals {
	position: relative;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.PortalRight {
	float: right;
	width: 234px;
	height: 212px;
	border: 2px solid #b0a78e;
	margin-right: 54px;
	background-image: url(../../images/Layout/allbooks.jpg);
}

.PortalLeft {
	float: left;
	width: 234px;
	height: 212px;
	border: 2px solid #b0a78e;
	margin-left: 54px;
	background-image: url(../../images/Layout/aboutkate.jpg);

}
.PortalMiddle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 234px;
	height: 212px;
	border: 2px solid #b0a78e;
	margin-top: 20px;
	background-image: url(../../images/Layout/desolateplacesportal.jpg);
}

#Portals h3 {
	margin-top: 30px;
}

#Portals h3 a:hover {
	text-decoration: none;
	color: #b0a78e;
}

#PageContent {
	position: relative;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
}

#PageSidebar {
	float: right;
	width: 266px;
	margin-right: 40px;
	margin-top: 50px;
}

#PageSidebar img {
	box-shadow: 1px 1px 5px #000000;
	margin-bottom: 20px;
}

#PageSidebar p {
	text-align: center;
	font-size: 13px;
}

#PageText {
	float: left;
	position: relative;
	width: 560px;
	margin-left: 40px;
	margin-top: 40px;
}

#PageText.full {
	width: 858px;
	margin-right:40px;
}

#PageText h5 {
	padding-bottom: 10px;
	padding-top: 2px;
}

.BuyButton {
	width: 250px;
	background-color: #9d0b0f;
	color: #f3eee2;
	font-size: 16px;
	padding: 8px;
	margin-top: 10px;
}

.BuyButton a {
	text-decoration: none;
	color: #f3eee2;
}

.BuyButton:hover {
	background-color: #b0a78e;
}

#Slider {
	position: relative;
	width: auto;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(../../images/Layout/sliderbg.jpg);
	background-color: #D9CDB7;
	height: 440px;
}

#Slider .slide {
	width: 100%;
	height: 440px;
}

.SliderText {
	float: right;
	width: 500px;
	margin-right: 45px;
	padding-top: 60px;
}

.SliderText h2 {
	text-align: left;
	color: #9d0b0f;
	font-size: 32px;
}

.SliderText p {
	text-align: left;
	color: #3b3b3b;
	font-size: 16px;
}

.SliderText .ReadMore {
	margin-left: 0px;
	margin-right: 0px;
}

.SliderImage {
	float: left;
	width: 318px;
	margin-left: 45px;
	padding-top: 40px;
}

#BooksToBuy {
	position: relative;
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#BooksToBuy h2 {
	text-align:center;
}

#BooksToBuy img {
	margin-top: 15px;
	box-shadow: 1px 1px 5px #000000;
}

.HomeBook {
	float: left;
	width: 234px;
	border: 2px solid #b0a78e;
	margin: 23px;
	text-align: center;
}

.ReadMore {
	width: 159px;
	background-color: #9d0b0f;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align: center;
}

.ReadMore a {
	text-decoration: none;
	color: #f3eee2;
}

.ReadMore:hover {
	background-color: #b0a78e;
}

#HomeContent {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/* BLOG */

.BlogContainer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.BlogListBox {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
}

.BlogLinks {
    float: right;
    width: 200px;
    padding-left: 40px;
    border-left: 2px solid #B0A78E;
}

.BlogListHeader {
    text-align: left;
    font-size: 26px;
}

.BlogLinks ul {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.BlogLinks ul li {
    list-style: none;
    margin-bottom: 10px;
}

.BlogLinks ul li a {
    color: #FFF;
}

.BlogDate {
    text-align: left;
}

.BlogKeywords {
    text-align: left;
}

.BlogReadMore {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
}

.BlogReadMore a {
	margin-left:initial;
	margin-right:initial;
	text-align:center;
	text-decoration:none;
}

.BlogMain {
    float: left;
    width: 576px;
    text-align: left;
}
