/*Common rules*/
html,
body {
	margin: 0; 
	padding: 0;
}
body,
form,
ul,
ul li,
p,
h1,
h2,
h3,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}
/*Common rules END*/

/*main*/
#main {
	width: 100% !important;
	margin: 0 !important;
	border-width: 0 !important;
}
/*main END*/


#header,
ul#topMenu,
#footer #copyright,
#patternTop,
#patternBottom,
#content .infoBlock,
#empty,
#footer,
.news {
	display: none;	
}

/*content*/
#content {	
	padding: 0 !important;
}
#content_inner {
	width: 100% !important;
}
.index p,
.index h2,
.index .separator {
	margin-right: 0 !important;
}
html>body .index p,
html>body .index h2,
html>body .index .separator {
	margin-right: 50px !important;
}
#content p,
#content .separator {
	margin-bottom: 15px;
	text-align: justify !important;
}
#content p a {
	border: 0;
}
html>body #content p a {
	margin: 0 10px 0 20px;
}
