body {
	padding: 0px;
	margin: 0px;
}
#siteWrapper {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	/*PUT INT FIX FOR IE 6*/
}

#siteWrapperPadding
{
	padding:0px; 
	padding-top:0px;
}

#siteBodyWrapper {

	width:777px;
}



#siteHeader {
	
	width: 777px;
}

#siteBody_HomeLeft
{
	float: left;
	margin-left:10px;
	width: 137px;
color:#fff;
	background-image: url('/Assets/Images/Bkgs/LeftSideBarBkg.jpg');
	background-repeat: repeat-x;

}
#siteBody_HomeLeft a
{
color:#fff;
text-decoration:none;
}

#siteBody_Left {
	float: left;
	margin-left:10px;
	width: 137px;
	background-image: url('/Assets/Images/Bkgs/LeftSideBarBkg.jpg');
	background-repeat: repeat-x;

color:#fff;
}
#siteBody_Left a
{
color:#fff;
text-decoration:none;
}
#siteBody_Left a:hover
{
text-decoration:underline;
}

#siteBody_HomeCenter
{
	margin-left:10px;
	width:463px;
	float: left;

}
#siteBody_HomeRight
{
	margin-right:10px;
	width:137px;
	float: right;
}

#siteBody_Right {
	float: right;
	width: 610px;
	background-color: #fff;
	margin-right:10px;
}

.siteBody_InnerPadder {
	margin:0px 30px 30px 30px;
}

#siteMenu{
	height:31px;
	background-image: url('/Assets/Images/Bkgs/bkg_Menu.jpg');
	background-repeat: repeat-x;
	width:777px;
}

#siteFooter {
	float: left;	
	margin-top: 10px;
	background-color:#ccc;
	width:777px;
}
#siteFooter .left {
	float: left;
	width: 350px;
}

#siteFooter .right {
	float: right;
	width: 160px;
	text-align: right;
}


.generalPadder
{
padding:10px;
}

.contentInnerHeader
{
	margin-top: 10px;
}


.innerContentRight{
width:180px; float:right;
}

.innerContentLeft
{
width: 380px; float:left;
}




img{border:0;}

.clear { clear:both; }
.hidetext { text-decoration:none; text-indent:-9999em; outline:none; }
.left { float: left; }
.right { float: right; }
.clearspace { margin-top: 20px; } 


/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}












































































































