@import url("/styles/header.css");
@import url("/styles/content.css");
@import url("/styles/footer.css");


html, body { width: 100%; height: 90%; padding: 0; margin: 0; }
body { background: url("/images/c-bg.jpg") repeat; font-size:13px; font-family:Verdana; background-color:#ebd9bc; color:#5d3f1e; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

#main { width: 1003px; position: relative; margin: 0px auto; }

.middle_txt { font-size:12px; }