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

body {
		margin:0px;
	background-color: #000000;

}
body,td,th {
		margin:0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6DACE;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #BAF1DC;
}
a:link {
	color: #A77761;
}
a:visited {
	color: #A77761;
}
a:hover {
	color: #D6B09D;
}
a:active {
	color: #D6B09D;
}

#wrapper{
	height:auto;
	border-bottom-width: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;

}

#header{
		padding:0;
	border:0;
		margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:1000px;
	height:288px;
	background-image: url(../images/apamacomic_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header p{
	color: #C98000;
	text-align: right;

}

#header a {
	color: #C78100;
	text-align: right;
	text-decoration: none;

}


#comic{
	margin:auto;
	width:1000px;
	text-align: center;
}

#comic h1{
	text-align: center;
	color: #C68004;
}
#comiclinks{
	margin:auto;
	width:1000px;
	height:auto;
	text-align: center;
}
#footer{
	margin:auto;
		text-align: center;
	width:1000px;
	height:100px;
}
#clear {
	clear:both;
	}

