html,body{
	width:100%;
	height:100%;
}
body{
	background-color:#126a1c;
	font-family: "Arial";
	font-size: 12px;
	color: #6633FF;	
}
body,table,td,img,form{
	margin:0px;
	padding:0px;
	border:0px;
}

#template {
	width: 100%;
	background: url('../images/bg_middle.jpg') 50% 176px;
}

#template_header {
	width: 100%;
	height: 177px;
	background: url('../images/bg_top.jpg') repeat-x 50% 0;
	display: block;
	text-align:center;
}

#template_header #header_content {
	/*height: 176px;*/
	/*height:50px;*/
	width: 750px;
	margin:0 auto;
	padding:127px 0 0 0;
}

#template_footer {
	width: 100%;
	height: 150px;
	clear: left;
	background: url('../images/bg_bottom.jpg') repeat-x 50% 0;
	bottom: 0px;
	position: relative;
}

#container{	
	/* For Testing */
	clear: both;
	width: 750px;
	position: relative;
	margin: -1px auto;
}

#template_footer #leftDeco, #template_footer_landing #leftDeco {
	background:url(../images/ronald_left.png) no-repeat;
	width: 168px;
	height: 522px;
	float: left;	
	margin-left: -168px;
	top:0!important;
	left:0!important;
	position:relative;
	/*border: 1px solid #ffffff; */
}

#template_footer #rightDeco, #template_footer_landing #rightDeco {
	background: url('../images/gifts_right.png') no-repeat;
	width: 148px;
	height: 506px;
	float: right;	
	margin-right: -148px;
	position:relative;

	/*border: 1px solid #ffffff; */
}
#template_footer #rightDeco{
	margin-top: -400px;
}
#template_footer #leftDeco
{
	margin-top: -400px;
}
#template_footer_landing #rightDeco{
	margin-top: -330px;
}
#template_footer_landing #leftDeco{
	margin-top: -400px;
}
#single_top{
	width: 100%;
	height: 32px;
	background-image: url('../images/template1/frame_top.png');
	background-repeat: no-repeat;
}

#single_top_2 {
	width: 100%;
	height: 31px;
	background-image: url('../images/template2/frame_top.png');
	background-repeat: no-repeat;
}

.clr {clear:both;} 

#single_content{
	float:left;
	padding:5px 6px;
	width:738px;
	background-image: url('../images/template1/frame_middle.png');
	overflow: hidden;
}

#single_content_2{
	width: 750px;
	background-image: url('../images/template2/frame_middle.png');
}

#left_content{
	 
	padding: 5px 25px;
	width: 480px;
	float: left;
}

#right_content{
	margin-left: 8px;
	/*padding: 5px 15px;*/
	width: 175px;
	float: left;
}

#single_bottom{
	width: 750px;
	margin: auto;
	height: 77px;
	background-image: url('../images/template1/frame_bottom.png');
	background-repeat: no-repeat;
}

#single_bottom_2{
	width: 750px;
	margin: auto;
	height: 77px;
	background-image: url('../images/template2/frame_bottom.png');
	background-repeat: no-repeat;
}

#legals{
	/*background-image: url('../images/m_logo.png');*/
	display:block;
	background-repeat: no-repeat;
	/*background-position: 180px 50%;
	padding-top: 20px;*/
	height: 40px;
	width: 750px;
	margin:0 auto;
	text-align: center;
	color: #ffffff;
	
}
#legals div#legals_center
{
	margin:0 auto;
	width: auto;
}
#legals ul
{
	margin: 0 auto;
	padding:0;
	width: 457px;
}
#legals ul li
{
	list-style:none;
}
#legals ul li#m_logo
{
	background-image: url('../images/m_logo.png');
	width: 57px;
	height:54px;
	float: left;
}
#legals ul li#footer_menu
{
	float: left;
	padding: 20px 0 0 0;
	width:400px;
}

#legals a
{
	color:#FFFFFF;
	text-decoration:none;
}
#template_footer_landing 
{
	background:transparent url(../images/bg_bottom.jpg) repeat-x scroll center bottom;
	bottom:0;
	clear:left;
	height:365px;
	position:relative;
	width:100%;
}
#single_bottom_landing 
{
	background-image:url(../images/template1/frame_bottom_landing.png);
	background-repeat:no-repeat;
	height:297px;
	margin:auto;
	width:750px;
}
