@charset "utf-8";
/* CSS Document */

body {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #565455;
}

#wrap {
 width: 800px;
 height: auto;
 background-image: url(images/wrap.gif);
 background-repeat: repeat-y;
}

#header {
 width: 800px;
 height: 108px;
}

#pic {
 float: right;
}

#lpic {
 float: right;
}

#menu {
 width: 154px;
 background-color: #e9b000;
 float: left;
}

#page {
 width: 606px;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
 text-align: justify;
 float: right;
}

#left {
 width: 200px;
 float: left;
}

#input {
 width: 350px;
}

#right {
 width: 406px;
 float: right;
}

.clear {
 clear: both;
}

#footer {
 width: 800px;
 height: 120px;
}

textarea {
 width: 142px;
}

a {
 color: #D63A2B;
}
