body {
	background-color : #fff;
	margin : 0;
	padding : 0;
}
/* ==========================layout itself===================================== */
#wrapper {
	width: 664px;
	min-height: 57px;
	margin: 0 auto;
	padding: 0;
	background : transparent url(../pictures/mitsubishi_bg.jpg) repeat-y;	
}
#top {
	width: 664px;
	height: 57px;
	margin: 0 auto;
	padding: 0;
	background : transparent url(../pictures/mitsubishi_top.jpg) no-repeat;	
}
#header {
	position: relative;
	width: 664px;
	height: 278px;
	margin: 0 auto;
	padding: 0;
	background : transparent url(../pictures/mitsubishi_header.jpg) no-repeat;
}
#large {
	position: absolute;
	top: 0;
	right: 51px;
	width: 380px;
	height: 279px;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 35px 0 0 44px;
	background : transparent url(../pictures/mitsubishi_content.jpg) top left no-repeat;
}

#content {
	width: 550px;
	margin: 0;	
}
#footer {
	font: normal 11px arial;
	color: #a19e86;
	text-align: right;
	width: 540px;
	height: 24px;
	margin: 0 auto;
	padding: 13px 124px 0 0;
    	background : transparent url(../pictures/mitsubishi_footer.jpg) left top no-repeat;
}

/* ============================content=================================== */
#content h1 {
	font: italic 22px 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif;
	text-align: right;
	margin: 0 55px 20px 0;
	padding: 0;
}
#content p {
    	font: normal 13px arial, verdana, tahoma, sans-serif;
    	color: #333;
	margin: 0px 0 0 0;
	line-height: 23px;
	padding: 0 8px  10px 8px;

}
#content dl {
	margin: 0 0 20px 0;
	padding: 0;
}
#content dl dd {
	font: normal 13px arial, verdana, tahoma, sans-serif;
	color: #333;
	line-height: 20px;
	margin: 0 0 0 30px;
	padding: 0;
}

/* ============================Hyper Links(all)=================================== */
a {
	font: normal 13px arial;
	text-decoration : none;
	color : #4a7dff;
}
a:hover {
	font: normal 13px arial;
	color : #333;
}
#footer a {
	font: normal 12px arial;
	text-decoration : none;
	color : #333333;
}
#footer a:hover {
	font: normal 12px arial;
	text-decoration : underline;
	color : #333333;
}
