
*
{
/*testing*/
margin: 0px auto;
padding: 0px;
}


body {
	background: #b7b676;
	font: 13px Arial, Helvetica, sans-serif;
	color: #E5E4D7;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#comic
{
position: relative;
top: -160px;
margin: 0 auto;
padding: 20px;
width: 950px;

}

#comic .comictop
{
height: 45px;
background: url(images/comic_back_top.png) no-repeat top;
}

#comic .comicback
{
background: url(images/comic_back_back.png) repeat-y center;
}

#comic .cscript
{
margin: 0 auto;
text-align: center;
width: 890px;
overflow:auto;
}

#comic .comicbottom
{
background: url(images/comic_back_bottom.png) no-repeat bottom;
height: 45px;
padding: 0px;
margin-bottom: 0px;
}

#main
{
position: relative;
top: -170px;
width: 900px;
margin: 0 auto;
clear: both;
}

#left_col
{
margin: 0 auto;
float: left;
width: 300px;
}

#left_col H3
{
position: relative;
top: 25px;
width: 250px;
height: 35px;
font-size: 14px;
font-weight: bold;
margin-top: 0px;
margin-left: 25px;
padding-left: 0px;
padding-top: 10px;
text-transform: uppercase;
text-align: center;
color: #ffffff;
background: url(images/title_lfcol_1.png) no-repeat;
}

#left_col .top
{
height: 45px;
background: url(images/left_top_sh3.png) no-repeat;
}

#left_col .back
{
padding: 30px;
background: url(images/left_back_sh3.png) repeat-y;
padding-bottom: 0px;
}

#left_col .bottom
{
background: url(images/left_bottom_sh3.png) no-repeat;
height: 50px;
padding-bottom: 0px;
}

#left_col  li
{
list-style: none;
}

#calendar1 {

	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar a 
{
color: #2C6700
}

#calendar a :visited
{
color: #2C6700
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}


#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	color: #ffffff
}
#calendar #arch {
	background: #92CD00;
	border: 1px solid #ffffff;
	font-weight: bold;
	color: #2C6700;
}

#left_col  li
{
list-style: none;
}

#right_col
{
float: right;
width: 580px;
margin: 0 auto;
}

#right_col H3
{
position: relative;
top: -45px;
width: 560px;
height: 35px;
font-size: 16px;
font-weight: bold;
margin-left: 0px;
padding-left: 10px;
padding-top: 10px;
color: #ffffff;
background: url(images/title_rigcol_1.png) no-repeat;
text-align: center;
}

#right_col .blog_top
{
background: url(images/right_top_sh2.png) no-repeat;
height: 45px;
}

#right_col .blog_back
{
background: url(images/right_back_sh2.png) repeat-y;
padding: 30px;
padding-bottom: 0px;
min-height: 400px;
position: relative;

}
#right_col .box
{
padding-top:10px;
border-top-style: double;
border-top-color: #92CD00;
}
#right_col .avatar
{
float: right;
padding: 10px;
border: none;
}

#right_col .link
{
text-align: right;
}

#right_col .username
{
font-size: 14px;
}

#right_col .blog_bottom
{
background: url(images/right_bottom_sh2.png) no-repeat;
position: relative;
left: 1px;
height: 40px;
}

#right_col p
{
font-size: 14px;
}

#right_col h4
{
font-size: 16px;
text-transform: uppercase;	
}

#right_col .error
{
color: red;
font-size: 20px;
font-weight: bold;
}


