@charset "utf-8";
/* CSS Document */
/* Additional rules that override the main stylesheet if on a page other than the homepage */
#header {
	height: 149px;
	padding-top: 1px;
	background: url(../images/model-header-bg.png) top left repeat-x;
	border-bottom:2px solid #CAC5D3;
}
.sm-logo {
	position: absolute;
	top: 24px; 
	left: 18px; 
	width: 250px;
}
.model-title {
	display:block;
	width: 221px;
	margin: 19px auto;
}
#navigation {
	top: 109px;	
}

