/* global styles */

body {
	width: 100%;
	height: 100%;	
	margin: 0px;
	padding: 0px;
	background-color: #190b2f;
	color: #d4cfcf;
	font-size: 75%;
	font-family: Arial;
}

ul, ul li, p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: #d4cfcf;
	text-decoration: none;
}


/* container div */

#div-Container {
	width: 798px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #e4e2e2;
	background: #09050b url(../images/csi-titanic-top.gif) top left no-repeat;
	overflow: hidden;
}


/* site description div styles */

#div-SiteDescription {
	float: right;
	clear: right;
	width: 220px;
	height: 240px;
	margin: 130px 10px 0px 0px;
	padding-top: 5px;
	border-top: 1px dotted #6890b0;
	color: #ffffff;
}	

#div-SiteDescription p {
	font: bold 0.9em Verdana, sans-serif;
	line-height: 1.75em;
}


/* table of contents div */

#div-TableOfContents {
	float: left;
	width: 120px;
	height: 100%;
	margin: 230px 0px 0px 10px;
	padding: 5px 5px 5px 10px;
	border-top: 1px dotted #6890b0;
	border-bottom: 1px dotted #6890b0;
	font-size: 1.5em; 
	color: #a49449;
}

#div-TableOfContents ul {
	padding-top: 2px;
	padding-bottom: 5px;
}

#div-TableOfContents li, #div-TableOfContents li a {
	color: #a49449;
}

#div-TableOfContents li {
	padding-bottom: 2px;
}

a.orderLink, 
#div-TableOfContents ul li ul li a {
	font-size: 0.85em;
	color: #a49449;
}

a.orderLink {
	font-size: 1.2em;
	text-decoration: underline;
}

#div-TableOfContents ul li ul li {
	padding-bottom: 0px;
}

a.orderLink:hover, 
#div-TableOfContents a:hover {
	color: #c2b682;
	font-weight: bold;
}

#div-TableOfContents img {
	padding: 1px;
	border: 1px groove #a49449;
	margin: 0px 0px 4px 0px;
}

#div-TableOfContents img:hover {
	border: 1px groove #c2b682;
}


/* main content div styles */

#div-MainContent {
	float: left;
	clear: right;
	width: 610px;
	padding: 20px 28px 10px 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#div-MainContent-OrderInfo img {
	display: block; 
	float: left;
	margin-right: 10px;
}

#div-MainContent-OrderInfo div {
	display: block;
	float: left;
	width: 500px;
}

#div-MainContent-OrderInfo div a {
	margin-right: 2px;
}

#div-MainContent h1 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#div-MainContent h2 {
	font-size: 1.2em;
}

#div-MainContent p {
	padding: 10px 0px 5px 0px;
}

#div-MainContent ul#ul-Toc span {
	font-weight: bold;
}

#div-MainContent li.li-endOfSection {
	padding-bottom: 10px;
}

div.div-ImgBio,
img.img-Bio {
	float: left;
	width: 230px;
	height: 350px;
	margin: 0px 15px 10px 0px;
	padding: 7px 0px 0px 30px;
}

img.img-Bio {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

div.div-ImgBio img {
	float: left;
	clear: both;
}

div.div-ImgBio span {
	display: block;
	float: left;
	width: 255px;
	padding-left: 25px;
	font-size: 0.8em;
	color: #7d7d7d;
	color: #929191;
}

#div-MainContent p.p-Bio {
	padding-top: 0px;
}


/* main content styles for photos pages */

div.div-PhotoThumbs {
	text-align: center;
}

div.div-PhotoThumbs p#p-Heading {
	margin-left: -85px;
}


div.div-Photo {
	float: left;
	width: 115px;
	height: 145px;
	text-align: center;
	padding: 10px 30px 20px 30px;
}

div.div-Photo span {
	font-size: 0.9em;
	line-height: 1.1em;
}

div.div-Photo img {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px inset #a49449;
}

div.div-Photo img:hover {
	border: 1px inset #c2b682;
}

div.div-BigPhoto {
	text-align: left;
}

div.div-BigPhoto img {
	padding: 1px;
	border: 1px solid #a49449;
	margin-bottom: 15px;
}	

/* Uncomment this if the caption should be centered on the page, rather 
 * than under the image.
div.div-BigPhoto span {
	margin-left: -120px;
}
*/


/* footer div styles */

#div-Footer {
	float: left;
	clear: both;
	width: 798px;
	margin: 75px 0px 0px 0px;
	padding: 10px 0px 25px 0px;
	background: #190b2f url(../images/footer-bg.gif) top left repeat-x;
	text-align: center;
}

#div-Footer p {
	border-top: 1px dotted #6890b0;
	padding-top: 10px;
	margin: 0px 10px 0px 10px;
}
		

#div-Footer span, #div-Footer p, #div-Footer a, span.copy {
	font-size: 1.0em;
	color: #989696;
}

#div-Footer a:hover {
	color: #d4cfcf;
}

/* clear floated elements contained in non-floated elements */

.clear {
	clear: both;
}
