body{
	margin:0;
	text-align: center;
	font: 0.8em 'Arial', sans-serif;
	color: #333;
	background-image: url(Images/body_bg.gif);
}

/*
########################## Container ###########################################
*/
#main{
	width: 70%;
	min-width: 70%;
	text-align: left;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #333;
	border-bottom-color: #990000;
	border-left-color: #333;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: right;
}
#header{
  background: #FFF;
  text-align: right;
}
#content{
	padding: 5px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.navigation{
	display: block;
	padding: 2px;
	margin: 0;
	list-style-type: none;
	background-image: url(Images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#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: #990000;
  text-transform: uppercase;
  margin: 7px;
  display: block;
  float: left;
  text-align: left;
  padding: 5px;
}
#header .img{
  padding: 5px;
  border: 1px #EFEFEF solid;
  margin: 7px;
}
#main #contact {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	background-color: #990000;
	display: block;
	text-align: center;
}
 /*
########################## Navigation ##########################################
*/
li{
	display: inline;
	margin: 0 3px;
	padding: 0 9px 0 3px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.navigation  li  a{
  color: #FFF;
  text-decoration: none;  
}
.navigation  li  a:hover{
  text-decoration: underline;
}
.navigation  li  a.active{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: underline;
}

/*
########################## Text-formats ########################################
*/
h1{
  color: #000;
  font: normal bold 1.3em "Arial", serif;
  margin: 5px;
  border-bottom: 1px #EFEFEF solid;
}
h3{
	color: #000000;
	text-align: left;
	margin: 0;
	font-family: "Tahoma", sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #999999;
	padding-top: 3px;
	padding-right: 7em;
	padding-bottom: 3px;
	padding-left: 2em;
	font-weight: bold;
}
#content p{
  margin: 10px;
  padding: 3px;
  border-bottom: 1px #F8F8F8 solid;
} 
#sidebar p{
  padding: 5px;
}
a{
  color: #000;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
#footer a{
  color: #DDD;
}

