/*@charset "utf-8";
/* CSS Document
/*<![CDATA
/*]]

/* Octopus Engine */
.north { background: url('../images/north.gif') repeat-x top; }
.east { background: url('../images/east.gif') repeat-y right; }
.south { background: url('../images/south.gif') repeat-x bottom; }
.west { background: url('../images/west.gif') repeat-y left; }
.ne { background: url('../images/ne.gif') no-repeat top right; }
.se { background: url('../images/se.gif') no-repeat bottom right; }
.sw { background: url('../images/sw.gif') no-repeat bottom left; }
.nw { background: url('../images/nw.gif') no-repeat top left; }

.nw { padding-left:9px; padding-top:9px; padding-bottom:9px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer. 

/* Box 1 - max width default */
.octopus {
	width: 100%;
	clear: both;
	text-align: justify;
	}

/* Box 2 - 30% width */
.seahorse {
	background-color:#FFFFFF;
	float: left;
	width: 207px;
	}

/* Box 3 - 70% width */
.swordfish {
	float: left;
	width: 70%;
	}

/* Box 4 - 100% width - Verbose, same as box #1 */
.squid {
	clear: both;
	width: 100%;
	}