html {
	height: 100%;
}
body {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	background-color: #3c556e;
}
#ctn {
	background: url('images/bg.jpg') repeat-y;
	width: 1261px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	overflow: hidden;
}
#l {
	background-image: url('images/bg_l2.jpg');
	margin: 0;
	height: 100%;
	float: left;
	width: 230px;
}
#l1 {
	background-image: url('images/bg_l1.jpg');
	width: 230px;
	height: 376px;
}
#l2 {
	background-image: url('images/bg_l3.jpg');
	width: 230px;
	height: 385px;
	position: absolute;
	bottom: 0;
}
#m1 {
	background-image: url('images/bg_m1.jpg');
	width: 801px;
	height:161px;
}
#logo
{
	position:static;
	margin-top:43px;
	float:left;
	top:0;
	left:0;
}
#search
{
	float:right;
	margin-top:96px;
	position:static;
	top:0;
	right:0;
}
#m
{
	margin:0;
	float:left;
	width:801px;
}
#mM {
	width: 801px;
	min-height: 600px;
	margin: -20px 4px -10px 4px;
	overflow: hidden;
}
#mM #nL {
	width: 261px;
	float: left;
	background-color: #000;
	margin: 0 4px 0 4px;
}
#mM #nR {
	width: 516px;
	float: left;
	background-color: #000;
	margin: 0 4px 0 4px;
}
#m2 {
	background: #3c556e url('images/bg_m2.jpg') no-repeat;
	width: 801px;
	height:167px;
}
#r {
	float: right;
	height: 100%;
	text-align: left;
	width: 230px;
}
#r1 {
	background-image: url('images/bg_r1.jpg');
	width: 230px;
	height: 376px;
}
#r2 {
	background-image: url('images/bg_r3.jpg');
	width: 230px;
	height: 385px;
	position: absolute;
	bottom: 0;
}
