@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: url("../images/bg.gif") repeat; }

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

#main { width: 1003px; position: relative; margin: 0px auto; background: url("../images/boy.jpg") left bottom no-repeat; }




#main { font-family: tahoma; font-size: 8pt; color: #35271c; line-height: 18px; }
#main p { margin: 0 0 0px 0; }
#main a { text-decoration: underline; color: #ce3200; }
#main a:hover { text-decoration: none; }
#main h4, #main h5, #main h6 { font-size: 17pt; color: #ce3200; margin: 0 0 25px 0; line-height: 22px; }
#main h1 { font-size: 16px; color: #ce3200; margin: 0 0 5px 25px; line-height: 22px; font-family: arial; }
#main h2 { font-size: 14px; color: #ce3200; margin: 0 0 5px 25px; line-height: 22px; font-family: arial; }
#main h3 { font-size: 14px; color: #ce3200; margin: 0 0 5px 25px; line-height: 22px; font-family: arial; font-weight: normal; }
#main table { border-collapse: collapse; }
#main form input { font-family: tahoma; font-size: 8pt; color: #000; }
#main form textarea { font-family: tahoma; font-size: 8pt; color: #000; }
