body {
   background-image:url(background.jpg);
   background-repeat:repeat-x;
   background-color:#063443;
   background-attachment:fixed;
   margin:0;
   padding:0;
   color:white;
   font-family:verdana;
   font-size:12px;
}

h2 {
   margin:0;
   padding:0 0 5px 0;
   font-size:14px;
   font-weight:bold;
}

img {
   border:0;
}

ul {
   text-align:left;
}

#header {
   background-image:url(header.png);
   background-repeat:repeat-x;
   background-color:transparent;
   width:100%;
   height:180px;
   position:fixed;
   top:0px;
   left:0px;
   text-align:center;
   margin:0;
}

#bg_overlay {
   width:100%;
   position:fixed;
   top:0px;
   left:0px;
   height:615px;
   text-align:center;
   background-image:url(background_overlay.png);
   background-color:transparent;
   z-index:-2;
}

#content {
   background-color:transparent;
   width:990px;
   margin:auto;
   padding-top:180px;
}

.container {
   background-image:url(container.png);
   background-repeat:no-repeat;
   background-color:transparent;
   float:left;
   width:280px;
   height:310px;
   padding:10px 40px 10px 10px;
   text-align:center;

}

.container_wide {
   background-image:url(container_wide.png);
   background-repeat:no-repeat;
   background-color:transparent;
   float:left;  
   width:610px;
   height:310px;
   padding:10px 40px 10px 10px;
   text-align:center;   
}

.container_big {
   background-image:url(container_big.png);
   background-repeat:no-repeat;
   background-color:transparent;
   float:left;  
   width:610px;
   height:640px;
   padding:10px 40px 10px 10px;
   text-align:center;   
}

.container_end {
   clear:both;
}

.image {
   width:250px;
   /*height:205px;*/
}

.image_big {
   width:580px;
   /*height:476px;*/
}

.image_wide {
   width:580px;
   height:205px;
}

#footer {
   width:100%;
   height:26px;
   margin:0 0 20px 0;
   text-align:center;
}

p {
   text-align:justify;
}

a {
   color:white;
}

input[type="text"], textarea {
   color:white;
   background-color:#063443;
   border:2px solid #052332;
   padding:5px;
   width:250px;
   margin-bottom:2px;
}

iframe {
   border:2px solid #052332;
}

textarea {
   height:100px;
   font-family:verdana;
   font-size:12px;
}

input[type="button"] {
   width:100px;
   color:#ffffff;
   background-color:#063443;
}