@charset "utf-8";
/* CSS Document */
body{margin: 0 auto;
background:url(images/bg.jpg);
background-repeat: repeat-x;
 background-color:#0d301c;
}
#wrapper{width:1000px;
		 margin: 0 auto;
		}
#space{width:1000px;
	   height:29px;
	   background:url(images/slice-jr_01.jpg);
	   }
#navigation{width:637px;
			height:53px;
			background:url(images/slice-jr_02.jpg);
			padding-left:363px;
			}
#header{width:1000px;
	    height:285px;
		background:url(images/slice-jr_03.jpg);
		}
#content{width:1000px;

		
		 background:url(images/slice-jr_04.jpg);
		 background-repeat: no-repeat;
		
		 background-color:#0d301c;
		 }
#left{width:236px;
	  float:left;
	  padding-left:10px;
	  padding-right:10px;
	  text-align:center;
	  }
#center{width:479px;
		float:left;
		
		}
#right{width:248px;
	   float:left;
	   padding-left:12px;
	  
	   }
#footer{width:100%;
		height:37px;
		background:url(images/slice-jr_05.jpg);
		text-align:center;
		padding-top:30px;
		}
		
img {
border:0px;
}

