/* Layout */
#wrap {
	margin-right:auto;
	margin-left:auto;
    width:1000px;
    height:100%;
    background-color:#ffffff;
}

#maintop {
    background-image:url('http://www.sjmotor.com/images/bg_main.jpg');
    width:1000px;
    height:390px;
}

#subtop {
    width:1000px;
    height:200px;
}

#globalmenu {
    height:40px;
}

#logo {
    float:left;
    width:200px;
    height:80px;
    margin-left:53px;
    margin-top:11px;
}

#cptxt {
    float:right;
    width:500px;
    height:80px;
    padding-right:20px;
}

#content {
    background-image:url('http://www.sjmotor.com/k/images/bar_black.gif');
    background-repeat:repeat-x;
    width:1000px;
}
#submenu {
    float:left;
    margin:10px 0 0 50px;
    width:200px;
    background-image:url('http://www.sjmotor.com/k/images/bg_menu.gif');
}
#submain {
    float:left;
    margin:0 0 0 20px;
    width:680px;
}
#selmenu {
    margin:10px 10px 40px 0;
    text-align:right;
}

#footer {
    clear:both;
    background-image:url('http://www.sjmotor.com/images/copyright.gif');
    width:1000px;
    height:100px;
}