body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fffdca;
	font-size:0.8em;
}

/*********************************************************
	Text and Links
*********************************************************/
#content p {
	margin-bottom:10px;
}
p,
a,
a:hover,
a:link,
a:visited {
	color:#991C09;
}
p.tag-line {
	color:#000;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#description {
	margin:10px 0;}
#subjectdescription {
	margin:10px 0;}
#linkto {
	margin:10px 0;}
p.code {
	color:#35BDFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
/*********************************************************
	Headings/Titles
*********************************************************/
h1 {
	position:relative;
	margin:0 auto;
	padding:0;
	text-indent:-999em;
	width:450px;
	height:57px;
}
h1.homepage {
	width:800px;
	height:101px;
}
h1 a {
	text-decoration:none;
}
h2 {
	position:relative;
	width:200px;
	height:50px;
	text-indent:-999em;
}
#left h2, #right h2 {
	margin-bottom:5px;
}
h2.top {
	margin-top:0;
}
h2 a, h2.top a {
	cursor:pointer;
}
#latest-sketch h2 {
	position:relative;
	width:400px;
	height:42px;
	margin:20px 0;
}
h1 span,
h2 span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	
}
h1 span {
	background:url(../../titles/Scartoonkateblack.png) 0 0 no-repeat;
}
h1.homepage span {
	background:url(../../titles/cartoonkateblack.png) 0 0 no-repeat;
}
h2 span.comics {background:url(../../titles/comics.png) 0 0 no-repeat;}
h2 span.strips {background:url(../../titles/strips.png) 0 0 no-repeat;}
h2 span.cartoons {background:url(../../titles/cartoons.png) 0 0 no-repeat;}
h2 span.art {background:url(../../titles/art.png) 0 0 no-repeat;}
h2 span.articles {background:url(../../titles/articles.png) 0 0 no-repeat;}
h2 span.books {background:url(../../titles/books.png) 0 0 no-repeat;}
h2 span.workshops {background:url(../../titles/workshops.png) 0 0 no-repeat;}
h2 span.commission {background:url(../../titles/commission-me.png) 0 0 no-repeat;}
h2 span.contact {background:url(../../titles/contact-me.png) 0 0 no-repeat;}
h2 span.about {background:url(../../titles/about-me.png) 0 0 no-repeat;}
h2 span.sketch {background:url(../../titles/the-latest-sketch.png) 0 0 no-repeat;}
h2 span.luckydip {background:url(../../titles/luckydip.png) 0 0 no-repeat;}

h3 {
	font-size:1.5em;
	padding-bottom:10px;
}

/*********************************************************
	Left column
*********************************************************/
ul.homepage-lists {
	list-style:none;
	margin:0;
	padding:0;
}
ul.homepage-lists li {
	margin:0 0 10px 0;
	font-size:0.8em;
}
ul.homepage-lists li a {
	font-weight:bold;
}