body {

            background: #f3f2f3;

            color: #000000;

            font-family: Trebuchet MS, Arial, Times New Roman;

            font-size: 12px;

}

 

#container {

            background: #FFFFFF;

            margin: 30px auto;

            width: 1080px;

            height: 6000px;

}

 

#header {

            background: #D3D3D3	;

            height: 60px;

            width: 1080px;

}

 

#navigation {

            background: #a2a2a2;

            width: 1080px;

            height: 20px;

}

 

#menu {

            background: #F5F5F5;

            float: left;

            width: 200px;

            height: 6000px;

}


#menusir {

            background: #F5F5F5;

            float: left;

            width: 50px;

            height: 6000px;

}



#content {

            background: #F5F5F5;

            float: right;

 

            width: 880px;

            height: 6000px;

}

#contentsir {

            background: #F5F5F5;

            float: right;

 

            width: 1030px;

            height: 6000px;

}

#clear {

            clear:both;

}

 

#footer {

            background: #838283;

            height: 100px;

            width: 1080px;

}