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



@import url(header.css);
@import url(leftcol.css);
@import url(footer.css);


/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  main ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin: 0 0 0 0;
	background-color: #ebedea;
	font-family: Helvetica, Arial, Verdana;
	
}

img {
	border: none;
}

div.clearall {
	clear:both;
	font-size: 1px;
}


/*ie png fix*/
.png {
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
}

img.png { 
	behavior: url('/css/pngbehavior.htc');
}


#fanzine {
	width: 946px;
	margin: 0px auto 0 auto;
	background: url('/img/layout/shadow.gif') top left repeat-y;
	padding-left: 4px;
}


/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#content {
	background: url("/img/layout/content_bg.gif") repeat-y #ccc;
	clear: both;
	width:942px;
	overflow: hidden;
}


#content #left {
	width: 196px;
	float: left;
	background-color: #fff;
	margin: 0 0 10px 0;
	display: inline;
	overflow: hidden;
}


#content #center_2col {
	width: 745px;
	float: left;
	background-color: #fff;
	padding-bottom: 0;
	margin-left: 1px;
	display: inline;
	overflow: hidden;
}




/* BEGIN STATIC PAGES */
#static {
	padding: 13px;
	margin: 0 0px 0px 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #424242;
	width: 688px;
}

#static .header{
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}

#static a{
	color: #e81591;
	text-decoration: none;
}

#static a:hover{
	color: #e81591;
	text-decoration: underline;
}

#static .image{
	float: left;
	margin: 0 25px 25px 0;
}


#static .content{
	margin: 0 0 25px 0;
	clear: left;
	float: left;
}


#static .linkage{
	margin: 20px 0 25px 16px;
}


#static .lefter{
	float: left;
	width: 374px;
	margin: 0 0 0 0;
}


#static .righter{
	float: left;
	margin: 0 0 0 0;
}

#static .content h3{
	margin: 0 0 0 0;
	font-size: 14px;
	padding: 0 0 2px 0;
}

#static .content h4{
	margin: 0 0 2px 0;
	color: #818181;
	float: left;
	clear: left;
}

#static .content ul{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	flaot: left;
	clear: left;
	}

#static .content li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#static p{
	margin: 0 0 10px 0;
}

/* END STATIC PAGES */
