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

body { background-color: #1e1e1e; }

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: 100%; /*min-height: 100%;*/ position: relative; margin: 0px auto; background-color: #1e1e1e; }
/**html #main { height: 100%; }*/

body { font-family: verdana; font-size: 8pt; color: #bfbfbf; line-height: 17px; }
body a { color: #c3c1c1; text-decoration: underline; }
body a:hover { text-decoration: none; }
body p { margin: 0 0 14px 0; }
body h1, body h2, body h3, body h4, body h5, body h6 { font-family: "times new roman", "times"; font-size: 15pt; font-weight: normal; line-height: 18px; color: #fff; margin: 0 0 15px 0; }

ul { list-style-type: none; margin: 0 0 10px 0; }