@charset "UTF-8";
/* CSS Document */

#frame_container 
{ 
	width: 1200px; 
	margin: 0 auto; 
	padding-left: 20px; 
	padding-right: 20px; 
	height:800px\9;
}

/*divs*/
#description_frame
{
	width:400px;
	float:left;
	height:776px\9;
	padding:10px;	
	border:2px outset blue;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}

 #target_frame
{
	width:740px;
	float:left;
	height:776px\9;
	padding:10px;
	border:2px outset blue;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
	margin-left:12px;
}

/*iFrames*/
#leftframe
{
	width:400px;
	height:776px\9;

}

#rightframe
{
	width:740px;
	height:776px\9;

}

h2 {margin:0; font-size:16px; }

