/* CSS Document */

body{
background-image:url(../img/back1.gif);
background-attachment:fixed;
margin-top: 0;
}

#blog{
width: 1000px;
margin: 0 auto;
background-color: #0b6da0;
}

#header{
height: 100px;
}
#menu{
background-image:url(../img/menu.png);
background-repeat:repeat-x;
height: 30px;
}
#head2{
background-color: #0b6da0;
height: 15px;
}
#left{
background-color: #0b6da0;
width: 200px;
float:left;
height:100%;
}
#text{
background-color:#FFFFFF;
width: 770px;
margin-left: 200px;
padding-left: 30px;
min-height:700px;
}
#item{
height: 24px;
background-image:url(../img/item.png);
background-repeat:no-repeat;
}
#item_text{
color:#FFFFFF;
margin: 0;
padding: 0;
}
#footer{
background-color: #0b6da0;
height: 40px;
width: 1000px;
clear: left;
}

