html, body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#bigDiv {
	background-image: url(images/left_tile.jpg);
	/*height: 100%;*/
}

#leftCol {
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 239px;
	height: 100%;
	background-image: url(images/left_tile.jpg);
}

#postIt {
	position: absolute;
	left:11px;
	top:25px;
}


#pen {
	position:absolute;
	left:11px;
	top:187px;
}

#rightCol {
	position: relative;
	margin: 0px 0px 0px 237px;
	height: auto;
	background-image: url(images/paper_tile.gif);
}

#rightHeader, .pEnd {
	text-align: center;
}

#logIn {
	margin: 0 10px 0px 10px;
	font-size: 80%;
	text-align: right;
}

.pPost {
	margin: 20px 10px 20px 10px;
}

.pResponse {
	margin: 22px 65px 22px 65px;
}

.pTitle, h1 {
/*	text-align: left;
	font-style: italic;
	float: left;	*/
	font-weight: bold;
	font-size: 180%;
	color: #008080;
	color: #22421F;
	font-family: verdana, sans-serif;
}

.pDate {
/*	text-align: right;*/
	font-size: 80%;
}

.pSep {
	
}

.pPostText {
	margin-bottom: 7px;
}

.pPostText p{
	/*margin-top: 4px;
	margin-bottom: 3px;*/
}

.pPostText ol, .pPostText ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.imgCenter {
	text-align: center;
}

.imgRight {
	float: right;
	font-style: italic;
	text-align: center;
	font-size: 90%;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.imgLeft {
	float: left;
}

.pBy {
	font-size: 80%;
/*	float: left;*/
	border-bottom: 1px dashed;
	border-color: #A8A8A8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.pFunc {
	font-size: 80%;
	text-align: right;
}

hr {
	height: 1px;
	
}

#navBar {
	text-align: center;
}

#backArrow {
	position: relative;
	float: left;
	margin-left: 10px;
}

#nextArrow {
	position: relative;
	float: right;
	margin-right: 10px;
}

#copyright {
	font-size: 80%;
	text-align: right;
	margin-top: 10px;
}