/* 
 * home.css
 *
 * The home.css file contains CSS styles that are used for all browsers.
 */

#submenu {
	height: 30px;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	overflow:auto; zoom:1; /* clear float */
}


#c1 {
	margin-right: 360px;
}

#c2 {
	float: right;
	width: 350px;
}

#c2 #c21 {
	float:left;
	width: 230px;
}

#c2 #c22 {
	float:right;
	width: 230px;
}

#footer {
	text-align: center;
}



/* screen < 900px */
@media screen and (max-width: 900px) {
    #content {
        bottom: 0;
    }
    #c1 {
        margin-right: 0px;
    }
    #c2 {
        float: none;
        width: 100%;
    }
    #footer {display:none;}
}