body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #baedfa;
}

#mainTable {
	width: 598px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#title {
	background-image: url(../images/webcomic-main-title.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 349px;
	border-bottom: 3px solid #FE9833;
}

#divider {	
}

.leftCol {
	width: 150px;
}

.middleCol {
	padding: 5px;
}

.rightCol {
	width: 100px;
}

#footer {
	background-image: url(../images/bottomimage.png);
	background-repeat: no-repeat;
	background-position: top;
}

a:link { 
	text-decoration: none;
	color: #DF6E00;
}
a:visited { 
	text-decoration: none; 
	color: #DF6E00;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #DF6E00;
}

img {
	border: none;
}

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

.inputButton {
}

.inputField {
}

.userOverall {
	font-size: 8px;
	margin-left: auto;
	margin-right: auto;
}

.userHeading {
	font-size: 10px;
	font-weight: bold;
}

.userSmall {
}

.avatar {
	width: 50px;
	height: 50px;
}

.PBEntirePost {
	border-bottom: 3px solid #FE9833;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 35px;
}

.PBSubject {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.PBTopic {
	text-align: right;
	font-size: 10px;
}

.PBPost {
	text-align: left;
	font-size: 10px;
}

.PBBy {
	text-align: left;
	font-size: 10px;
}

.PBComments {
	text-align: right;
	font-size: 10px;
}

.PBNav {
	text-align: right;
	font-size: 10px;
}

.PBResponseList {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.PBResponseHeader {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
}

.PBResponseAuthorA {
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	padding-top: 5px;
}

.PBResponseAuthorB {
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	padding-top: 5px;
}

.PBResponseDateA {
	font-size: 8px;
	border-bottom: 2px solid #FE9833;
	padding-bottom: 5px;
}

.PBResponseDateB {
	font-size: 8px;
	border-bottom: 2px solid #FE9833;
	padding-bottom: 5px;
}

.PBResponsePostA {
	font-size: 10px;
	text-align: left;
	border-bottom: 2px solid #FE9833;
	padding-bottom: 5px;
	padding-top: 5px;
}

.PBResponsePostB {
	font-size: 10px;
	text-align: left;
	border-bottom: 2px solid #FE9833;	
	padding-bottom: 5px;
	padding-top: 5px;
}

.PBCommentsInsertA {
	font-size: 12px;
	padding-top: 5px;
}

.PBCommentsInsertB {
	font-size: 12px;
	padding-top: 5px;
}

.PBPostImage {
}

.popularTopics {
	text-align: left;
}

.popularTopicsHeading {
	font-weight: bold;
	font-size: 10px;
}

.popularTopicsContent {
	font-size: 8px;
	padding-left: 5px;
}

.popularTopicsSubContent {
	font-size: 8px;
	padding-left: 10px;
	font-style: italic;
}