body { background: url(/images/background.gif) left top repeat-x #ffffff; padding: 0px; margin: 0px; font-family: Arial; font-size: 13px; color: #3D3D3D; text-align: center; }

a { color: #018A02; text-decoration: underline; }
a:hover { color: #018A02; text-decoration: none; }

.overall { width: 1004px; text-align: left; }
.hat { height: 150px; background: #ffffff; border: 1px solid #bdbdbd; border-top: 0px; padding: 0px; position: relative; }
.hat span.b-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth.gif); }
.hat span.b-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth.gif); }

.logo { float: left; padding: 10px 20px; }

.content { padding: 10px 20px; }
h1 { font-size: 22px; font-weight: Normal; margin: 0px 0px 15px 0px; color: #f00000; }

.copyright { padding: 10px 10px 10px 20px; font-size: 11px; color: #999999; }

.icons { float: right; padding: 10px 20px; }
.icons span { padding: 0px 0px 0px 15px; maring: 0px; }

.menu { color: #018A02; padding: 10px 40px 40px 220px; }
.menu div.layer { padding: 0px 0px 0px 0px; width: 155px; float: left; }
.menu div.nth-green { padding: 0px 0px 0px 0px; border: 1px solid #88DA88; width: 130px; padding: 5px; text-align: center; margin-bottom: 5px; }
.menu div.nth-red { padding: 0px 0px 0px 0px; border: 1px solid #DA8888; width: 130px; padding: 5px; text-align: center; margin-left: 5px; margin-bottom: 5px;  }
.menu a { text-decoration: none; }
.menu div.nth-red a { color: #DA8888; }
.menu div.nth-red a:hover { color: #DA8888; }


.error { color: #f00000; font-weight: Bold; }

textarea.msg { width: 400px; height: 150px; }
input.text { width: 400px; }


.guest-answer { padding: 15px 0px 0px 15px; }
.gestbookonce { border-bottom: 1px solid #000000; padding: 15px 0px; }
.guest-q { color: #000080; }

.t_form { font-size: 13px; }
.t_form input.text { width: 300px; }
.t_form textarea { width: 300px; height: 100px; }


.search-title { color: #E95B61; font-size: 15px; text-decoration: none; }
.search-link { color: #09A3D1; }



/* Styles for Rounded corners with using JavaScript */
.nth-corners { position: relative; background: #ffffff; border: 1px solid #bdbdbd; }

.nth-corners span.t-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth.gif); }
.nth-corners span.t-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth.gif); }
.nth-corners span.b-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth.gif); }
.nth-corners span.b-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth.gif); }

.nth-green { position: relative; }
.nth-green span.t-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-green.gif); }
.nth-green span.t-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-green.gif); }
.nth-green span.b-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-green.gif); }
.nth-green span.b-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-green.gif); }

.nth-red { position: relative; }
.nth-red span.t-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-red.gif); }
.nth-red span.t-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-red.gif); }
.nth-red span.b-r { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-red.gif); }
.nth-red span.b-l { display:block; position:absolute; width: 11px; height: 11px; background-image:url(/images/nth-red.gif); }

.t-r {top: -1px; right: -1px; background-position:100% 0}
.t-l {top: -1px; left: -1px}
.b-r {bottom: -1px; right: -1px; background-position:100% 100%}
.b-l {bottom: -1px; left: -1px; background-position:0 100%}

