html, body {
	font-size: 100%;
	height:100%;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	color: #636362;
	background-color:#e1f0f0;
}

#display {
	width:100%;
	height:100%;
	min-height:10px;
	margin:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../IMG/bg_logo_4_small.gif");
	background-size: 100%;
	background-position: center top; 
	background-repeat:no-repeat;
}

@media all and (min-width:600px){
		#display{
			background-image: url("../IMG/bg_logo_4.gif");
			background-size: 100%;
			background-position: center top; 
		}
	}
	
		
@media all and (min-width:1300px){
		#display{
			background-size: 60%;
			background-position: center top; 
		}
	}
	

#inner_frame{
	width: 90%;
	margin:auto;
	border: 5px solid #fff;
	-moz-border-radius:30px; /* Firefox */
	-webkit-border-radius:30px; /* Chrome, Safari */
	-khtml-border-radius:30px; /* Konqueror */
	border-radius:30px; /* CSS3 */
	margin-top:7%;
	background-color: rgba(255,255,255,0.7);
	/*background-image: url("../IMG/bg_display.gif");*/
	background-repeat:repeat;
	background-size: 7%;
	padding-left: 5px;	
	padding-right: 5px;
	min-height: 80%;
}
	
@media all and (min-width:600px){
		#inner_frame{
			width:60%;
			margin-top: 3%;
			padding-left: 5%;	
			padding-right: 5%;
		}
	}
	
@media all and (min-width:1300px){
		#inner_frame{
			width:40%;
			margin-top: 5%;
		}
	}
	

#header {
	padding-left:5%;
	padding-right: 5%;
	margin-bottom:15%;
}

@media all and (min-width:600px){
		#header{
			padding-left:15%;
			padding-right: 15%;
		}
	}
	
@media all and (min-width:1300px){
		#header{
			padding-left:25%;
			padding-right: 25%;
		}
	}


#header img {
	width: 100%;
	max-width: 100%;
}
#accordion {
margin-bottom:20%;
}

.section img{
	width: 100%;
	max-width: 100%;
}

h3 {
	font-size: 1.3em;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	border: 3px solid #fff;
	margin-bottom: 15px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Chrome, Safari */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	background-color: rgba(255,255,255,0.7);
}

h3:hover {
	background-color: rgba(255,168,110,0.3);
}

h2 {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}


@media all and (min-width:600px){
		h2{
			margin-top:50px;
		}
	}

@media all and (min-width:1300px){
		h2{
			margin-top:40px;
		}
	}

@media all and (min-width:1500px){
		p{
			/*-moz-column-count: 2; Firefox*/
		}
	}
a {
	color:#636362;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

a:hover {
	color:#892d2d;
}
