*:focus { 
outline: 0; 
}

body {
text-align: center; /* for IE */
overflow: hidden;
background-color: #ccc;
}

img {
border: 0px;
}

@font-face {
font-family: "Vera";
src: url(VeraSe.ttf) format("truetype");
}


#main {
background-color: #fff;
text-align: left;
margin-left: auto;
margin-right: auto;
width: 657px;
height: 410px;
position: relative;
top:125px;
text-align: left; /* for IE */
-moz-box-shadow: 4px 4px 6px rgba(0, 0,  0, .7);
-webkit-box-shadow: 4px 4px 6px rgba(0,  0, 0, .7);
}

#wrapper {
width: 657px;
height: 410px;
position: absolute;
background-color: white
}

#content {
width: 404px;
height: 408px;
background-color: #fff;
overflow: hidden;
}

#links {
width: 240px;
height: 378px;
position: absolute;
left: 386px;
top: 1px;
overflow: hidden;
background-color: #345;
padding: 15px;
}

.smaller {
width: 50px;
height: 50px;
}


.layer {
width: 340px;
height: 365px;
position: absolute;
top:0px;
left:0px;
visibility: hidden;
opacity: 0.0;
-moz-opacity: 0.0;
filter: alpha(opacity = 0);
padding: 20px;
overflow: auto;
background-color: #fff;
}

.layer h1  {
text-transform:uppercase;
color:313131; 
line-height:80%; 
text-align: left; 
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:10px; 
word-spacing: 2px; 
text-decoration: none;
}

.layer p, .layer input {
color:313131; 
line-height:165%; 
text-align: left; 
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:11px; 
word-spacing: 2px; 
text-decoration: none;
}

input, textarea {
border:1px solid #000;
background-color: #f0f0f0;
color:313131; 
line-height:165%; 
text-align: left; 
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:11px; 
word-spacing: 2px; 
text-decoration: none;
}

ul {
padding: 0px;
padding-right: 20px;
padding-left: 10px;
margin: 0px;
line-height: 50%;
}

li {
color:313131; 
line-height:165%; 
text-align: left; 
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size:11px; 
word-spacing: 2px; 
text-decoration: none;
list-style-type: none;
padding-left: 5px;
}

li:before {
  margin-left: -15px;
  content: "»";
  padding-right: 8px;
}