/*
New Chapter True Stories Styles
Version 1.0

*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/lightTile.jpg);
}

#outerContainer {
	margin-top: 5px;
	text-align: center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	font-family: Times New Roman, Times, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
}

#innerContainer {
	text-align: left;
	width: 918px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	height: 82px;
	width: 918px;
}

#identity {
	width: 918px;
	height: 52px;
}

#topNav {
	width: 918px;
	height: 30px;
	margin-left:3px;
	clear:both;
}

#body {
	width: 918px;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	clear:both;
}

#content {
	width: 635px;
	height: 100%;
	min-height: 100%;
	margin-right: 5px;
	margin-top: 6px;
	margin-bottom: -10000px;
	padding-bottom: 10010px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	overflow: hidden;
}

#sidebar {
	width: 270px;
	height: 100%;
	min-height: 100%;
	margin-top: 6px;
	margin-bottom: -10000px;
	padding-bottom: 10010px;
	border-top: 1px solid #635F3A;
	overflow: hidden;
	float: left;
	background-image: url(../images/layout/darkTile.jpg);
}

#footer {
	height: 150px;
	width: 918px;
}

#bottomNav {
	height: 106px;
	width: 918px;
	border-top: 2px solid #635F3A;
	padding-top:4px;
	padding-left:3px;
}

#copyright {
	height: 44px;
	width: 918px;
}

/* Just some quick float and align classes for specefic layous */
.floatLeft {
	float:left;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
}

.floatRight {
	float:right;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
}

.alignRight {
	width: 100%;
	text-align:right;
}

.alignLeft {
	width: 100%;
	text-align:left;
}

/* Use the clearFloat class to clear floats in the layout */
.clearFloat {
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
