/* CSS Document */

body {
	background-color: #fffedf;
	color:#62000f;
	font-family: sans-serif;
}

#comic{

	margin: 10px auto 0px auto;
}

#title {
	width: 950px;
	height: 142px;
	margin: 0px auto 0px auto;
}

#title a img{
	border: none;
	margin: 0px 0px 0px 0px;
}

#main {
	margin: 0px auto 0px auto;
	width: 948px;
}

#nav {
	margin: 30px auto 0px auto;
	width: 953px;
	height: 62px;
	padding: 0px 0px 0px 0px;
}

#nav a img{
	border:none;
	padding: 0px 14.5px 0px 0px;
}



#sideads{
	width:148px;
	height:622px;
	position:absolute;
	right:0px;
	top:284px;
}

#comments{
	margin:100px 0px 0px 0px;
}

/*
#cbox{
	margin:	10px auto 0px auto;
	width: 950px;
	background-color: #e8e8e8;
}

#ctop{
	height: 23px;
	width: 950px;
	background: url('/images/comment_top_tile.png') repeat-x;
}

#ctop-left{
	width: 24px;
	height: 23px;
	float:left;
	background: url('/images/comment_top_left.png') no-repeat;
}

#ctop-right{
	width: 33px;
	height: 22px;
	float:right;
	background: url('/images/comment_top_right.png') no-repeat;
}

#cleft{
	background: url('/images/comment_left_tile.png') repeat-y;
}

#cright{
	background: url('/images/comment_right_tile.png') repeat-y;
}

#cbottom{
	height: 26px;
	width: 950px;
	background: url('/images/comment_bottom_tile.png') repeat-x;
	background-position: bottom;
}

#cbottom-left{
	width: 18px;
	height: 23px;
	margin-top: 3px;
	float: left;
	background: url('/images/comment_bottom_left.png') no-repeat;
}

#cbottom-right{
	width: 39px;
	height: 26px;
	float: right;
	background: url('/images/comment_bottom_right.png') no-repeat;
}


#yousay{
	padding: 5px 5px 5px 5px;
	margin-left:30px;
}*/
.flowBox {
	background:#e8e8e8;
    	margin:30px 0px 0px 18px;
    	float:left;
    	padding:10px;
    	width:900px;
    	position:relative;
}

.commentbody {
	width: 900px;
}


.border_t {
    	background:url('/images/comment_top_tile.png') repeat-x;
    	position:absolute;
    	top: -17px;
	left: 0;
	width: 100%;
	height: 17px;
}
.border_b {
	background:url('/images/comment_bottom_tile.png') repeat-x;
    	position:absolute;
    	bottom: -19px;
	left: 0;
	width: 100%;
	height: 19px;
}
.border_l {
    	background:url('/images/comment_left_tile.png') repeat-y;
    	position:absolute;
    	top: 0;
	left: -18px;
	width: 18px;
	height: 100%;
}
.border_r {
    	background:url('/images/comment_right_tile.png') repeat-y;
    	position:absolute;
    	top: 0;
	right: -18px;
	width: 18px;
	height: 100%;
}
.border_br {
    	background:url('/images/comment_bottom_right.png');
    	position:absolute;
    	bottom: -19px;
	right: -18px;
	width: 39px;
	height: 26px;
}

.border_bl {
    	background:url('/images/comment_bottom_left.png');
    	position:absolute;
    	bottom: -19px;
	left: -18px;
	width: 18px;
	height: 23px;
}
.border_tr {
    	background:url('/images/comment_top_right.png');
    	position:absolute;
    	top: -17px;
	right: -18px;
	width: 33px;
	height: 22px;
}
.border_tl {
    	background:url('/images/comment_top_left.png');
    	position:absolute;
    	top: -17px;
	left: -18px;
	width: 24px;
	height: 23px;
}