

.north { background: url(/pics/octopus/seahorse/i/north.png) repeat-x top; }
.east { background: url(/pics/octopus/seahorse/i/east.png) repeat-y right; }
.south { background: url(/pics/octopus/seahorse/i/south.png) repeat-x bottom; }
.west { background: url(/pics/octopus/seahorse/i/west.png) repeat-y left; }
.ne { background: url(/pics/octopus/seahorse/i/ne.png) no-repeat top right; }
.se { background: url(/pics/octopus/seahorse/i/se.png) no-repeat bottom right; }
.sw { background: url(/pics/octopus/seahorse/i/sw.png) no-repeat bottom left; }
.nw { background: url(/pics/octopus/seahorse/i/nw.png) no-repeat top left; }

.nw { padding: 25px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */

.alpha {
	width: 100%;
	clear: both;
	}

.beta {
	float: left;
	width: 30%;
	}

.charlie{
	float: left;
	width: 70%;
	}

.delta {
	clear: both;
	width: 100%;
	}

