/*a:hover{ text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #202020; font-family:Georgia, Times, serif; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{
	font-weight:bolder;
	font-style:italic;
}*/

#content{
	position: relative;
	display:block;
	width:90%;
	left:0;
	margin:0 ;
	padding:0;
	top:0;	
	height:800px;
}

.scroll{
	position:absolute;
	display:block;
	height:299px;
	overflow:scroll;
	padding: 0px 40px 5px 5px;
	/*border:1px dashed black;*/
	border-right:0;
	margin:0;
	background:#fff;
	margin-top:0;
	margin-left:0;
	width: 588px;
	font-size:11px;
	font-family:Verdana;	
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

#box2{
	
	float:left;
}

#changeContent{
	display:block;
	position:absolute;
	top:15px;
	left:450px;
	background:#999;
	text-decoration:none;
	padding:10px;
	color:black;
	font-size:14px;	
}

#changeContent:hover{
	background:#ccc;
}
