* { padding: 0; margin: 0; }
@font-face {
	font-family:"Existence Light";
 src: url("Existence-Light.eot") /* EOT file for IE */
}
@font-face {
	font-family:"Existence Light";
 src: url("Existence-Light.ttf") /* TTF file for CSS3 browsers */
}
body {
	font-family:"Existence Light";
 font-size: 15px;
 font-weight:bold;
 background: url(../images/backgroundGallery.png) center #fff ; height:100%;
  behavior: url(ie-css3.htc);
}
a{ text-decoration:none; /* color:#FFD700; */ color:#F3C600; font-weight:bold; border:none;}
img{ border:none; opacity: 1 !important;}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 position:relative;
 -webkit-box-shadow: 0 0 20px #666;
 -moz-box-shadow: 0 0 20px #666;
 box-shadow: 0 0 20px #666;
behavior: url(ie-css3.htc);
}
input, textarea{ border: #CCC 1px solid; padding:2px;}
#header {
 width: 900px;
 color: #333;
 padding: 0px;
 height: 400px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 cursor:default !important;
}
.Logo{ margin:20px; z-index:99999 !important; position:absolute; border:none; width:250px;}
#footer { 
 width: 880px;
 color: #333;
 background: #fff;
 /*opacity: .7;
 filter: alpha(opacity = 70);*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 padding-top:30px;
 padding-bottom:30px;
 height: auto;
 height:320px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 font-size:12px;
 line-height:19px;
}
.content{ width:73%; margin-left:2%; float:left}
.right{ width:23%; margin-left:2%; float:left}
h1{ font-size:19px; line-height:35px;font-family:"Existence Light"; color:#005;}
.menuHome{
	position:absolute;
	margin-left:600px;
	z-index:99999;
	padding:5px;
	padding-top:10px;
	padding-left:10px;
	font-size:11px;
	background:#fff;
	opacity:.8;
	filter: alpha(opacity = 80);
}
.menuHome img{ width:25px;}
.menuHome ul li{ list-style:none; float:left; margin-right:7px;}
.menuHome ul li a{ color:#333;} 
input:invalid {
  border: 2px dashed red;
}

input:invalid:required {
  background-image: linear-gradient(to right, pink, lightgreen);
}

input:valid {
  border: 2px solid black;
}