@charset "utf-8";
/* CSS Document */


/* CSS Document */

.page_container {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 1024px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navigation {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Clarendon;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(images/navigation_background.gif);
	height: 42px;
}
.main_content {
	margin: 0px;
	padding: 0px;
	height: 638px;
	width: 1024px;
	background-image: url(images/comic_background.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.clear_both {
	line-height: 1px;
	clear: both;
}
.comicstrip1 {
	height: 200px;
	width: 600px;
	margin-left: 107px;
	margin-bottom: 40px;
	float: left;
}



.footer {
	height: 60px;
	width: 1024px;
	font-family: Arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.logos {
	height: 85px;
	width: 1024px;
}
.comicstriptitle {
	height: 40px;
	width: 615px;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 25px;
	font-family: Arial;
	color: #FFF;
	text-align: center;
	float: left;
}

.logo1 {
	float: left;
	width: 150px;
	margin-left: 330px;
	margin-top: 15px;
}
.logo2 {
	float: left;
	width: 150px;
	margin-top: 35px;
	margin-left: 45px;
}
.logo3 {
	float: left;
	width: 150px;
	margin-top: 42px;
	margin-left: 45px;
}
body {
	background-color: #141414;
}
.comicstrip2 {
	height: 200px;
	width: 600px;
	margin-left: 107px;
	float: left;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #69BAFC;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #69BAFC;
	text-decoration: underline;
}
.sitemap {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 400px;
	width: 300px;
	margin-left: 275px;
	margin-top: 100px;
}
.sitemap p a:hover {
	color: #69BAFC;
	text-decoration: underline;
}
.sitemap p a {
	color: #FFF;
	text-decoration: none;
}

