/* 1 - FRAME WORK
-------------------------------------------------------*/

html, body {
	height:100%;
}
* html #outer {
	height:100%
}
body {
	padding:0;
	margin:0;
	background-color:#000;
	text-align:left;
}
#container {
	min-height:100%;
	width:990px;
	margin:auto;
	position:relative;
}
#containerw {
	min-height:100%;
	width:960px;
	margin:auto;
	position:relative;
}


/* 2 - MAIN STRUCTURE
-------------------------------------------------------*/

#header {
	text-align:left;
	width:960px;
	height:200px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	padding-top:60px;
}
#headerimgrichmond {
	position:relative;
	background-image:url(../images/header-richmond.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:200px;
}
#headerimgvancouver {
	position:relative;
	background-image:url(../images/header-vancouver.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:200px;
}
#headerimglasvegas {
	position:relative;
	background-image:url(../images/header-lasvegas.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:200px;
}
#headerimgchinese {
	position:relative;
	background-image:url(../images/header-chinese.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:200px;
}
#headermedia {
	position:absolute;
	bottom:0;
}

#menu {
	z-index:999;
	position:fixed;
	background-color:#000;
	width:960px;
	text-align:center;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}
#footer {
	position:absolute;
	text-align:center;
	bottom:0;
	left:0;
	height:40px;
	width:100%;
	paddng-top:30px;
}
#clearfooter {
	clear:both;
	padding-top:30px;
	height:40px;
}



/* 2 - BODY
-------------------------------------------------------*/
#newrow {
	text-align:justify;
	width:990px;
	overflow:auto;
}
#newroww {
	text-align:justify;
	width:990px;
	overflow:auto;
}

#c120 {
	float:left;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	width:69px;
}
#c160 {
	float:left;
	padding-left:15px;
	padding-right:15px;
	width:135px;
	height:220px;
}
#c495 {
	float:left;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	width:465px;
}
#c990 {
	float:left;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	width:960px;
}
#c990w {
	float:left;
	background-image: url(../images/bg-welcome.jpg);
	background-repeat:no-repeat;
	width:960px;
	min-height:960px;
}
#c990w1 {
	float:left;
	padding-top: 400px;
	width:960px;
	height:100%;
}
#c990t {
	float:left;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	padding-top:25px;
	width:960px;
}
#line {
	float:inherit;
	padding-bottom:20px;
	padding-top:20px;
	width:990px;
}
