body {
	 background-image:  url(../images/back_body_new.gif);
	 background-position: top left;
	 background-repeat: repeat-y;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:0.8em;
	 font-weight:normal;
	 margin:0;
	 padding:0 px;
}

#site {
   background-image: url(../images/back_site_new.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width:1000px;
	height:100%;
}

#top {
   background-image: url(../images/back_top.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	width:100%;
	height:150px;
}
#top p {
	color:white;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:130px;
	margin-left:190px;
	letter-spacing: 5px;
	text-decoration:underline;
  font-weight:bold;
}



#content {
	background-color: transparent;
	border-left: 1px solid #CC3300;
	border-right: 1px solid #CC3300;
	border-bottom: 5px solid #CC3300;
	width:799px;
	float:left;
	margin-left: 24px;
	margin-bottom:20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

p, h1, h2, h3, h4, h5 {
	padding-left: 10px;
	padding-right: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Navigation~~~~~~~~~~~~~~~~~~~~~~~~~*/

#navigation{
   background-image: url(../images/back_navigation_new.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat:no-repeat; 
	width:165px;
	padding-top:100px;
	float:left;
}

.nav {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 0px;
}

/*------------*/
.nav li {
	list-style: none;
	width:150px;	
	line-height:26px;
}
	
/*------------*/
.nav a {
  display: block;
  color:black;
  text-decoration:none;
  padding-left: 5px;
  width:150px;
  font-weight:bold;
}

.nav a:hover {
  background-color: #CC3300;
  color:white;
  border-right:5px solid black;
  font-weight:bold;
}

.nav a:active, .nav a:focus {
  background-color: #CC3300;
  color:white;
  border-right:5px solid black;
  font-weight:bold;
}

.nav_act a{
  width:145px;
  display: block;
   background-color: #CC3300;
  color:white;
  text-decoration:none;
  padding-left: 5px;
  line-height:26px;
  margin-left:10px;
  border-bottom:4px solid black;
  font-weight:bold;
}



