body{
margin: 0;
margin-top: 0;
padding: 0;
font: 80% Georgia, Times New Roman, Serif;
text-align: center;
color: #000;

}
.container{
margin: 1em auto;
margin-top: 0;
width: 1024px;
text-align: left;
background-color: white;
border: 1px solid black;
background-image: url('../images/bg.jpg');
}
.header{
width: 800px;
height: 208px;
}
.top_navigation{
width: 975px;
height: 25px;

}
.main_content{
position: relative;
left:112px;
width: 800px;
background-color: #f2f6fb;
}

.col_one {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 16px; /* Allows for fluid design. Can be set to pixels */
float: left;


}
.col_two {
margin: 0 ; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 214px;
float: left;


}
.col_three {
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 34px;
float: left;


}
.col_four {
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 517px;
float: left;


}
.col_five {
margin: 0; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 19px;
float: left;
} 

h1{
font: 140% Georgia, Times New Roman, Serif;
color: #444;
}
.title{
font: 120% Georgia, Times New Roman, Serif;
color: #444;
}
a{
color: #174175;
}
.pic_1{
width: 214px;
height:257;
background-image: url('../images/pic_1.jpg');
}
.divider {
width: 517px;
height: 4px;
background-image: url('../images/divider.gif');
}
.logo_1 {
width: 214px;
height: 54px;
background-image: url('../images/shozu_logo.jpg');
}
.logo_2 {
width: 156px;
height: 104px;
background-image: url('../images/moblog_logo.jpg');
}








