/* GENERAL */
body{
	background:				none;
	background-color:		#FFFFFF;
}

h1{
	margin-right:			0px;
}

h2{
	margin-right:			0px;
}

p{
	margin-right:			0px;
}

ul{
	margin-right:			0px;
}

ol{
	margin-right:			0px;
}

table{
	margin-right:			0px;
}

.screen{
	display:				none;
}

.print{
	display:				inline;
}


/* FRAME */
div#frame{
	width:					100%;
}


/* HEADER */
div#header{
	width:					100%;
	height:					auto;
	border-bottom-style:	solid;
	border-color:			#BABABA;
	border-width:			1px;
	text-align:				center;
}

div#header form{
	display:				none;
}

div#header img{
	margin-top:				0px;
	float:					none;
}

div#header img.title{
	display:				none;
}


/* MENU */
div#frame div#menu{
	display:				none;
}


/* MAIN */
div#main{
	width:					100%;
}

div#main div.home{
	display:				none;
}

div#main div.related{
	display:				none;
}

div#main p.icons{
	display:				none;
}


/* RIGHTBAR */
div#frame div#rightbar{
	display:				none;
}


/* BANNERS */
div#frame div#banners{
	display:				none;
}


/* FOOTER */
div#footer{
	width:					100%;
	border-top-style:		solid;
	border-color:			#BABABA;
	border-width:			1px;
	text-align:				center;
}

div#footer p{
	margin-top:				5px;
	margin-left:			0px;
	float:					none;
}

div#footer ul{
	display:				none;
}