

/* "Comic Paper" by Teresa Challender 
	Feburary 2010
	www.resafantasyarts.com */







body {
		width: 900px;
		height: 100%;
		background-image: url("container.gif");
		background-image: url
    		background-repeat: repeat-y;
		left: 0px;
		z-index=1;
		
	}

#content {	
	width: 900px;
	height: 80%;
	left: 0px;
}

#footer	{
	width: 900px;
	height: 20%;
	left: 0px;
	align: bottom;
	position:absolute;
}

#resafantasyarts  {
		width: 900px;
		height: 147px;
		background: url("top_o_page.gif") top;
		background-repeat: no-repeat;
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0px;

}

	
#webcomics_fantasyart {
		position: absolute;
		width: 900px;
		height: 80px;
		background: url("webcomic_fantasyart.gif") top;
		background-repeat: no-repeat;
		top: 147px;
		left: 0px;
		overflow: hidden;
		
	}

#work_friendly {
		position: absolute;
		width: 251px;
		height: 24px;
		background: url("workfriendly.gif") top left;
		background-repeat: no-repeat;
		top: 230px;
		left: 570;
		overflow: hidden;
	}

#pencils {
		position: absolute;
		width: 493px;
		height: 86px;
		background: url("pencils.gif") top left;
		background-repeat: no-repeat;
		top: 186px;
		left: 45px;
	}

#menutop {
		position: absolute;
		width: 247px;
		height: 74px;
		background: url("menutop.gif") top left;
		background-repeat: no-repeat;
		top: 269px;
		left: 46px;
	}



div#menucontainer {
		position: absolute;
		width: 190px;	
		height:1080;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		background: url("menucontainer.gif");
		background-repeat: repeat-y;
		padding-left: 15px;
		padding-right: 50px;
		top: 340px;
		left: 46px;
	}

#menubottom {
		position: absolute;
		width: 247px;	
		height:26;
		background: url("menubottom.gif");
		background-repeat: no-repeat;
		top: 1420px;
		left: 46px;
	}

#contact {
	padding-left: 20px;
	
}



div#whiteboard {
		position: absolute;
		width: 530;
		background-color: white;
		left: 310px;
		top: 300px;
		padding-bottom: 20px;
		border-style: dashed;
		border-color: #4080CA;
		z-index=100;
		

}


p
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
		align: left;
		color: #000000;
}



h1, h2, h3
{
	font-family:'Century Gothic',Futura,'URW Gothic L',sans-serif;	
	color: #130139;
	padding-left: 20px;
	padding-right: 20px;
	align: center;
	z-index=100;
}


li {
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 450px;
}

A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #061C5E;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;

}

A:visited {
	
	font-color: #8F8DD2;
	

}
A:active {
	
	font-color: #8F8DD2;
	

}
A:hover {
	
	font-color: #A538D2;
	
	
}

#bottom {
	background: url("bottom.gif");
	position: absolute;
	width: 900px;
	height: 90px;
	
}


#bottomcontainer { 
	position: absolute;
	width: 200px;
	height: 250px;
	left: 50px;
	 top: 1500px;
	z-index=26;
	}

#bottomcontainer2 { 
	position: absolute;
	width: 500px;
	height: 250px;
	right: 50px;
	 top: 1500px;
	z-index=26;
	}






