* {
    font-family: calibri, verdana, sans, "Lucida Grande";
	font-size: 12px;
}

html, body { padding: 0; margin: 0; width: 100%; height: 100%; color: #000; background: #3b3b3b }

.wrap { width: 100%; height: 100%; }
.top-strip { height: 15px; background: #5d5d5d; }
.header { height: 100px; background: #fff; }
.menu-strip { height: 55px; background: url(images/canvas.jpg) repeat-x left top; }
.content { margin-left: auto; margin-right: auto; width: 1000px; height: 100%; background: #2f2f2f url(images/content-vertical.jpg) repeat-y; }
.content-top { height: 30px; background: url(images/content.jpg) no-repeat left top; }
.content-bottom { height: 30px; background: url(images/content.jpg) no-repeat left bottom; }
.content-body { height: 100%; overflow: hidden; padding: 0 30px 0 30px; margin-bottom: -30px; }


.clear { clear: both; }
