/* R3537 */
html{height:100%;min-height:100%;}
body{padding:0;margin:0;font:11px Arial,Helvetica,Garuda,sans-serif;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img, a img{border:0;}
p{margin:0;}
a.invisible{display:none;}
*{border: 0;outline: none;}

/* STD */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background:url(../img/bg.jpg) repeat-x;
	background-color:#181818;
}
#center{
	width:791px;
	margin:25px auto 0 auto;
}
#rlhead{
	height:84px;
	background:url(../img/headbg.gif) repeat-x;
}
#nav{
	float:left;
	margin-top:38px;
}
#logo{
	background:url(../img/logo.gif) no-repeat;
	float:right;
}
#maincontent{
	padding:20px 40px;
	border-left:1px solid #c41515;
	border-right:1px solid #c41515;
	border-bottom:1px solid #c41515;
	background-color:#fff;
}
#footer{
	text-align:center;
	padding:0;
	width:100%;
	clear:both;
}
.clb{
	clear:both;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
.clbcnt{
	clear:both;
}
.homeleft{
	width:50%;	
	float:left;
}
.homeright{
	width:50%;
	float:right;
}