* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;


}

img { border: none; }
a { color: #000; text-decoration: none;}
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 40px auto 0 auto;
width: 800px;
height: 800px;
background-image:url(images/total.jpg);
}

#header { 
/* border: 5px solid #ddd; */
height: 220px;
/* background-image:url(images/anniversary_back.jpg); */
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}



.left {
margin: 10px 10px 10px 15px;
width: 570px;
float: left;
text-align: justify;
/* border: 5px solid #ddd; */
padding: 10px;
}
.left h2 {
color: #C40000;
font-size: 28px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left h4 {
color: #AA9900;
font-size: 15px;
letter-spacing: 0px;
font-weight: 100;
padding : 10px 0 10px 0;
}

.right {
margin-top: 10px;
width: 160px;
/* border: 5px solid #ddd; */
float: right;
font-size: 14px;
padding: 10px;
/* background-image:url(images/right_back.jpg); */
font-family:verdana;
min-height:360px;

}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right ul  li{
padding:5px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #FFF;
line-height: 30px;
}
.right a { text-decoration: none;color:#241009; }
.right a:hover{ text-decoration: none;color:#8393CA; }

#footer {
margin-top: 10px;
text-align: center;
color: #444;
font-size: 11px;
/* border: 5px solid #ddd; */
padding: 10px;
}

.message_box{float:left;padding:5px;margin:5px;
border:1px solid #000;width:520px;height:500px;
background-color:#F4E7C5;
}
