html {
overflow: hidden;
}

body {
  margin: 0px;
  padding: 1px;
  background: #ECE0CE url("../img/background.png") repeat-x;
  font-family: "Trebuchet MS";
  overflow-x: hidden;
	
}

#background {
	height: 600px;
	background: #ECE0CE;
	background-position: 0px 60px;
}

#bg_images {
  position: absolute;
  top: 145px;
  left: 0px;
  overflow: hidden;
}

#content_wrapper {
  position: absolute;
  top:1px;
  left: 350px;
  
  width: 600px;
}

#header_menu_box {
  height: 48px;
  width: 600px;
  background: #ECE0CE url("../img/jpro_header_menu_bg.png");
}

#languages {
	position: absolute;
	background: url("../img/language_bg.png") no-repeat;
	top: 30px;
	width: 46px;
	height: 112px;
	right: 0px;
}

#languages a {
  text-decoration: none;
  display: block;
  padding-top: 7px;
  padding-right: 6px;
  color: black;
  text-align: right;
}

#languages a:hover {
  text-decoration: underline;
}

#header_menu {
  position: absolute;
  top:16px;
  left:20px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#header_menu li {
  margin: 0;
  padding: 0;
  float: left;
}

#header_menu li a {
 display: block;
 text-decoration: none;
 color: #FFFFFF;
 margin: 0px;
 padding: 8px 6px 7px 6px; 
}


#header_menu li a:hover {
 color: #E71A16;
 background: #CCCCCC ; 
  
  
}

#main_content_wrapper {
  background: url("../img/main_content_wrapper_bg.png") repeat-y;
}

#main_title_box {
  background: url("../img/jpro_page_title_bg.png");
  height: 110px;
}
#main_title {
  position: absolute;
  padding-left: 15px;
  color: #FFFFFF;
  font-size: 80px;
  padding: 0px;
  margin: 8px 0px 0px 15px;
}

#main_content {
  border: 1px solid red;
  width: 600px;
}

#main_content_box {
  padding: 10px;
	height: 373px;
	overflow-y:scroll;
	font-size: 13px;
}

#footer {
  bottom: 0px;
  height: 300px;
  background: #EF180A url("../img/footer.png") no-repeat;
}

#footer_title {
  width: 590px;
	color: #FFFFFF;
	padding: 3px 0px 3px 10px;
}


#footer_box {
  color: white;
	padding: 10px 0px 30px 10px;
}

#footer_wrapper {
}

#footer_container {
  position: absolute;
  top: 550px;
  left: 350px;
}

#inner_menu_box {
	display: block;
	padding: 0px 10px 0px 10px;
}

#inner_menu li {
	display: inline;
}

.inner_menu_div {
	float: left;
	font-size: 13px;
  background: url("../img/innermenu_bg.gif") no-repeat;
}

.inner_menu_div a {
	width: 110px;
	height: 36px;
	padding: 7px 0px 0px 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.inner_menu_div a:hover {
	color: #FFD02F;
}

.bg_images {
  display: inline;
}


#secondary_menu {
  padding: 0px;
  margin: 0px;
}

#secondary_menu li {
	list-style-type: none;
	font-size: 11px;
height: 20px;
}

#secondary_menu li a {
	
	text-decoration: none;
  color: white;
}

#secondary_menu li a:hover {
	color: #FFD02F;
}

#footer_hider_1 {
  position: absolute;
  top: 340px;
  left: 350px;
  width: 600px;
  height: 5px;
  
}
#footer_hider_2 {
  position: absolute;
  top: 350px;
  left: 340px;
  width: 5px;
  height: 250px;
}

#footer_hider_3 {
  position: absolute;
  top: 350px;
  left: 950px;
  width: 5px;
  height: 250px;
  
}

#footer_hider_4 {
  position: absolute;
  top: 582px;
  left: 0px;
  width: 100%;
  height: 1000px;
  background: black;
}
