#Container {
	height:1260px;
	width:1100px;
	display: block;
	align-items:center;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	border-radius: 30px 30px 30px 30px;
}
#Container #header {
	float: left;
	height: 50px;
	width: 1100px;
	position: relative;
	top: 0px;
}
#header .img_logo {
	text-decoration:none;
	position: absolute;
	left: 25px;
	top: 5px;
}

#header #logo {
	text-decoration:none;
	position: absolute;
	height: 98px;
	width: 280px;
	left: 85px;
	top: -13px;
}

#Container #header #callus {
	position: absolute;
	left: 389px;
	top: -4px;
	float: left;
}


/* Login Form Topside */
#header #CDRlogin {
	position: absolute;
	right: 184px;
	top: -10px;
	width: 240px;
	height: 45px;
}
#header #CDRlogin .blueButton {
	position: absolute;
	top: 8px;
	right: 23px;
	-moz-background-clip: border;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 9;
	font-weight: bold;
	border: 1px solid #4d9bcc;
	text-decoration: none;
	line-height: 22px;
	padding: 0 10px;
	background:#285f74 (images/bg_button_blue-2.00.png) repeat-x 0 0;					
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #039;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	}
	
#Container #header #skype {
	height: 45px;
	width: 125px;
	top: 30px;
	position: absolute;
	left: 920px;
}	

#skype .skypefont {
	font-size:24px;
	position:relative;
	color:#00A8D3;
	font-weight:bold;
	text-decoration:none;
	bottom:15px;
	font-family:Arial;

}
#skype .skypeimg {
	text-decoration:none;
	width:83px;
	height:48px;
	
}
/* end - Login Form Topside */

#Container #navbar {
	float: left;
	height: 50px;
	width: 1100px;
	position: relative;
	background-color:#FFFFF;
}


#Container #slides {
	float: left;
	height: 350px;
	width: 1100px;
	position: relative;
	margin-top: 5px;
}


#Container #content_left {
	height: 650px;
	width: 700px;
	position: relative;
	float: left;
	left: 65px;
	top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Container #content_right {
	float: left;
	height: 650px;
	width: 300px;
	position: relative;
	top: 10px;
	left: 100px;
}
#Container #content_right .atoz {
	position: absolute;
	top: 165px;
	left: 120px;

}

#Container #content_right a .eybeam {
	position: absolute;
	top: 375px;
	left: 17px;
}
#Container #bottom #fotter {
	float: left;
	height: 30px;
	width: 456px;
	position: absolute;
	left: 300px;
	top: 0px;
}
#Container #bottom #copyright {
	position: absolute;
	top: 40px;
	left: 330px;
}

#Container #bottom #fotter ul {
	margin-left: 0px;
	padding-left: 0px;
}
#Container #bottom #fotter ul li {
	float: left;
	list-style-type: none;
}
#Container #bottom #fotter ul li a {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0.1cm;
	padding-right: 0.2cm;
	padding-bottom: 0.2cm;
	padding-left: 0.2cm;
}

#Container #content_right .eybeamhr {
	position: absolute;
	top: 300px;
	border: thin double #CCC;
	width: 280px;
}
#Container #content_right .rateshr {
	border: thin solid #CCC;
	position: absolute;
	width: 280px;
	top: 135px;
	
}
#Container #bottom {
	float: left;
	height: 100px;
	width: 1100px;
	border-top-width: 3px;
	border-top-style: solid;
	position: relative;
	top: 70px;
	border-top-color: #666;
}

#bottom #bottom-contact {
	position: absolute;
	top: 0px;
	right: 2px;
	color: #333;
	text-align: right;
}
.registerButton{
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:10;
	font-weight:bold;
	border:2px groove #FFF;
	text-decoration:none;
	line-height:22px;
	padding:0 10px;

	background:#285f74 (images/bg_button_blue-2.00.png) repeat-x 0 0;						-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-moz-background-clip:padding-box;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	background-color:#F60;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	position: relative;
	left: 200px;
	}