/* templateConfig.css
Used to configure appearance and behaviour of the site
created 1.11.2009 by Daniel Markus
*/

body {
    background-image: url("images/backgnd.png");
    background-repeat: repeat-x;
    background-attachment:fixed;
    background-size: 100%;
}

div#contentrow a {
    font-family: Arial, sans-serif;
    font-weight:bold;    
    color:#000000;
    border-bottom:1px dotted #000000;
    text-decoration: none;
}

div#contentrow a:hover {
    font-family: Arial, sans-serif;
    font-weight:bold;    
    color:#FFFFFF;
    border-bottom:1px dotted #FFFFFF;
    text-decoration: none;
}

div#navcontent a {
text-decoration: none;
}

.site {
    width: 930px;
    margin: auto;
}

.row {
    float: left;
    width: 930px;
}

.image {
}

div#navleft {
    background-image: url('images/navLeft.png');
    float:left;
    width: 19px;
    height: 44px;
}

div#navright {
    background-image: url('images/navRight.png');
    float:right;    
    margin-top:-44px;
    width: 156px;
    height: 44px;
}

div#navcontent {
    margin-left: 19px;
    background-image: url("images/navBG.png");
    background-repeat: repeat-x;
    width: 745px;
    height: 44px;
    line-height: 44px;
    padding-right: 10px;
}

span#menu1 {
    font-family: Arial, sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 100;
    font-style: normal;
    color: white;
    padding-right: 20px;
}

div#contentrow {
    float:left;
    background-image: url('images/contentBG.png');
    background-repeat: repeat-y;
    width: 930px;
    padding-bottom: 50px;
}

div#content {
    float:left;
    width: 712px;
    padding-left: 20px;
    padding-right:20px;
}

div#boxcol {
    float:right;
    margin-right:18px;
}

.boxcontent {
    background-image: url('images/boxBG.png');
    background-repeat:repeat-y;
    width: 140px;
    padding-left:10px;
    padding-right:10px;
}

div#box_links {
    line-height: 1.2;
    font-size: 9px;
}

div#box_links a {
    font-family: Arial, sans-serif;
    font-weight:bold;    
    color:#FFFFFF;
    border-bottom:1px dotted #FFFFFF;
    text-decoration: none;
}

div#box_links a:hover {
    font-family: Arial, sans-serif;
    font-weight:bold;    
    color:#000000;
    border-bottom:1px dotted #000000;
    text-decoration: none;
}

.spacer {
    height: 15px;
}
