/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color:#393939;
    font-family: Verdana, Verdana, Geneva, sans-serif;   
  color:#000;
    font-size:12px;
    line-height:16px;
}

#container {
    width:920px;
    margin: 0 auto;
}
#header {
  background:url(/images/user/dakkapel/bg-header.jpg) top center no-repeat;
    height: 190px;
    overflow: auto;
}
#logo {
  color:#FFF;
    width:900px;
    height:55px;
  margin:106px 0 0 20px;
}
#logo a {
  color:#FFF;
  font-size:50px;
}

#menu {
    overflow:auto;
    height:26px;
    line-height:26px;
    font-size:14px;
  font-weight:bold;
  margin:2px 0 0 0;
}
#menu li {
    float:left;
    padding: 0 5px;
}
#menu a {
    padding: 0 15px;
    color:#000;
}
#menu li.active a, #menu li a:hover {
    color:#3e6a99;
}


#main {
  background:url(/images/user/dakkapel/main-repeat.jpg) top center repeat-y;
    overflow:auto;
    padding: 0 0 20px 0;
}

#sidebar {
  background:url(/images/user/dakkapel/left-3pics.jpg) top left no-repeat;
    width:189px;
  height:455px;
    float:left;
  margin:20px 0 0 0;
}
#sidebar a {
    line-height:20px;
    color:#000;
}
#sidebar a:hover, #sidebar li.active a {
    color:#e00;
}


#content {
    width:500px;
    padding: 20px;
    float:left;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
  margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#3e6a99;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
}
.text h1 {
    font-size:18px;
}
.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}

#rightbar {
  background:url(/images/user/dakkapel/right-side.jpg) top right no-repeat;
    float:right;
    width:190px;
  height:310px;
}

#footer {
  background-color:#3e6a99;
  color:#FFF;
  height:30px;
    clear:both;
  line-height:30px;
    font-size:11px;
  text-align:center;
  margin:5px 0;
}
#footer a {
    color:#FFF;
}
#footer a:hover {
    text-decoration:underline;
}

