@charset "UTF-8";
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #d7d1cc;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #796756;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #796756;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
a:link {
	color: #9D145E;
	text-decoration: none;
}
a:visited {
	color: #9D145E;
	text-decoration: none;
}
a:hover {
	color: #9D145E;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0px;
	height: 114px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb3aa;
}
#header  a img  {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topBar ul, #topBar li  {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 11px;
	height: 20px;
}

#topBar li  {
	float:right;
	padding-left: 15px;
}
#topBar a:link, a:visited  {
	color: #796756;
	text-decoration: none;
}
#topBar a:hover {
	color: #000000;
	text-decoration: none;
}
#mainNav {
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb3aa;
}
#mainNavBox {
	height: 36px;
	float: right;
}
.mainButtonSpaced {
	padding-left: 23px;
}
/*#mainNav  ul, #mainNav  li  {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 18px;
	height: 20px;
}
#mainNav  li  {
	padding-left: 25px;
	float: right;
}
#mainNav  a:link, a:visited  {
	color: #796756;
	text-decoration: none;
}
#mainNav  a:hover {
	color: #000000;
	text-decoration: none;
}*/

#subNav {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb3aa;
	padding-left: 294px;
}
.subButtonSpaced {
	padding-left: 20px;
}
.subButtonSpaced2 {
	padding-left: 15px;
}

.oneColFixCtrHdr #mainContent {
	background: #d7d1cc;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainHomeContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bcb3aa;
}
.oneColFixCtrHdr #footer p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#titleContent {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#leftContent {
	float: left; /* since this element is floated, a width must be given */
	width: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContent {
	margin-left: 490px;
	padding: 0px;
} 
#leftContentBooks {
	float: left; /* since this element is floated, a width must be given */
	width: 288px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContentBooks {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 294px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 500px;
}
#rightContentBooks a:link {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContentBooks a:hover {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContentBooks a:visited {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #796756;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 18px;
}
.imageBorder10px {
	padding-bottom: 10px;
}
.profileImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageBorder20px {
	padding-bottom: 20px;
}
#mainContent   a img  {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeMovieBox {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb3aa;
	margin-bottom: 10px;
}
#homeMovieBox2 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb3aa;
	margin-bottom: 0px;
}
#footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftContentSmall {
	float: left; /* since this element is floated, a width must be given */
	width: 269px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContentLinks {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 294px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 500px;
}
#rightContentLinks  a:link {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContentLinks  a:hover {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContentLinks  a:visited {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
.siteLink   {
	color: #9D145E;
}
#leftContentAbout {
	float: left; /* since this element is floated, a width must be given */
	width: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContentAbout {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 490px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.footerText {
	font-size: 9px;
	color: #ab9f94;
	text-align: center;
}
#leftContent a:link {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#leftContent a:hover {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#leftContent a:visited {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}

