body {
width: 700px;
margin: 10px auto;
padding: 0px;
text-align: left;
background-image: url("image/back.gif")
}

#header {
width: 700px;
margin: 0px;
padding: 0px;
text-align: right;
}

#main {
float: left;
width: 700px;
margin: 0px;
padding: 0px;
background-color: #fff;
border-style:solid;
border-width:1px;
border-color: #333;
}

.text {
margin: 10px 30px;
color: #333;
font-size: 14px;
font-weight: normal;
font-style : normal;
line-height: 22px;
text-align: left;
}

.text2 {
margin: 0px 0px;
color: #333;
font-size: 14px;
font-weight: normal;
font-style : normal;
line-height: 18px;
text-align: left;
}

.text3 {
margin: 0px 0px;
color: #333;
font-size: 13px;
font-weight: normal;
font-style : normal;
line-height: 18px;
text-align: left;
}

.text4 {
margin: 15px 30px;
font-size: 12px;
line-height: 16px;
color: #666;
font-weight: normal;
font-style : normal;
text-align: left;
}


h1 {
margin: 0px;
padding: 2px 2px;
color: #222;
font-size: 12px;
font-style : normal;
font-weight : normal;
} 

h2 {
margin: 0px 0px;
padding: 0px 0px;
}

h3 {
font-size: 15px;
line-height: 22px;
font-weight : normal;
margin: 0px 0px;
padding: 0px 28px 5px 28px;
background-image: url("image/maincopy.jpg")
}

h4 {
margin: 8px 0px;
padding: 4px 4px 4px 4px;
color: #fff;
font-size: 14px;
font-weight: bold;
background-color: #1066de;
}

h5 {
margin: 0px 0px;
padding: 0px 0px;
color: #fff;
font-size: 14px;
font-weight: bold;
}

#footer {
width: 700px;
margin: 0px;
padding: 3px 3px;
text-align: center;
color: #333;
font-size: 12px;
font-style : normal;
font-weight : normal;
}

.c-both {
clear: both;
}

