@charset "utf-8";
/* CSS Document */

body { background:url(../images/layout/bg.jpg) repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#636466; }

#top-area { float:left; width:800px; height:125px; }
#bg-top { clear:both; background:url(../images/layout/bg-top.png) top left repeat-x; height:125px; position:relative; }
#bg-header { clear:both; height:125px; }

#logo-area { clear:both; width:100%; height:79px; background:url(../images/layout/mm.png) left center no-repeat; position:relative; }
#menu-area { clear:both; width:100%; height:53px; background:url(../images/layout/menu-bg.png) center no-repeat; }

#bg-bottom { clear:both; background:url(../images/layout/bg-bottom.png) bottom repeat-x; height:63px; }
#bg-footer { clear:both; height:100px; }

.wrapper { width:800px; height:auto; position:relative; }
.wrapper-body { width:800px; height:auto; position:relative; }
#bg-white { float:left; width:100%; height:auto; background:url(../images/layout/white.gif) top center repeat-y; }
#bg-left-right { width:994px; height:auto; position:relative; }
#main-content { float:left; width:766px; padding: 0px 17px 0px 17px; margin:17px 0px 17px 0px; height:auto; background:url(../images/layout/line-bg.png) center repeat-y; }

.wrapper_box_one { float:left; width:100%; height:auto; position:relative; margin:5px 0px 0px 0px; }

.wrapper_box_two { float:left; width:100%; height:auto; position:relative; margin:5px 0px 0px 0px;  }

.wrapper_box_three { float:left; width:100%; height:auto; position:relative; margin:5px 0px 0px 0px;  }

/* Rounded Box Class */
.roundedBox { float:left; width:766px; position:relative; padding:17px; margin:0px 0px 0px 0px; z-index:5; }

    .corner { position:absolute; width:17px; height:17px; font-size:1px;}

        .topLeft {top:0; left:0; background-position:0px 0px; font-size:1px; z-index:0; }
        .topRight {top:0; right:0; background-position:-17px 0px; font-size:1px; z-index:0; }
        .bottomLeft {bottom:0; left:0; background-position:0px -17px; font-size:1px; z-index:0;}
        .bottomRight {bottom:0; right:0; background-position:-17px -17px; font-size:1px; z-index:0;}
	
	#type1 { background:url(../images/layout/dot.png) repeat-y; background-color:#feed93; position:relative; }
    #type1 .corner {background-image:url(../images/layout/corner-feed93.png); font-size:1px;}
	
	#type2 { background-color:#d5e59a; }
    #type2 .corner {background-image:url(../images/layout/corner-d5e59a.png); font-size:1px;}
	
	#type3 { background-color:#d5e59a; position:relative; z-index:105px; }
    #type3 .corner {background-image:url(../images/layout/corner-d5e59a.png); font-size:1px;}
