/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.snapper
{
	border:1px dotted #666666;
	height:auto;
	margin:5px;
	min-height:100px;
	width:100px;
}

.container
{
	height:100px;
	width:250px;
}

.header
{
	height:20px;
	background-color:#0099FF;
	cursor:move;
	text-align:center;
	width:100%;
}

.content
{
	background-color:#FFFFCC;
	height:100%;
	overflow:auto;
	width:100%;
}

.footer
{
	background-color:#3366FF;
	height:10px;
	/*margin-top:-30px;*/
	width:100%;
}

.resizer
{
	background-image:url(res.jpg);
	cursor:nw-resize;
	float:right;
	height:10px;
	width:10px;
}

#container
{
	left:300px;
	position:absolute;
	top:100px;
}