@charset "utf-8";


body{
	background:url(../img/body_bg.gif)
}

#wrap{
	margin:0 auto ; width:1050px; margin-top:10px
}

.registrationTable th{
    font-size:18pt;
    text-align:right;
}


#leftMenu{
	float:left; width:293px; background:#32bec3; /*height:831px; */
}


#leftMenu ul{ 
padding-top:10px

}
#leftMenu li{ 
padding:10px ; 

}

#leftMenu li a{ 
color: #000 ; text-decoration:none

}

#leftMenu li a:hover{ 
color:#000; text-decoration:underline

}





#mainBox{
	float:left; width:757px; /*height:631px;*/
        background-color: #FFF;
}

#mainBox .topImg{
	background:url(../img/top_img.gif); width:757px; height:232px
}

#mainBox .middleImg{
	background:url(../img/img_2.gif); width:639px; height:101px
}

#mainBox .footImg{
	background:url(../img/img_3.gif); width:639px; height:48px
}

#mainBox .idpass{
	width:757px ; margin:0 auto ; margin-top:10px
}

#mainBox .idpass span{
	padding:10px
}

#mainBox .idpass input{
	margin-top:15px
}

