.container
{
	position: relative;
	width: 800px;
	background-image: url(../images/motive_header2.jpg);
	background-color: white;
	background-repeat: no-repeat;
	padding: 0px;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	margin: 0px auto 0px auto;
	min-height: 400px;
}

.clear { clear: both; }

.footer { text-align: center; }

.menu
{
	position: absolute;
	background-image: url(../images/motive_menu_long.jpg);
	background-color: white;
	background-repeat: no-repeat;
	width: 200px;
	left: 0px;
	top: 200px;
	padding: 0px;
	margin: 0px;
	min-height: 1100px;
}

/*
.menuitem
{
	border: 1px #666 solid;
	margin: 3px 50px 3px 20px;
	background-color: #ffffff;
}
*/

.content
{
	position:relative;
	margin: 220px 20px 20px 220px;
	min-height: 400px;
}

.image_right
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 0px;
}

.image_left
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0px;
}