@charset "utf-8";
/* CSS Document */


/* Content Specs for Home Section */

#ContainerLeftHome {
    width:300px;
	height:auto;	
	float:left;
}

#ContainerRightHome {
    width:600px;
	height:auto;
	float:right;
}


