@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; background-color: #000; }

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; }

.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }

#main { width: 1000px; position: relative; margin: 0px auto; background: url("../images/cont-c.gif") repeat-y; }
#main .main-b { width: 1000px; background: url("../images/cont1.jpg") left bottom no-repeat; }



#main { font-family: tahoma; font-size: 12px; color: #000; line-height: 16px; }
#main p { margin: 0; }
#main a { text-decoration: underline; color: #000; }
#main a:hover { text-decoration: none; }
#main h1, #main h2, #main h3, #main h4, #main h6 { font-size: 18pt; color: #000; margin: 0 0 25px 0; line-height: 22px; }
#main table { border-collapse: collapse; }
#main form textarea { font-family: tahoma; font-size: 8pt; color: #000; }

#main h5 { font-size: 18px; color: #fefefe; padding: 0 0 0px 0; line-height: 22px; font-weight: normal; margin: 0 0 20px 0; }
#content .c-foot { height: 35px; clear: both; line-height: 4px; font-size: 4pt; width: 900px; }
.clearfix::after{content:"";display:table;clear:both}
