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

body { background-color:#fff5df; }

#bg-top { clear:both; background:url(../images/layout/bg-top.gif) top left repeat-x; height:125px; }
#bg-header { clear:both; background:url(../images/layout/bg-header.png) bottom center no-repeat; height:125px; }

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

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

.wrapper { width:800px; height:auto; }
.wrapper_box_one { float:left; width:100%; height:auto; background:url(../images/layout/bg-box-one.gif) top center repeat-y; z-index:10; position:relative; margin:5px 0px 0px 0px; }
.wrapper_box_two { float:left; width:100%; height:auto; background:url(../images/layout/bg-box-two.gif) top center repeat-y; z-index:10; position:relative; margin:5px 0px 0px 0px;  }
.wrapper_box_three { float:left; width:100%; height:auto; background:url(../images/layout/bg-box-three.gif) top center repeat-y; z-index:10; 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; }
        .topRight {top:0; right:0; background-position:-17px 0px; font-size:1px; }
        .bottomLeft {bottom:0; left:0; background-position:0px -17px; font-size:1px;}
        .bottomRight {bottom:0; right:0; background-position:-17px -17px; font-size:1px;}
	
	#type1 { background:url(../images/layout/dot.png) repeat-y;}
    #type1 .corner {background-image:url(../images/layout/corner-feed93.png); font-size:1px;}
	
	#type2 { }
    #type2 .corner {background-image:url(../images/layout/corner-a8dbf0.png); font-size:1px;}
	
	#type3 { }
    #type3 .corner {background-image:url(../images/layout/corner-ffe08e.png); font-size:1px;}
	
	#type4 { }
    #type4 .corner {background-image:url(../images/layout/corner-feed93.png); font-size:1px;}
