/* Change main to float dynamically in the middle and put the logo and menu on relative positions with different z-indexes so they stack. */
	
body {
        background: #838888;
	background-image: url(http://www.goodpiratescomic.com/images/skullprint2.jpg);
}
	
pre {
        font-family:Verdana;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.main {
	background: #40453F;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}

.latest {
	margin-left: 15px;
        margin-bottom: -600px;
}

.comic {
	text-align:center;
	width: 612px;
	height:792px;
}


.archive {
	margin-left: 15px;
}

.banner { 
        background: #688571;
        height: 600px;
        width: 150px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        left: 635px;
        bottom: 270px;
        font-size: 32px;
}

.menu {
        width: 100%;
	margin-left:1%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
}

.menulf {
        float: left;
        margin-top: 15px;
        padding-bottom:25px;
        
}

.menulogo {
        float: left;
        margin: 0px 5px 2px 2px;
}

.menurt {
        float: left;
        margin-top: 15px;
        padding-bottom:25px;
}


.news {
	background: #688571;
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:1%;
	margin-right:1%;
	margin-left:1%;
	text-align: justify;

}

.archives {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 1%;
	margin-left: 1%;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	width:580px;
	text-align: center;
	font-size: x-small;
}

a:link {
	color: #888888; 
	text-decoration: none;
}

a:visited { 
	color: #888888; 
	text-decoration: none;}

img { border:0; }

.gpn {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #000000;
	background-color: #E2DFD8;
	#border: 2px #000000 solid; 
        padding: 4px 2px 4px 2px;
}

.gpn_head {
	font-weight: bold;
	border-bottom: 2px #BB7821 solid;
}

.paypal {
        margin-top: 5px;
        text-align: right;
}

.contact {
	margin-top: 200px;
	margin-left: 15px;
}

