@import url("style.css");
@import url("layout.css");

img.left
{
	margin: 0 10px 0 0;
}

img.right
{
	margin: 0 0 0 10px;
}

#editor p,
#content p
{
	margin: 0;
	padding: 0;
}

#editor,
#editor body
{
	text-align: left;
	background: none;
	border: none;
}

#editor.e-default
{
	background: #cdc8bd
}

#editor.e-top
{
	background: #B9ADA2;
}