/* CSS Document */

html {
  font-family:"century gothic", "trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
  padding:0px;
  margin:0px;
}

body {
  padding:0px;
  margin:0px;
}

b {font-weight:900;}

#content { 
  display:block;
  clear:both;
  padding-left:50px;
  padding-top:10px;
  color:#444444;
  width:800px;
}

#head {
  display:block;
  width:900px;
  height:288px;
  margin:0px;
  padding-bottom:0px;
  background-image:url("images/header.jpg");
  repeat:none;
}

#head h1{
  float:left;
  top:0px;
  padding-top:0px;
}

#nav {
  position:absolute;
  top:250px;
  left:205px;
  width:600px;
  height:20px;
  padding:0px;  
  color:#000; 
}

#nav a {
  width:100px;
  padding-right:10px;
}

#logo {
  float:left;
  padding:45px 30px 30px 10px;

}

img {border:none}

img.left {
  float:left;
  padding:10px 10px 10px 10px;
}

div.valid {
  width:850px;
  padding:30px;
  font-size:60%;
}

div.valid p{
  text-align:right;
}

div.valid a {
  color:#444444;
  text-decoration:none;
}

ul { 
  list-style-image: url("favicon.ico"); 
}

li { 
  padding-left: 10px 
}

label {
  display:block;
  width:150px;
}

input {
  width:200px;
}

#emailx {
  background-color:red;
}

.red {
  color:red;
}