body {
	margin: 0;
	padding: 0;
	font-size:62.5%;
    line-height: 1.8em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #722510;
	text-decoration: underline;
	margin: 20px 0 0 0;
	padding: 5px 0 0 12px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
    font-size: .9em;
	color: #3C3C3C;
	text-align: justify;
    margin: 5px 12px;
	padding: 5px 5px 5px 0;
}

blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 75px;
	background-color: #01A611;
}

#header {
	width: 85%;
	position: relative;
	padding: 0px;
	margin:0 auto;
}

#header h1 {
	text-align: center;
	top: 10px;
	font-family:Helvetica,Arial,sans-serif;
    font-size: 2em;
	line-height:1.3em;
	font-weight: bold;
	color: white;
	position: absolute;
	left: 100px;
}

body, #container{
	background-color: #F9F9F9;
}

#container {
	width: 100%;
	overflow: auto;
	margin: 0 auto;
}

#content {
	float: left;
	width: 598px;
	overflow: scroll;;
}

#contentNSB{
	width:98%;
	clear: both;
	margin: 75px auto 40px;
	overflow: auto;
}

#header-container, #footer-container {
	background-color: #01A611;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	line-height:1.1em;
	color: #EBEBEB;
	width: 98%;
	position: relative;
    margin: 0 auto;
	padding: 5px 0 0 10px;
}

#menu{
	position:absolute;
	float:right;
	right:15px;
	top:15px;
}

#imgzoom:hover{
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
}

#tiempo {
	float: right;
	text-align: right;
	margin:0;
	padding: 0 10px 0 0;
	width:300px;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;	
	margin:0;
	padding-top:0px;
}

div.error { 
	display: none; 
	float:right;
}