div.m_pg_wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: left;
}

/* Header */

div.m_head_wrap {
	width: 960px;
}

div.m_logo {
	width: 207px;
	float: left;
	height: 109px;
}

div.m_leaderboard {
	float: left;
	width: 728px;
	padding-left: 25px;
}


div.m_cube {
	width: 305px;
	height: 255px;
	float: right;
	margin: 10px;
	margin-top: 40px;
}

/* Menu */

div.m_menu_wrap {
	width: 960px;
}

div.m_menu_button {
	padding-top: 12px;
	padding-bottom: 9px;
	width: 120px;
	float: left;
}

/* Body */

div.m_bodywrap {
	width: 960px;
}

/* Comic */

div.m_comic_wrap {
	width: 775px;
	float: left;
}

div.m_comic_top {
	width: 775px;
	height: 19px;
	background-color: #fff;
	background-image:url('comic_top.gif');
}

div.m_comic_middle {
	width: 735px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	color: #000;
}

div.m_comic_middle a:link { color: #00a; text-decoration: underline; }
div.m_comic_middle a:visited { color: #00a; text-decoration: underline; }
div.m_comic_middle a:hover { color: #44f; text-decoration: underline; }
div.m_comic_middle a:active { color: #88f; text-decoration: underline; }

div.m_comic_image {
	text-align: center;
}

div.m_comic_bottom {
	width: 775px;
	background-color: #fff;
	background-image:url('comic_bottom.gif');
	height: 19px;
}

div.m_comic_nav {
	text-align: center;
	padding-bottom: 24px;
}

div.m_date {
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	height: 48px;
}

div.m_date img {
	vertical-align: middle;
}

div.m_comic_nav img {
	vertical-align: middle;
}

div.m_comments {
	text-align: left;
	width: 400px;
}

/* Skyscraper */

div.m_skyscraper {
	width: 160px;
	float: left;
	padding-left: 25px;
	text-align: center;
	font-weight: bold; 
}

div.m_skyscraper a:link { color: #ddd; text-decoration: none; }
div.m_skyscraper a:visited { color: #ddd; text-decoration: none; }
div.m_skyscraper a:hover { color: #fff; text-decoration: underline; }
div.m_skyscraper a:active { color: #f66; text-decoration: underline; }

/* Footer */

div.m_footer_wrap {
	width: 960px;
	text-align: center;
}

div.m_copyright {
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: left;
	padding-top: 5px;
}

