/* PRINT
--------------------------------------------------- */
/*  */


/* --- Body --- */

html { 
	margin: 0; padding: 0;
	width: 100%; height: auto;
}

body { 
	margin: 0; padding: 0;
	width: 100%; height: auto;
}

body { /* BACKGROUND */
	background-color: #fff;
	background-image: none;
}

body { /* TEXT */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

body a {
	color: #000;
	text-decoration: none;
}

body a:hover {
	color: #444;
	text-decoration: underline;
}


/* --- Hide --- */

#LogoLink,
#Footer,
#Search,
#ImagePreview,
#TopNav,
#VisualNav {
	width: 0; height: 0;
	visibility: hidden;
	display: none;
}


/* LAYOUT
--------------------------------------------------- */

#Layout {
	margin: 0; padding: 0;
	left: 0; top: 0;
	margin-left: 0px;
	width: 700px; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#Content {
	margin: 0; padding: 0;
	top: 0; left: 0;
	width: 650px; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
	margin-left: 100px;
}

#Content h1 {
	line-height:	30px;
}

#Content h2 {
	line-height:	25px;
}

#Template {
	margin: 50px; padding: 0;
	top: 0; left: 0;
	width: 100%; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#Image {
	margin: 0; padding: 0;
	top: 0; left: 0;
	width: 100%; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}


#Article {
	margin: 0; padding: 0;
	top: 0; left: 0;
	width: 100%; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}

.ScrollPane,
.jScrollPaneContainer {
	margin: 0; padding: 0;
	top: 0; left: 0;
	width: 100%; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#ArticleText {
	margin: 0; padding: 0;
	top: 0; left: 0;
	width: 100%; height: auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#searchAndChangeCountry {
	display:		none;
}
