/* layout and positioning */


#p1wrapper {
	width: 687px;
	margin: 0 auto 0 auto;
	padding-bottom			: 5px;
	padding-left			: 6px;
	padding-right			: 6px;
}

#wrapper {
	width: 687px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color		: #fff;
}

#header
{
	float					: left;
}

#topBg
{
	float					: left;
	height					: 55px;
	width					: 687px;
	overflow				: hidden;
	background				: url(../images/top-bg.png) no-repeat;
}

#tools
{
	float					: left;
	padding-top				: 30px;
	padding-left			: 70px;
	width					: 150px;
}

#topMenu
{
	padding-top				: 30px;
}

#siteHeader
{
	float					: left;
	background				: url(../images/header-1.jpg) no-repeat;
	height					: 193px;
	width					: 100%;
	
}




#navigation
{
	float					: right;
}

#content
{
	float					: left;
	width					: 401px;
}
#contentBody
{
	float					: left;
	background				: url(../images/content-bg.png) repeat-y;
	width					: 595px;
	padding-left			: 50px;
	padding-right			: 40px;
}

#navigation
{
	width					: 171px;
	padding-left			: 5px;
	padding-right			: 5px;
	padding-top				: 3px;
}

#banner
{
	text-align				: center;
	background				: url(../images/content-bg.png) repeat-y;
}

#userpos
{
	float					: left;
	background				: url(../images/content-bg.png) repeat-y;
	width					: 595px;
	padding-left			: 50px;
	padding-right			: 40px;
}

#user1 , #user2
{
	float					: left;
	width					: 195px;
	padding					: 3px;
	
	
}


#footer
{
	float					: left;
	background				: url(../images/footer-bg.png) no-repeat;
	height					: 68px;
	width					: 100%;
	padding-top				: 43px;
}

/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


