body {
	background-color: #fff;
	color: #666;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	font-family: Courier New, Courier, Monospace;
	font-size: 80%;
	}

/* Sitestuff */

img.left {float: left;}
img.right {float: right;}

p { font-family: Courier New, Courier, Monospace; }

p.byline {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

a {color: black; text-decoration: underline;}
a:hover {color: white; background-color: #666;}

#postsbkg a {color: black; text-decoration: none;}
#postsbkg a:hover {color: white; background-color: #666;}

.manifesto, .lmanifesto {
	margin: 0px auto;
	width: 50%;
	min-width: 350px;
	}

.manifesto {text-align: center;}
.lmanifesto {text-align: left;}


/* Image swaps */

#header h1 {
	background-image: url("http://www.sigg3.net/gcp/b2-img/gcplogo.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 160px;
	width: 100%;
	}
#header h1 span {display: none;}

/* DIV Layouts */

#header {min-width: 80%;}

#postsbkg {
	position: relative;
	top: 4px;
	width: 70%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 1;
	color: #000;
	}

#container {
	position: relative;
	z-index: 1;
	margin: 0px auto;
	padding: 15px;
	border: 1px #000 solid;
	background-color: #ccc;
	text-align: center;
	}

#footer {
	position: relative;
	z-index: 1;
	margin: 0px auto;
	margin-top: 15px;
	border: 0px;
	width: 60%;
	min-width: 500px;
	}

#footer span {font-size: 80%;}

#menu {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	padding: 2px;
	min-width: 200px;
	width: 20%;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #ccc;
	}

#menu a {color: #666; text-decoration: none;}
#menu a:hover {color: #666; text-decoration: underline; background-color: #ccc;}


/* The CSS b2 category 'hack' by Sigg3.net */
/* Remember that a class can't begin with a numeral! */
.cat1, .cat2, .cat3, .cat4 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 2px;
	padding-bottom: 4px;
	border: 2px;
	border-style: outset;
	}
.cat1 {background-color: #FF9999; border-color: #FF0000;}
.cat2 {background-color: #FFCC33; border-color: #FF9900;}
.cat3 {background-color: #99FFCC; border-color: #00CC66;}
.cat4 {background-color: #CCCCFF; border-color: #9999FF;}


/* GCP is a product of Sigg3.net */
/* Please respect the copyright. Be cool. */
/* But learn CSS. It's sexy. */
