/*<![CDATA[*/ /* Octopus Engine */
.north
 { 
	background: url(i/north.png) repeat-x top;
 }
.east
 { 
	background: url(i/east.png) repeat-y right;
 }
.south
 {
	 background: url(i/south.png) repeat-x bottom; 
 }
.west 
{
	 background: url(i/west.png) repeat-y left;
 }
.ne
{ 
	background: url(i/ne.png) no-repeat top right;
 }
.se
 { 
	background: url(i/se.png) no-repeat bottom right;
 }
.sw 
{
	 background: url(i/sw.png) no-repeat bottom left;
 }
.nw 
{ 
	background: url(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: 800px;
	  height: 100px;
	  clear: both;
 }	
.beta 
{ 
	width: 200px;
	height: 500px;
	clear: both;
 }
.charlie
{ 
	float: left ; 
	width: 70%; 
}
.delta
{ 
	
	clear: both; 
	width: 856px;
	height: 600px; 
	
}
	/* Basic Styling */
body 
{ 
	background: #fff;
	 font: 12px "Trebuchet MS",verdana,sans-serif; 
	 color: #222; 
}
h1
{
	color: #92278f;
	margin: 0;
 }
h1 a 
{
	 color: #92278f; font-size: 18px;
	 margin: 0 0 0 10px;
	 text-decoration: none;
 }
	/*]]>*/ 
