body{
	padding:0; margin:0;
	background-color:#EDF8FF; color:#000000;
	background-image:url(../images/header_bg.jpg); background-repeat:repeat-x;
	}

#header{
	width:778px; position:relative;
	margin:0 auto;
	height:240px;
	background-image:url(../images/header_bg_1.jpg); background-repeat:no-repeat;
	background-position:bottom;
	}
		
#content{
	float:left;
	width:478px;  /* width:478px with "right" or width:690px without "right" */
	padding:19px 32px 0 27px;
	}

