/*-----------------------------------------------------------------------------

The overall page layout. Won't need to touch this one unless the layout changes.
 
-----------------------------------------------------------------------------*/
/* =Page Size
-----------------------------------------------------------------------------*/
.pageWidth {
	width:950px; 
}
.pageBorderWidth {
	width:973px;
}
.leftSider {
	width:230px;
}
.rightSider {
	width:230px;
}
.mainContent {
	width:470px;
}
.mainContent2 {
	width: 710px;
}
.mainContent3 {
	width: 496px;
}
.space {
	width:10px;
}
.tab {
	height:31px;
	float:left;
	width:230px;
}
.tabspace {
 	float:left;
	height:31px;
	width:10px;
}
#signin_container
{
	width: 971px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.mainContent470
{
	width: 470px;
	margin: 0 auto 0 auto;
	text-align: left;
}
