/*
	Author: Anders Gutehall
    Mail: anders.gutehall@gmail.com
	Date: 091130
*/


html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #333333}
  
  
body {
    width: 660px;
    margin: 20px auto 20px auto;
    background-color: #ffffff;
	font-family: Helvetica, sans-serif}
  
  
#main {
    float: left;
    width: 660px;
    margin: 0px auto 0px auto;
    background-color: #ffffff}
  
  
#logo {
    float: left}


#image {
    float: right}

.img {
	border: 0px}
 
 
#mainlinks {
    float: left;
    background-color: #ffffff;
    padding: 2px 0px 0px 0px}

#mainlinks p {
    text-align: left;
    color: #666666;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px}
  
#mainlinks p a {
    text-align: left;
    color: #666666;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff}
  
#mainlinks p a:hover {
    color: #990000;
    text-decoration: none;
    border-bottom: 1px solid #990000}
  

#sublinks {
    clear: left;
    float: left;
    width: 120px;
    padding: 53px 0px 20px 60px}

#sublinks p {
    display: block;
    color: #666666;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    width: 140px;
    line-height: 15px;
    letter-spacing:1px;
    text-decoration: none}
  
#sublinks p a {
    color: #666666;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    word-spacing:1px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff}

#sublinks p a:hover {
    color: #990000;
    text-decoration: none;
    border-bottom: 1px solid #990000}
	
  
#breadlinks {
    width: 460px;
    float: left;
    background-color: #ffffff;
    border-bottom: 1px dotted #666666}

#breadlinks p {
    color: #666666;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 1px;
    text-decoration: none}

#breadlinks p a {
    color: #666666;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px dotted #666666}

#breadlinks p a:hover {
    color: #990000;
    border-bottom: 1px solid #990000}
  

#text {
    float: left;
    background-color: #ffffff;
    width: 420px;
    border-left: 1px dotted #666666;
    border-right: 1px dotted #666666;
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 20px}
  
#text p {
    color: #333334;
    font-size: 12px;
    font-style: normal;
    line-height:18px}


#text p span {
    color: #990000}
  
#text p a {
    color: #333334;
    font-size: 12px;
    font-style: normal;
    line-height:17px;
    text-decoration: none;
    border-bottom: 1px dotted #666666}
  
#text p a:hover {
    color: #990000;
    line-height:17px;
    text-decoration: none;
    border-bottom: 1px solid #990000}


#text h1 {
    color: #990000;
    font-size: 13px;
    font-style: normal;
    line-height:20px;
    margin: 10px 0px 0px 0px;
    text-decoration: none}


address {
    clear: left;
    width: 460px;
    color: #666666;
    font-size: 11px;
    font-style: normal;
    text-align: left;
    background-color: #ffffff;
    padding: 10px 0px 10px 0px;
    margin: 0px 20px 0px 180px;
    border-top: 1px dotted #666666}
