@charset "UTF-8";
body {
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/********************************************

			
			HEADER


********************************************/

.oneColFixCtrHdr #header {
	background-image:url(images/header.jpg);
	width:1024px;
	height:177px;
	position:relative;
}
.oneColFixCtrHdr #headerHome {
	position:relative;
	background-image:url(images/header_home.jpg);
	background-repeat:none;
	width:1024px;
	height:177px;
	max-height:175px;
}
.oneColFixCtrHdr #name {
	width:735px;
	height:39px;
	position:absolute;
	top:49px;
	left:59px;
}
.oneColFixCtrHdr #navigation {
	width:613px;
	height:61px;
	position:absolute;
	top:103px;
	left:373px;
}

/********************************************

			
			DROP SHADOW UNDER HEADER


********************************************/

.oneColFixCtrHdr #shadow {
	width:1024px;
	height:6px;
}

/********************************************

			
			MAIN CONTENT


********************************************/

.oneColFixCtrHdr #mainContent {
	padding:10px 50px;
	margin:0px;
	min-height:592px;
}
.oneColFixCtrHdr #mainContentNoPadding {
	padding:0px;
	margin:0px;
}

/********************************************

			
			FICTION SPECIFIC


********************************************/


.oneColFixCtrHdr #mainContentFiction {
	padding:10px 0px 10px 50px;
	margin:0px;
}
.oneColFixCtrHdr #mainContentFiction a {
	padding-right:50px;
}
	/***************************

			
		Sub pages
		

	***************************/

.oneColFixCtrHdr #contentFiction {
	padding:0px 35px 10px 0px;
	margin:0px;
}

.oneColFixCtrHdr #contentFiction #fictionImage {
	width:384px;
	height:560px;
	float:left;
	
}

.oneColFixCtrHdr #contentFiction #fictionsynopsis {
	font-size:16px;
	padding: 25px 0px 0px 25px;
	width:580px;
	float:right;
	
}

/********************************************

			
			SHORT STORY SPECIFIC


********************************************/


.oneColFixCtrHdr #mainContentShortStory {
	padding:0px 7px 10px 7px;
	margin:0px;
}
.oneColFixCtrHdr #mainContentShortStory a {
	border:0px;
}
	/***************************

			
		Sub pages
		

	***************************/
	

.oneColFixCtrHdr #contentSS {
	padding:0px 35px 10px 0px;
	margin:0px;
}

.oneColFixCtrHdr #contentSS #ssImage350 {
width:350px;
height:646px;
float:left;
	
}

.oneColFixCtrHdr #contentSS #ssImage391 {
width:391px;
height:646px;
float:left;
	
}
.oneColFixCtrHdr #contentSS #ssImage435 {
width:435px;
height:646px;
float:left;
	
}

.oneColFixCtrHdr #contentSS #ssImage447 {
width:447px;
height:646px;
float:left;
	
}

.oneColFixCtrHdr #contentSS #ssImage487 {
width:487px;
height:646px;
float:left;
	
}

.oneColFixCtrHdr #contentSS #ssSynopsis350 {
	font-size:16px;
	padding: 25px 0px 0px 25px;
	width:604px;
	float:right;
	
}

.oneColFixCtrHdr #contentSS #ssSynopsis391 {
	font-size:16px;
	padding: 25px 0px 0px 25px;
	width:563px;
	float:right;
	
}

.oneColFixCtrHdr #contentSS #ssSynopsis435 {
	font-size:16px;
	padding: 25px 0px 0px 25px;
	width:519px;
	float:right;
	
}

.oneColFixCtrHdr #contentSS #ssSynopsis447 {
	font-size:16px;
	padding: 25px 0px 0px 25px;
	width:507px;
	float:right;
	
}

.oneColFixCtrHdr #contentSS #ssSynopsis487 {
	font-size:16px;
	padding: 25px 0px 0px 25px;
	width:467px;
	float:right;
	
}
.oneColFixCtrHdr #contentSS #ssSynopsis351 {
	font-size:16px;
	width:535px;
	float:right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;	
}

/********************************************

			
			FOOTER


********************************************/

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size:12px;
}
.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 */
}
.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#000000;
}


.oneColFixCtrHdr .clearfloat {
	clear:both;
}
.oneColFixCtrHdr .fltright {
	float:right;
}
/********************************************

			
			LINKS


********************************************/

.oneColFixCtrHdr #mainContent a {
	color:#000000;
}


.clearfloat {
	clear:both;
	font-size:1px;
	line-height:0px;
}.oneColFixCtrHdr_quote {
	font-size: 15px;
}

