
/* yellow = #EDDA14 */
/* red = #DA131A */
/* grey = #B2B2B2 */

#comic-strip {
	font-family: "Comic Sans MS", Arial, sans-serif;
	text-transform: uppercase;
	width: inherit;
	margin-right: 2em;
}

#comic-strip h2 {
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ /* \*/ overflow: hidden; /* */  
	font-size: x-large;
	color: #EDDA14;
}

#comic-strip h2 span { 
	display:block; 
	position:absolute; 
	top: 0; 
	left: 0; 
	z-index:1; /*for Opera 5 and 6*/ 
}

#graphic-header, #graphic-header span { 
	height: 40px; 
	width: 360px; 
	background-image: url("comicstrip.png"); 
}

#comic-strip h3 {
	font-size: medium;
	margin-left: 10em;
	margin-bottom: 1.5em;
}

div .strip {
	background-color: white;
	border: #B2B2B2 solid 1px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 6px;
	margin-bottom: 1em;
	float: left;
}

div .strip h4 {
	margin: 0 15px 2px 15px;
	font-weight: normal;
  font-size: 65%;
	color: black;
}

div .strip img {
	width: 200px;
	height: 150px;
	margin-left: 8px;
	border: black solid 3px;
}

div .strip img.portrait {
	width: 143px;
	height: 150px;
}



