body {
	margin: 0;
	background: url(../gfx/splats.png), url(../gfx/tile16.png);
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, repeat;
	background-position: center center, left top;
	font-family: Verdana, sans-serif;
	color: #1f2f31
	}

a {
	text-decoration: none;
	color: #046
	}

a:visited {
	text-decoration: none;
	color: #035
	}

a:active, a:hover {
	text-decoration: none;
	color: #08a
	}

#boxy {
	margin: 0 auto;
	width: 1080px;
	height: auto;
	}

#heart {
	background: url(../gfx/mainbglines.png);
	display: block;
	align: center;
	margin: 96px 36px 64px 36px;
	width: 1024px;
	border-radius: 64px 0px 6px 6px;
	text-align: right;
	box-shadow: 0 8px 0 #ffffff66
	}

#navbar {
	background: #fff url(../gfx/barbg.gif);
	margin: -48px -16px -16px -16px;
	float: left;
	width: 140px;
	height: 416px;
	border-radius: 70px 70px 8px 8px;
	box-shadow: 2px 4px 2px #00000066;
	position: relative;
	z-index: 50;
	text-align: right;
	font-weight: bold;
	font-size: 14px
	}

#navbar a {
	display: inline-block;
	background: #77889922;
	width: 134px;
	padding: 8px 4px 8px 0;
	margin: 4px 6px 4px -16px;
	border-radius: 4px;
	border-left: solid 8px #00aacc33;
	box-shadow: 1px 2px 0 #33445566
	}

#navbar a:hover {
	border-left: solid 8px #00ccffff;
	outline: 1px solid #00223344;
	background: #ddeeff99
	}

#navbar a.comms {
	color: #fee;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	background: #88114499;
	width: 134px;
	padding: 8px 4px 8px 0;
	margin: 4px 6px 4px -16px;
	border-radius: 4px;
	border-left: solid 8px #88002299;
	box-shadow: -4px 0 0 #ff0066ff
	}

#navbar a.comms:hover {
	border-left: solid 8px #ff0066ff;
	background: #770033dd;
	box-shadow: 0 0 8px 2px #ffeecc;
	outline: 2px solid #ff0066
	}

#secnav {
	background: #fff url(../gfx/barbg.gif);
	margin: -48px -16px -16px -16px;
	padding: 6px 0;
	float: left;
	width: 140px;
	height: auto;
	border-radius: 8px;
	box-shadow: 2px 4px 2px #00000066;
	position: absolute;
	top: 556px;
	z-index: 49;
	text-align: center;
	font-weight: bold;
	font-size: 14px
	}

hr {
	height: 0px;
	margin: 12px 0;
	padding: 0;
	border-top: 1px solid #00000033;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px
	}

#hed	{
	width: 1024px;
	height: 96px;
	margin: 0 0 -96px 0;
	display: inline-block
	}

.stuff {
	background: #aaacad66;
	padding: 16px;
	margin: 0 -12px 12px -256px;
	width: 868px;
	border-right: 8px solid #00aacc00;
	border-left: 48px solid #99999900;
	border-radius: 32px 4px 4px 32px;
	display: inline-block;
	text-align: left;
	box-shadow: -1px 2px 0 #33445566
	}

.stuff:hover {
	border-right: 8px solid #00ccff33;
	outline: 1px solid #00000033
	}

.waffle {
	font-size: 0px;
	text-align: center
	}

.waffle img {
	margin: 4px 4px 6px 4px;
	display: inline;
	border-radius: 8px;
	box-shadow: 0 3px 0 #00000099
	}

.waffle img:hover {
	outline: 2px solid #99eeffff
	}

#logo {
	margin: 2px;
	width: 136px;
	height: 136px;
	border: 0;
	// box-shadow: 0 0 32px #fff;
	// border-radius: 50%
	}

#hed img {
	margin: -68px 0 0 0;
	width: 1024px;
	height: 96px;
	border: 0;
	}

#butt	{
	text-align: center;
	margin: 0;
	padding: 24px;
	clear: both;
	font-size: 12px;
	color: #678
	}