/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 html {
	color: #000;
	background: #fff;
}
.am-layout-two-coll {
    overflow: hidden;
    background: none;
    border: none;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    box-shadow: none;
}

.am-layout-two-coll-bottom {
	background: none;
    clear: both;
    height: 20px;
	background:none;

}
.am-layout-two-coll-top {
    clear: both;
    height: 20px;
		background:none;

}
.am-common a {
    color: #fb6a4a;
}
