body{
	background: url(body_bg.gif);
	margin:0;
	text-align: center;
	font: 0.8em 'Arial', sans-serif;
	color: #333;
}

/*
########################## Container ###########################################
*/
#main{
  margin: 3.5em auto;
  background: url(content_bg.gif) repeat-y right #FFF;
  border-top: 5px #CC4602 solid;
  border-bottom: 5px #CC4602 solid;
  width: 70%;
  min-width: 70%;
  text-align: left;
  border-right: 1px #333 solid;
  border-left: 1px #333 solid;
}
#header{
  background: #FFF;
  text-align: right;
}
#sidebar{
  float: right;
  width: 230px;
  padding: 5px;
}
#content{
  padding: 15px;
  margin-right: 240px;
}
#navigation{
  background: url(nav-bg.gif) bottom repeat-x;
  display: block;
  padding: 2px;
  margin: 0;
  list-style-type: none;
}
#footer{
  text-align: center;
  font-size: 0.9em;
  color: #DDD;
}

/*
########################## Header ##############################################
*/
#header .text{
  font: normal bold 30px 'Arial',sans-serif;
  line-height: 0.7em;
  color: #CC4602;
  text-transform: uppercase;
  margin: 7px;
  display: block;
  float: left;
  text-align: left;
  padding: 5px;
}
#header .img{
  padding: 5px;
  border: 1px #EFEFEF solid;
  margin: 7px;
}

/*
########################## Navigation ##########################################
*/
#navigation li{
  display: inline;
  margin: 0 3px;
  padding: 0 9px 0 3px;
  border-right: 1px #E34E02 solid;
  color: #FFF;
}
#navigation li a{
  color: #FFF;
  text-decoration: none;  
}
#navigation li a:hover{
  text-decoration: underline;
}
#navigation li a.active{
  border-bottom: 1px dotted #FFF;
}

/*
########################## Text-formats ########################################
*/
h1{
  color: #000;
  font: normal bold 1.3em "Arial", serif;
  margin: 5px;
  border-bottom: 1px #EFEFEF solid;
}
h3{
  color: #666;
  font: italic 1.1em "Tahoma",sans-serif;
  text-align: left;
  padding: 3px 7em;
  background: #E5F3FE;
  margin: 0;
}
#content p{
  margin: 10px;
  padding: 3px;
  border-bottom: 1px #F8F8F8 solid;
} 
#sidebar p{
  padding: 5px;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
#footer a{
  color: #DDD;
}