html {
	width: 100%;
	}

body {
	margin:0px;
	padding:0px;
	text-align:left;
	}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #525252;
	padding: 0 0 0 30px;
	font-size:small;
}

.hidden, #navLang, #tools, h1, #subscription, .readMore, #nav {
    display: none;
	}  
img{ border:0}

h1, h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 2em;
}
h4 {
	color: silver !important;
	font-size: 1.1em;
	margin-top: .5em;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: .5em;
}
blockquote {
	font-size: 1.2em;
	margin: 2em 10%;
}

#footer {
	border-top: 2px solid;
}


