#wrapper {
	width: 640px;
        height: 140px;
}

#col1 {
	float: left;
	width: 32px;
        background: #EAE8B8;
        padding: 0px 3px 0px 3px;
        text-align: center;
}

#col2 { 
	margin-left: 5px;
	width: 139px;
        background: #AB8EA0;
        float: left;
        padding: 0px 3px 0px 3px;
        text-align: center;
}

#col3 {
	margin-left: 5px;
	width: 139px;
        background: #AB8EA0;
        float: left;
        padding: 0px 3px 0px 3px;
        text-align: center;
        border-right:solid 3px #673867;
}

#col4 { 
	margin-left: 0px;
	width: 139px;
        background: #EAE6B6;
        float: left;
        padding: 0px 3px 0px 3px;
        text-align: center;
        border-left: solid 2px #673867;
}

#col5 { 
	margin-left: 5px;
	width: 139px;
        background: #EAE6B6;
        float: left;
        padding: 0px 3px 0px 3px;
        text-align: center;
}

#hr {
    height:3px;
    width:100%;
    background: #673867;
}

#hr2 {
    height:1px;
    width:100%;
    background: #DCE499;
}