/* IE hack - double height because height based on height of IE window therefore too short */
* html .tl {
	height:200%
	}
* html .tr {
	height:200%
	}

/* current tab control */
#tabs #design {
    background-image:url(../images/left_on.gif);
    }

#tabs #design a {
    background-image:url(../images/right_on.gif);
    }

.box{
	position:relative;
	margin-top:10px;
	width:46%;
	padding:0px 10px;
}

.one{
	float:left;
	padding-bottom:50px;
	margin-bottom:20px;
}

.two{
	float:right;
}

.one01{
	margin:0 auto 0 auto;
	padding-bottom:10px;
	clear:both;
	}

.two01{
	width:60%;
	margin:20px auto;
	padding-top:10px;
	background-color:#CDF2AE;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	-moz-border-radius:8px;
}

.centre{
	margin:0 auto 0 auto;
	}
	
.pics{
	position:relative;
	float:right;
	margin:10px 20px;
	}