/* 
* Layout/Template CSS only
*/
body
{
	width:960px;
	margin:5px auto;
}

#nav
{
	width:960px;
	height:27px;
}
#header
{
	width:960px;
	height:227px;
	margin-bottom:2px;
}
#headerright
{
	float:right;
	width:528px
}
#headerlogin
{
	height:43px;
	width:528px;
	margin-top:3px;
	background:url('../graphics/login.jpg') no-repeat #000000;
}
#welcome
{
	height:43px;
	width:528px;
	margin-top:3px;
	background:url('../graphics/welcome.jpg') no-repeat #000000;
}
#salepoint
{
	clear:both;
	height:36px;
	width:960px;
	background:url('../graphics/salepoint-bg.gif') no-repeat top left #ffffff;
	border:0px solid #B6B6B6;	
}
.pagemessage
{
	padding-top:12px;
	float:left;
}
#salepointright{
	float:right;
	padding-right:5px;
	width:440px
}
#contentwrapper
{
	border:1px solid #B6B6B6;
	width:948px;
	border-width:0px 1px;
	padding:0px 5px
}
#text
{
	padding:0px 10px;
	width:640px;
}
#textlong
{
	padding:0px 10px;
}
#centerright
{
	float:right;
	width:272px;
	padding:0px 10px
}
#rightnote
{
	border:1px solid #B6B6B6;
	border-width:0px 1px;
	padding:0px 5px
}
.spacer{clear:both;}
#footer
{
	margin-top:2px;
	width:960px;
	height:28px;
	background:url('../graphics/footer.gif') left no-repeat #28903A;
}
#footercontent{padding:7px 20px}
#footerright{float:right}
#bottom
{
	width:948px;
	border:1px solid #B6B6B6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	margin:6px 0px;
	padding:3px 5px;
}
#loginlarge
{
	width:570px;
	height:189px;
	background: url('../graphics/login-large.gif') top left #ffffff no-repeat;
	margin:20px auto 0px;
	padding:20px;
}
