/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* begin */

body{
background: #fff;
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
width: 100%;
}

a:link {
text-decoration:none;
color: #cc3333;
font-weight: bold;
}

a:visited {
text-decoration:none;
color: #cc3333;
font-weight: bold;
}
a:hover {
text-decoration:none;
font-weight: bold;
color: #663333;}

a:active {
text-decoration:none;}

p.text 
{
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
margin-left: 12px;
margin-right: 0px;
line-height: 20px;
}

p.news
{
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
margin-left: 0px;
margin-right: 0px;
line-height: 14px;
color: #666;
align:center;
}

a.fancybox img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
padding-top:1px;
padding-bottom:3px;
}
a.fancybox img:hover
{
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
padding-top:1px;
padding-bottom:3px;
}

a.transparent img
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
padding-top:1px;
padding-bottom:3px;
}
a.transparent img:hover
{
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
padding-top:1px;
padding-bottom:3px;
}

#comics{
background-color: #eae1e1;
text-align: center;
}

#illustrations{
background-color: #d7c7c7;
text-align: center;
}

#about{
background-color: #c5b0b0;
text-align: center;}

#footer{
background-color: #b59b9b;
font-size: 10px;
text-align: center;}

.wrap{
width: 630px;
padding:10px;
margin-left: auto;
margin-right: auto;
}

.hidden {
    display: none;
}

