* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-image:  url("http://www.rizzo.se/pix/bg_ht08-2.gif");
 background-color: #e35d20;
 background-repeat: repeat-y;
 background-position: center top;
}


h1 {

font-size: 20px;
padding: 10px 0px 5px 15px;
}

h2 {
font-size: 16px;
padding: 0px 0px 5px 15px;

}

h3 {
font-size: 12px;
padding: 0px 0px 5px 15px;
}

p {
padding: 0px 0px 5px 15px;
}


img {
border: 0;
}

a {
text-decoration: none;
color: #663300;
}

a:hover {

text-decoration: underline;
}

.brown {
color: #663300;
}

.bold {
font-weight: bold;
}

.clear {

clear: both;

}


#wrapper {
 width: 770px;
 margin: 0 auto;
}
#header {
 margin: 5px;
 height: 70px;
 padding: 10px;
 background-color: #FFFFFF;

}
#topnav {
 margin: 5px;
 padding: 4px 4px 4px 15px;
 
}
#centercolumn { /* Parent Wrapper for inside boxes */

 margin: 0 10px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px 4px 4px 4px;
 width: 750px;
 float: left;
 min-height: 300px;
}

#centercolumnfront { /* Parent Wrapper for inside boxes front page only */

 margin: 0px 53px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px 4px 4px 4px;
 width: 500px;
 float: left;
 min-height: 300px;
}




* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0 5px 5px 6px;
 padding: 0;
 display: inline; /* IE Hack */
 width: 190px;
 float: left;
 background-color: #FFFFFF;
 min-height: 300px;
 text-align:left;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #fff;
 margin: 10px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.8%;
font-size: 10px;
text-align: center;
border-top: 3px solid #663300;
}

.navbar {

 margin: 0px 0px 10px 0px ;
 padding: 5px;
 background-color: #FFF;
 border-top: 3px solid #663300;
 border-bottom: 1px solid #663300;
}

.navmenu

{ 
 font-size: 10px;
 color: #663300;
 text-transform: uppercase;
 font-weight: bold;
 }

.coltext {
 font-size: 10px;
 color: #663300;
 padding: 5px;
 }

/*this is the bullets on the absollute first page */

#intro {
  padding:0;
  padding-left:30px;
  margin:0;
  }
  
#intro li {
  list-style-type: circle;
  font-style: italic;
  line-height: 20px;
  
  }
