/* CSS Document */
body{
padding:0;
background-color:#f7f7c9;
}

#wapper{
width:920px;
height:4500px;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-color:#ebebb7;
margin-right:auto;
margin-left:auto;
}

#leftcolumn{
float:left;
margin-left:25px;
width:180px;
height:1500px;
}

#logospace{
float:left;
width:180px;
height:180px;
}

#menu{
float:left;
width:180px;
height:1100px;
}

#mainspace{
float:left;
margin-left:20px;
width:670px;
height:4500px;
}

#headerspace{
float:left;
width:680px;
height:160px;
}

#header{
float:left;
width:680px;
height:70px;
}

#maintext{
float:left;
width:680px;
height:4300px;
text-align:justify;
}

#footer{
float:left;
width:920px;
height:60px;
text-align:center;
}