/*############ Setup header containers ###############*/

#header {    
    width:100%;
    height:130px;
    width:1060px;
    margin:0;
    background:url('../../../images/layout/headerbg.jpg') repeat-y top left;
}

#headerLeft {
	width:204px;
	height:111px;

	float:left;
}

#headerRight {
	float:right;
	width:145px;

	margin-right:73px;
}

