/* 
  -----------------------------------
  Deja Vu Interior - Copyright notice must not be removed.
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

body { min-width: 760px; }
#topwrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(img/dj4_layout.jpg);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(img/dj4_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#midcolumn {
	float: right;
	width: 760px;
	margin: 0;
	font-size: .8em;
}
#layoutbottom {
	clear: both;
	background-image: url(img/dj4_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
.content {
	background-image: url(img/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0 1px;
	padding: 1px 32px 20px 32px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}