@charset "utf-8";
/* CSS Document */
body {
font-family:Arial;
font-size:14px;
}
#header {
width:700px;
padding:0px;
border-collapse:collapse;
margin: 0px auto 0px auto;
background-color:#FFFFFF;
text-align:center;
}
#header img {
text-align:center;
}
#wrap {
width:700px;
margin:0px auto 0px auto;
padding:0px;
border-collapse:collapse;
border-width:1px;
border:solid;
background-color:#008000;
}
#bodymain{
width:505px;
padding:10px;
float:left;
background-color:#FFFFFF;
}
#sidebar {
width:155px;
padding:10px;
margin:0px;
float:right;
background-color:#008000;
font-weight:bold;
color:#FFFFFF;
}
#sidebar a {
color:#FFFFFF;
font-weight:bold;
}
#sidebar p img {
display:block;
margin-left:auto;
margin-right:auto;
}
#footer {
clear:both;
width:700px;
background-color:#000000;
color:#FFFFFF;
text-align:center;
}
#footer_menu {
width:700px;
background-color:#000000;
color:#FFFFFF;
text-align:center;
}
#footer_menu a{
text-decoration:none;
color:#FFFFFF;
}