

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}
/*
.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}
/*
/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	margin:0;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 3px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	margin:0;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7 0 0 10;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 3px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	margin:0;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 3px;
}


#one{
width:5;
color: Black;
font-size: 100%;
float:left;
padding:5px;
}

#two{
width:50;
height:50;
color: Black;
font-size: 100%;
padding:5px;
background:blue;
}

#three{
color: Black;
font-size: 100%;
padding:0px 80px;
}

h2 {
	font-size: 167%;
}
