/**
 * Layout styles for Im-Press Promotions website.
 */
html,
body
{
	margin: 0;
	padding: 0;
}


div#head,
div#foot
{
	text-align: center;
}
div#head a img,
div#foot a img
{
	border: 0;
}


div#branding 
{
	background: url('images/branding-background.png') left top repeat-x;
	clear: both;
	padding: 10px;
}
div#logo 
{
	float: left;
}
h1#title 
{
	margin: 0;
	padding: 55px 0 0 0;
}
div#decal
{
	float: right;
}


div#body
{
	background: url('images/body-background.png') left top repeat-y;
}
div#shelf
{
	background: url('images/content-background.png') left top repeat-x;
	padding-top: 21px;
}
table#content
{
	width: 100%;
}
table#content td#first
{
	background: url('images/main-background.png') right top repeat-y;
}
table#content td#main
{
	padding: 0 10px;
	width: 99%;
}

div#login
{
	background: url('images/login-background.png') left top no-repeat;
	font-weight: bold;
	padding-left: 30px;
}


p#legal
{
	border-top: 1px solid #d2d2d2;
	clear: both;
	padding: 1em 0;
}
p#legal img
{
	vertical-align: middle;
}


div.clear.left
{
	clear: left;
}
div.clear.right
{
	clear: right;
}
div.clear.both
{
	clear: both;
}


