/* CSS Document 
Contains heights, widths, margins and floats for basic page layout */

.container {width:818px; height:190px}
.masthead {padding:10px; height:75px; width:800px}
.masthead .right {float:right; padding-top:5px; padding-right:15px}
.nav {height:75px; margin-bottom:30px; background-color:#FFFFFF; width:800px}
.app_screen {width:570px; margin-right:20px; float:left}
.rhs_module {width:210px; float:left; position:relative;}
.footer {height:60px; float:left; clear:left; margin-top:20px; width:800px}

/*cognifide fix*/
.masthead #logo img {
	float:right;
	padding-top:5px;
	padding-right:15px;
	/*width: 113px;*/
	height: 66px;
}
