*/ jollyjon dot com : covertovine : august 2010 */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
        align: justify;

}

#wrap {
	width: 760px;
	background: white;
	margin: 20px auto;
	padding: 20px;
}

p {
	font-size: 1em;
	margin-top: 0.4em;
}
#left, #right {
	/*background: #000;*/
        background-image:url('./llun/logoo_t.jpg'); 
        background-repeat:repeat-xy;
	}
	#left, #right {
		position: fixed;
		top: 0; bottom: 0;
		width: 100px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	
		

#jj_l {
  
  background: white ;
  color:black;
  position: absolute;
  top:5px;
 /* height:75%; */
  left:105px;
  width:500px;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 25px; 

  }



#jj_r {
 
  text-align: right;
  top:35px;
/*  height:75%; */
  background-color: white;
  color:black;
  position: absolute;
  right:145px;
  width:200px;
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 25px;

  }
