/* Layout */

body {
	text-align:center;
	margin-top:10px;
}
#header {
	width:760px;
	height:76px;
	margin:0 auto;
	text-align:left;
}
#largeheader {
	width:970px;
	height:90px;
	margin:0 auto;
	text-align:left;
}
#container {
	width:760px;
	margin:0 auto;
	text-align:left;
}
#largecontainer {
	width:970px;
	margin:0 auto;
	text-align:left;
}
#leftbar {
	width:165px;
	float:left;
}
#rightbar {
	width:175px;
	float:right;
}
#content {
	margin-left:175px;
}
#full-content {
	margin-left:0;
	overflow:hidden;
}
#footer {
	clear: both;
	border-top: #ccc 1px solid;
	margin:0 auto;
	margin-top: 30px;
	font: 0.8em verdana;
	color: #999999;
	padding-top: 12px;
	width:760px;
}

/* Front Page */
#main-content {
	float:left;
	width:675px;
	margin-left:12px;
}
#left-content {
	float:left;
	width:280px;
}
#right-content {
	float:left;
	width:200px;
	margin-left:12px;
}

/* Login Panel */
#pnlLogin
{
 height: 320px;
 background-image: url("../images/signinbg.gif");
 background-repeat: no-repeat;
}
.LoginContent
{
 margin-top: 100px;
}

#SignInMsg
{
 height: 322px;
 background-image: url("../images/signinmsgBg.gif");
 background-repeat: no-repeat;
}
.SignInMsgContent
{
  width: 300px;
 padding-top: 80px;
 padding-left: 220px;
}


