@charset "utf-8";
/* CSS Document */

/* Comic Reef Template CSS by Jeff "BlkKnight" Reiss Copyright 2010*/

html, body{

}

body {
	margin: 0;
	padding: 0;
	vertical-align: top;
	} 

#container{
margin: 0 auto;
text-align: left;
width: 1250px; /* This is the total width of your display area. Adjust accordingly*/
}

html #container{

}

#content{
width: 80%;
float:left;

}


#side1{
width: 50px;
float:left;
min-height: 100%;
height: auto;
background-color:#454545;
}

#side2{
width: 20%;
float:left;
min-height: 100%;
height: auto;
background-color:#454545;
}

#stop{
clear:both;
}

#title{
padding-top:10px;
width: 930px;
text-align:center;
}

#title img{
background-color:#454545;
}

#comic{
width: 930px;
text-align:center;

}

#comic img{
border:#050504 solid medium;
}

#chapter{
background-color:#454545;
color:#E0FFB3;
}

#subcol1{
padding: 5px;
width: 350px;
border: #050504 solid medium;
float:left;
valign: top;
}

#subcol2{
padding: 5px;
width: 350px;
border: #050504 solid medium;
float:left;
valign: top;
}

#subcol3{
padding: 5px;
width: 120px;
border: #050504 none;
float:left;
valign: top;
}

A:link {font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; cursor: hand; }

A:visited { font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; cursor: hand; }

A:active { font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; cursor: hand; }

A:hover { text-transform: none; text-decoration: underline overline; cursor: hand; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; }



.style5 {
	font-size: 16px;
	font-weight: bold;
}


.sidebar-title{
padding-left: 5px;
}

.border2 {

	border: 1px solid #050504;

}