/*
Design by Mahim Nimbawat
http://www.m3microtech.com
*/
@import url(home.css);
@import url(menuitem.css);
@import url(contact.css);
@import url(reset.css);

/* layout of index page */
body{margin:0px;padding:0px;background-image:url(../images/2.gif);background-repeat:repeat}
#main{width:100%;background-color:#000;height:110px;}
#title{margin: 0 auto;width:980px;color:#fff;background-color:#000;}
#navi{margin: 0 auto;width:980px;margin-top:10px;margin-bottom:10px;}
#maincontent{margin:0 auto;width:975px;background-color:#3C0000;height:309px;padding-left:3px;padding-top:1px;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
#maincontent1{margin:0 auto;width:980px;background-color:#3C0000;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;margin-top:10px;}
#maincontent2{margin:0 auto;width:980px;background-color:#3C0000;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;margin-top:10px;height:160px}
#footer{width:100%;background-color:#000;margin-top:10px;height:60px;}
#footermain{margin:0 auto;width:980px;background-color:#000000}
#footerleft{width:380px;margin-top:10px;color:#FFFFFF;padding:13px;float:left;}
#footerright{width:220px;margin-top:10px;color:#FFFFFF;padding:13px;float:right;}

/* end index page */

