body {
	background-color: #6493FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

a img {
	border: 0;
}

div#outer_div {
	background-image: url(images/body_background.jpg);
	width: 700px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 20px;
}

div#page_title {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 7px;
}
	
div.description {
	width: 650px;
	background-color: #F7D384;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	outline: 1px solid #000000;
}

div.comic_div {
	text-align: left;
   	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	width: 700px;
	height: 240px;
	padding: 0px;
	position: relative; 
	clear: both;
}

div.comic_title {
	width: 380px;
	line-height: 100%;
	height: 40px;
	vertical-align: middle;
	float: right;
	background-color: yellow;
	outline: 1px solid #000000;
	text-align: center;
	position: relative;
	padding: 0px;
	margin: 0px;
}

div.comic_image_left {
	width: 320px;
	height: 240px;
	outline: 1px solid #000000;
	background-color: #00CCFF;
	position: relative; 
	float: left;
}

div.comic_image_right {
	width: 320px;
	height: 240px;
	outline: 1px solid #000000;
	background-color: #00CCFF;
	position: relative; 
	float: right;
}

div.comic_description {
	width: 350px;
	height: 180px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	outline: 1px solid #000000;
	margin: 0px;
	float: left;
	background-repeat: repeat-x;
}

div#comic_description_0 {
	background-image: url(images/background_00.png);
}

div#comic_description_1 {
	background-image: url(images/background_01.png);
}

div#comic_description_2 {
	background-image: url(images/background_02.png);
}

div#comic_description_3 {
	background-image: url(images/background_03.png);
}

div#comic_description_4 {
	background-image: url(images/background_04.png);
}

div.issue_pic {
	width: 62px;
	height: 62px;
	position: absolute;
	bottom: 10px;
}

div.read_comic_pic {
	width: 223px;
	height: 104px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.read_comic_outline_pic {
	width: 215px;
	height: 98px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.open_itunes {
	width: 223px;
	height: 104px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*** Comic Life Layout ***************************************************/

.comicbook ul { /* Hide from visual browsers */
    position: absolute;
    top: 0px;
    visibility: hidden;
}