.container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-image: url(../images/RD_home_02.png);
	background-repeat: repeat-x;
	height: 139px;
	margin: 0px;
	padding: 0px;
}
.leftside {
	width: 200px;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
#navimage {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation {
	float: left;
	width: 200px;
}
.clearfloats {
	clear: both;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/RD_homeimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}.rightside {
	float: left;
	width: 538px;
	margin-left: 20px;
	margin-top: 20px;	
	
}
.rightinfo {
	width: 375px;
	margin-top: 125px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 20px;
	background-image: url(../images/white_trans.png);
}
#logoimg {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
