html,body{

	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#ffffff;

}

div{
	margin:0px;
	padding:0px;
}
#container{
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
}

/*/////////////////////HEADER LAYOUT\\\\\\\\\\\\\\\\\\\\\*/

#header {
	width:100%;
	/*background:#CCCCCC;*/
}
#headerInner{
	width:768px;  /*------------reduced by 0px---------*/
	margin:0px auto;	
	padding:0px 0px 0px 0px;
	background:#999999;
}
#logoBar{
padding:5px 0px 20px 19px;
background:#FFFFFF;}

#searchBar{display:none;}




/*/////////////////////HEADER LAYOUT END\\\\\\\\\\\\\\\\\\\\\*/

/*/////////////////////CONTENT LAYOUT\\\\\\\\\\\\\\\\\\\\\*/
#pageHead{display:none;}


#content {
	width:100%;
	margin:0px auto;
	padding-bottom:20px;
	/*background:#999999;*/
}
#contentInner{
width:100%;

}

#sideBar{display:none;
}

#sideMenu{
/*border:1px solid red;*/}



#contentWrapper{
}

#mainMenu
{
display:none;
}
#signPosts{
display:none;}

#greyBox{
width:100%;}
#greyBox a{
color:#000000;
}

#cookie{font-size:80%;
padding-left:18px;
border-left:1px solid #CCCCCC;
}
#cookie a,
#cookie a:visited,
#cookie a:active{

color:#666666;
text-decoration:none;
}#cookie a:hover{
text-decoration:underline;
}

#copy{

margin-top:10px;
margin-bottom:15px;
padding: 10px 15px 20px 15px;
border-left:1px solid #CCCCCC;}

/*/////////////////////CONTENT LAYOUT END\\\\\\\\\\\\\\\\\\\\\*/

#footer {
	display:none;
}

	
/*-------------Generic Classes-----------------*/
.left{float:left}
.right{float:right}


.clearfix:after {/*---Fixes structure of parent element when all sub elements are floated*/
    content: ".";
    display: block;
   /* */height: 0;
    clear: both;
    /**/visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearer{
clear:both;}
