@charset "utf-8";
/* CSS Document */

#fixedCoupon {
	position:absolute;
	text-align:center;
	left:550px;
	top:13px;
	width:0px;
	height:193px;
	z-index:3;
}

* { margin:0; padding:0;}
.clear { clear:both;}

.w{ width:100%}
.site_center{text-align:center; width:100%;}
.site_center1{margin:0 auto; text-align:left; width:725px; }

/*header*/
#header{height:301px; text-align:center;}


/*content*/ 
#content{ width:725px; z-index:1; }
#content .row1 { width:100%}
 
/*right column bigger*/
#page1 #content .col1 { float:left; margin-top:10px;  width:220px}
#page1 #content .col2 { float:right; margin-top:10px;  width:488px}
/*left column bigger*/
#page2 #content .col1 { float:left; margin-top:10px; width:488px}
#page2 #content .col2 { float:right; margin-top:10px; width:220px}
/*full size main column*/
#page3 #content .col1 { float:left; margin-top:10px; width:717px}
/*full size main column*/
/*bottom right column bigger*/
#page4 #content .col1 { float:left; margin-top:10px; width:717px}
#page4 #content .col2 { float:left; margin-top:10px; width:220px;}
#page4 #content .col3 { float:right; margin-top:10px; width:488px}
/*full size main column*/
/*bottom left column bigger*/
#page5 #content .col1 {float:left; margin-top:10px; width:717px}
#page5 #content .col2 { float:left; margin-top:10px; width:488px}
#page5 #content .col3 { float:right; margin-top:10px; width:220px}


 /*footer*/
#footer { margin-top:20px; width:705px; text-align:center;}
#footer a{ margin:0 20px;}
#footer a:hover{ text-decoration:underline;}


