/*=============================================
CTWorkshop Template Style
Version:  Version 3
Designer: Fish Out Of Water
Implementer: Errol Elumir
Date:     Mar 15, 2006
  =============================================*/

/* Colours */
/*  #0079C6; /* FOOW Blue */
/*  #E7E75A;  /* FOOW Green */
/*  #DBEF3B;  /* Corporate Green */
/*  #0079C6;  /* Corporate Blue */
/*  #293194; /* FOOW Dark Blue */

/* GLOBAL TAG STYLES */
/*-------------------*/
body {
  background:#0079C6; /* FOOW Blue */
  margin:0;
  padding:20px 0px;
/*   text-align:center; */
  font:16px "Trebuchet MS",Verdana,Arial,Sans-serif;
  COLOR: #0079C6; 
}


UL { LINE-HEIGHT: 18px; }

A {	COLOR: #29578e; }

A:hover { 
  COLOR: #666666;
  TEXT-DECORATION: underline
}

P {
	FONT-SIZE: 14px; 
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
}
/*
img {
	border: none;
}
*/
h4 {
	COLOR: #29578e; 
}

h1,h2,h3 {
	COLOR: #DB1C02; 
}


/* Main
----------------------------------------------- */

#header {
/*	background: url(../images/bg-top.png) no-repeat;  */
	line-height: 0px;
	border:0px solid #f00;
	font-size: 0px;
/*	padding-top: 159px; */
}

#right {
	margin-left: 740px;
	margin-right: 20px;
	border:1px solid #ddd;
}

/* Below borrowed from */
/* http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-33-fluid-fluid-fluid/ */
#contentwrapper{
	background: url(../images/bg-main.png); 
	float: left;
	width:945px;
}

#contentcolumn{
	margin: 20px 220px 30px 140px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	border:0px solid #ddd;
}

#contentcolumnfull{
	margin: 20px 40px 30px 140px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	border:0px solid #ddd;
}


#leftcolumn{
	float: left;
	width: 140px; /* actual size is 122*/
	height: 414px;
	margin-left: -945px;
	background: url(../images/bg-side.png) no-repeat; 
	
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column in pixels*/
	margin-left: -200px; /*Set margin to that of -(RightColumnWidth)*/
	padding-top: 0px;
	border:0px solid #ddd;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 0px 0 10px;
	background: url(../images/bg-bottom.jpg) no-repeat; 
	width:945px;
	padding-bottom: 40px;
	text-align: right;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}





