body { 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 10px; 
	color: #628296; 
	line-height: 16px; 
	background-color: rgb(218, 226, 227); 
}
	
h1		{ color: rgb(0, 0, 0); font-size: 14px; font-weight: bold; white-space: nowrap; margin-top:0px; padding-top:5px; text-align: center; }

/* ================ */
/* = The 1Kb Grid = */     /* 14 columns, 60 pixels each, with 10 pixel gutter */
/* ================ */

.grid_1 { width:65px; }
.grid_2 { width:130px; }
.grid_3 { width:195px; }
.grid_4 { width:260px; }
.grid_5 { width:325px; }
.grid_7 { width:455px; }
.grid_6 { width:290px; }
.grid_8 { width:520px; }
.grid_9 { width:585px; }
.grid_10 { width:650px; }
.grid_11 { width:715px; }
.grid_12 { width:780px; }
.grid_13 { width:845px; }
.grid_14 { width:910px; }
.grid_15 { width:975px; }

.column {
	margin: 0 0px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -0px;
	width: auto;
	display: inline-block;
}

.leftborder {
	background: transparent url('../img/left.gif') top right repeat-y;
	width: 65px;
	height: 605px;
}

.rightborder {
	background: transparent url('../img/right.gif') top left repeat-y;
	width:65px;
	height: 605px;
}


.top		{ color: #529286; font-size: 10px; vertical-align: top;}
.right		{ text-align: right;}
.footer 	{ width: 100%; height: 50px; background: #629bcb url('../img/fbg.gif'); border-top: 2px solid #eaeaea;}
.footer p	{color: rgb(255, 255, 255); text-align: center;}

div.content
  {
  position:relative;
  left: 0;
  top: 0;
  width:845px;
  height: 575px;
  background: #629bcb url('../img/spine.jpg') top left repeat-x;
  }

div.content_blue
  {
  position:relative;
  left: 0;
  top: 0;
  width:845px;
  height: 575px;
  background: #629bcb url('../img/spine_blue.jpg') top left repeat-x;
  }

div.content_red
  {
  position:relative;
  left: 0;
  top: 0;
  width:845px;
  height: 575px;
  background: #629bcb url('../img/spine_red.jpg') top left repeat-x;
  }

div.content_green
  {
  position:relative;
  left: 0;
  top: 0;
  width:845px;
  height: 575px;
  background: #629bcb url('../img/spine_green.jpg') top left repeat-x;
  }

div.transbox
  {
  width:248px;
  margin:0 auto;
  background-color:#ffffff;
  border-right: 12px solid black;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }
  
div.transbox p
  {
  padding-top: 5px;
  padding-bottom: 10px;
  margin:0px 10px;
  font-weight:bold;
  color:#000000;
  }

