html,body
{
	margin: 0px  ;
	padding: 0;
	border: 0;
}

body
{
	background-color: #EEEEEE;
	min-width: 950px;
}
div { margin: 0px; } 
p { margin: 0px; }
img { border: 0px; }
#main_wrapper {
	margin-left: 20px;
	margin-right: 20px;
	min-width: 970px;
}
/* here come's the heavy lifting */
.column-wrap { position: relative;   }
.main_col { 
	margin-left: 180px; 
	margin-right: 290px;
	background-color: white;
/*	min-height: 550px; */
}
.main_col-wrapper {
	height: 100%;
	top: 0px;
	min-height: 600px;
	/*display: inline; */
}

.left_col-wrapper {

min-height: 0px;

}


.left_col { 
	position: absolute; left: 0px; top: 0px; width: 180px;
	height: 100%;
	background-image: url(http://www.celestion-waldorf.co.nz/themes/waldorf/images/menu_bg.gif);	
	text-align: right;
}
#left-top {
	width: 100%;
	height:  11px;
	background-color: #920943;
}
/* IE6 needs shifting because column 1 is longest*/
* html .left_col { /*\*/ lef\t: -180px; /* */}
.right_col {
	position: absolute; right: 0px; top: 0px; width: 290px;  
	height: 100%;
	background-image: url(http://www.celestion-waldorf.co.nz/themes/waldorf/images/bg2.jpg);
	background-repeat: no-repeat;
	background-color: #bdbdbd;
 
}


#logos {
	position: absolute;
	display: block;
 	bottom: 10px;
	right: 20px;
}
#TICKER {
	margin-right: 20px;  
	float: right;
	overflow: hidden; 
	width: 528px;
}
#TICKER_BODY {
	font-weight: bold;
	font-size: 14px;
}
/* Header */
#header {
	margin: 0px;
}
#header_left
{
	background-image: url(http://www.celestion-waldorf.co.nz/themes/waldorf/images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	width: 378px;
	height: 125px;
}
#header_img {
	float: right;
	margin-top: 40px;
	min-width: 40%;
	text-align: right;
}
#header_right
{
	background-image: url(http://www.celestion-waldorf.co.nz/themes/waldorf/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 125px;
}
/* Footer */
#footer {
	background-color: #616065;
	height: 30px;	
	font-size: 11px;
 
}
#footer p {
	padding: 0px;
}
#footer a, a:visited, a:hover, a:active {
	color: white;
	text-decoration: none;
}
#f1
{
	float: left;
	color: white;
	margin-top: 6px;
	margin-left: 22px;
}

#f2
{
	margin-top: 6px;
	margin-right: 22px;
	float: right;
	color: white;
}

.image_margin_right {
	margin-top: 20px;
}

/* Navigation */

.right_col .ccm-image-block {
	margin-top: 20px;
}

ul.nav
{
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;	
}
ul.nav a {
	color: #555459;
	text-decoration: none;
	font-size: 14px;
}
ul.nav li {
	margin-top: 14px;
}
ul.nav .nav-selected {
	color: #910943;
}
/* News Box */

 


.right_col .news_item-right {
	float: left;
}

#home {
	top: 10px;
	width: 278px;
	height: 725px;
	float: right;
	background-color: white;
	margin-right: 30px;
	margin-top: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
}

.news_item {
	width: 270px;
	background: white;
}
.news_item-left { float: left; }
.news_item-header {
	background: #bebf00;
	color: white;
	width: 118px;
	height: 30px;
	text-align: center;
	margin:  0px;
	line-height: 200%;
	font-size: 14px;
}

.news_item-header_home {
	background: #bebf00;
	color: white;
	width: auto;
	height: 30px;
	text-align: center;
	margin:  0px;
	line-height: 200%;
	font-size: 14px;
	margin-bottom: 5px;
}

.news_item-right {
	padding: 5px;
	 width: 132px;
/*	 float: right; */
/*	 height: 102px; */
	 display: inline;
	 background: white;
	 word-wrap: break-word;
}
.news_item-img {
 margin-right: 10px;
}
